- searchEscape(String) - Static method in class net.hydromatic.optiq.impl.splunk.SplunkPushDownRule
-
- SearchResultListener - Interface in net.hydromatic.optiq.impl.splunk.search
-
Called each time a search returns a record.
- setFieldNames(String[]) - Method in interface net.hydromatic.optiq.impl.splunk.search.SearchResultListener
-
- setFieldNames(String[]) - Method in class net.hydromatic.optiq.impl.splunk.search.SplunkConnectionImpl.CountingSearchResultListener
-
- SO_CONNECT_TIMEOUT - Static variable in class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
connect timeout in milliseconds
- SO_KEEPALIVE - Static variable in class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
should keep alives be sent
- SO_LINGER - Static variable in class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
enabling lingering with 0-timeout will cause the socket to be
closed forcefully upon execution of close()
- SO_RCVBUF - Static variable in class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
size of receiving buffer
- SO_REUSEADDR - Static variable in class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
should the address be reused
- SO_SNDBUF - Static variable in class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
size of sending buffer iff needed
- SO_TIMEOUT - Static variable in class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
read timeout in milliseconds
- SocketFactoryImpl - Class in net.hydromatic.optiq.impl.splunk.util
-
Extends the SocketFactory object with the main functionality being that the
created sockets inherit a set of options whose values are set in the
SocketFactoryImpl.
- SocketFactoryImpl() - Constructor for class net.hydromatic.optiq.impl.splunk.util.SocketFactoryImpl
-
- SPLUNK_TABLE_NAME - Static variable in class net.hydromatic.optiq.impl.splunk.SplunkSchema
-
The name of the one and only table.
- SplunkConnection - Interface in net.hydromatic.optiq.impl.splunk.search
-
Connection to Splunk.
- splunkConnection - Variable in class net.hydromatic.optiq.impl.splunk.SplunkSchema
-
- SplunkConnectionImpl - Class in net.hydromatic.optiq.impl.splunk.search
-
- SplunkConnectionImpl(String, String, String) - Constructor for class net.hydromatic.optiq.impl.splunk.search.SplunkConnectionImpl
-
- SplunkConnectionImpl(URL, String, String) - Constructor for class net.hydromatic.optiq.impl.splunk.search.SplunkConnectionImpl
-
- SplunkConnectionImpl.CountingSearchResultListener - Class in net.hydromatic.optiq.impl.splunk.search
-
- SplunkConnectionImpl.CountingSearchResultListener(boolean) - Constructor for class net.hydromatic.optiq.impl.splunk.search.SplunkConnectionImpl.CountingSearchResultListener
-
- SplunkConnectionImpl.SplunkResultEnumerator - Class in net.hydromatic.optiq.impl.splunk.search
-
Implementation of Enumerator that parses
results from a Splunk REST call.
- SplunkConnectionImpl.SplunkResultEnumerator(InputStream, List<String>) - Constructor for class net.hydromatic.optiq.impl.splunk.search.SplunkConnectionImpl.SplunkResultEnumerator
-
- SplunkDriver - Class in net.hydromatic.optiq.impl.splunk
-
JDBC driver for Splunk.
- SplunkDriver() - Constructor for class net.hydromatic.optiq.impl.splunk.SplunkDriver
-
- SplunkPushDownRule - Class in net.hydromatic.optiq.impl.splunk
-
Planner rule to push filters and projections to Splunk.
- SplunkPushDownRule(RelOptRuleOperand, String) - Constructor for class net.hydromatic.optiq.impl.splunk.SplunkPushDownRule
-
Creates a SplunkPushDownRule.
- SplunkQuery<T> - Class in net.hydromatic.optiq.impl.splunk
-
Query against Splunk.
- SplunkQuery(SplunkConnection, String, String, String, List<String>) - Constructor for class net.hydromatic.optiq.impl.splunk.SplunkQuery
-
Creates a SplunkQuery.
- SplunkSchema - Class in net.hydromatic.optiq.impl.splunk
-
Splunk schema.
- SplunkSchema(SplunkConnection) - Constructor for class net.hydromatic.optiq.impl.splunk.SplunkSchema
-
Creates a SplunkSchema.
- SplunkTableAccessRel - Class in net.hydromatic.optiq.impl.splunk
-
Relational expression representing a scan of Splunk.
- SplunkTableAccessRel(RelOptCluster, RelOptTable, SplunkTable, String, String, String, List<String>) - Constructor for class net.hydromatic.optiq.impl.splunk.SplunkTableAccessRel
-
- StringUtils - Class in net.hydromatic.optiq.impl.splunk.util
-
Utility methods for encoding and decoding strings for Splunk REST calls.