public static class SplunkConnectionImpl.SplunkResultEnumerator extends Object implements org.apache.calcite.linq4j.Enumerator<Object>
Enumerator that parses
results from a Splunk REST call.
The element type is either String or String[], depending
on the value of source.
| Constructor and Description |
|---|
SplunkResultEnumerator(InputStream in,
List<String> wantedFields) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
current() |
boolean |
moveNext() |
void |
reset() |
public SplunkResultEnumerator(InputStream in, List<String> wantedFields)
public Object current()
current in interface org.apache.calcite.linq4j.Enumerator<Object>public boolean moveNext()
moveNext in interface org.apache.calcite.linq4j.Enumerator<Object>public void reset()
reset in interface org.apache.calcite.linq4j.Enumerator<Object>public void close()
close in interface AutoCloseableclose in interface org.apache.calcite.linq4j.Enumerator<Object>Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.