org.apache.camel.component.splunk.support
Class SplunkDataReader

java.lang.Object
  extended by org.apache.camel.component.splunk.support.SplunkDataReader

public class SplunkDataReader
extends Object


Constructor Summary
SplunkDataReader(SplunkEndpoint endpoint, ConsumerType consumerType)
           
 
Method Summary
 int getCount()
           
 String getEarliestTime()
           
 String getInitEarliestTime()
           
 String getLatestTime()
           
 String getSearch()
           
 List<SplunkEvent> read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplunkDataReader

public SplunkDataReader(SplunkEndpoint endpoint,
                        ConsumerType consumerType)
Method Detail

getCount

public int getCount()

getSearch

public String getSearch()

getEarliestTime

public String getEarliestTime()

getLatestTime

public String getLatestTime()

getInitEarliestTime

public String getInitEarliestTime()

read

public List<SplunkEvent> read()
                       throws Exception
Throws:
Exception


Apache Camel