| 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 | Class and Description |
|---|---|
private static class |
SplunkDriver.MockSplunkConnection
Connection that looks up responses from a static map.
|
private static class |
SplunkDriver.WrappingSplunkConnection
Connection that records requests and responses.
|
| Modifier and Type | Field and Description |
|---|---|
private SplunkConnection |
SplunkDriver.WrappingSplunkConnection.connection |
SplunkConnection |
SplunkSchema.splunkConnection |
private SplunkConnection |
SplunkQuery.splunkConnection |
| Constructor and Description |
|---|
SplunkQuery(SplunkConnection splunkConnection,
String search,
String earliest,
String latest,
List<String> fieldList)
Creates a SplunkQuery.
|
SplunkSchema(SplunkConnection splunkConnection)
Creates a SplunkSchema.
|
WrappingSplunkConnection(SplunkConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
SplunkConnectionImpl
Implementation of
SplunkConnection based on Splunk's REST API. |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.