| Package | Description |
|---|---|
| org.apache.calcite.adapter.splunk |
Splunk query provider.
|
| org.apache.calcite.adapter.splunk.search |
Executes queries via Splunk's REST API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SplunkDriver.MockSplunkConnection.getSearchResults(String search,
Map<String,String> otherArgs,
List<String> fieldList,
SearchResultListener srl) |
void |
SplunkDriver.WrappingSplunkConnection.getSearchResults(String search,
Map<String,String> otherArgs,
List<String> fieldList,
SearchResultListener srl) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SplunkConnectionImpl.CountingSearchResultListener
Implementation of
SearchResultListener
interface that just counts the results. |
| Modifier and Type | Method and Description |
|---|---|
private Enumerator<Object> |
SplunkConnectionImpl.getSearchResults_(String search,
Map<String,String> otherArgs,
List<String> wantedFields,
SearchResultListener srl) |
void |
SplunkConnectionImpl.getSearchResults(String search,
Map<String,String> otherArgs,
List<String> fieldList,
SearchResultListener srl) |
void |
SplunkConnection.getSearchResults(String search,
Map<String,String> otherArgs,
List<String> fieldList,
SearchResultListener srl) |
private static void |
SplunkConnectionImpl.parseResults(InputStream in,
SearchResultListener srl) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.