public static class SplunkConnectionImpl.SplunkResultEnumerator extends Object implements net.hydromatic.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 |
|---|
SplunkConnectionImpl.SplunkResultEnumerator(InputStream in,
List<String> wantedFields) |
public SplunkConnectionImpl.SplunkResultEnumerator(InputStream in, List<String> wantedFields)
public Object current()
current in interface net.hydromatic.linq4j.Enumerator<Object>public boolean moveNext()
moveNext in interface net.hydromatic.linq4j.Enumerator<Object>public void reset()
reset in interface net.hydromatic.linq4j.Enumerator<Object>public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface net.hydromatic.linq4j.Enumerator<Object>Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.