public class SplunkDataReader extends Object
| Constructor and Description |
|---|
SplunkDataReader(SplunkEndpoint endpoint,
ConsumerType consumerType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getEarliestTime() |
String |
getInitEarliestTime() |
String |
getLatestTime() |
String |
getSearch() |
List<SplunkEvent> |
read() |
List<SplunkEvent> |
read(SplunkResultProcessor callback) |
public SplunkDataReader(SplunkEndpoint endpoint, ConsumerType consumerType)
public int getCount()
public String getSearch()
public String getEarliestTime()
public String getLatestTime()
public String getInitEarliestTime()
public List<SplunkEvent> read() throws Exception
Exceptionpublic List<SplunkEvent> read(SplunkResultProcessor callback) throws Exception
ExceptionApache Camel