Interface SplunkConnection
- All Known Implementing Classes:
- SplunkConnectionImpl
public interface SplunkConnection
Connection to Splunk.
- 
Method SummaryModifier and TypeMethodDescriptiongetSearchResultEnumerator(String search, Map<String, String> otherArgs, @Nullable List<String> fieldList) voidgetSearchResults(String search, Map<String, String> otherArgs, @Nullable List<String> fieldList, SearchResultListener srl) 
- 
Method Details- 
getSearchResults
- 
getSearchResultEnumerator
 
-