Uses of Interface
org.apache.hadoop.chukwa.datacollection.adaptor.Adaptor

Packages that use Adaptor
org.apache.hadoop.chukwa   
org.apache.hadoop.chukwa.datacollection.adaptor   
org.apache.hadoop.chukwa.datacollection.adaptor.filetailer   
org.apache.hadoop.chukwa.datacollection.agent   
org.apache.hadoop.chukwa.datacollection.sender   
org.apache.hadoop.chukwa.util   
 

Uses of Adaptor in org.apache.hadoop.chukwa
 

Methods in org.apache.hadoop.chukwa that return Adaptor
 Adaptor ChunkImpl.getInitiator()
           
 Adaptor Chunk.getInitiator()
          Retrieve a reference to the adaptor that sent this event.
 

Methods in org.apache.hadoop.chukwa with parameters of type Adaptor
 void ChunkImpl.setInitiator(Adaptor a)
           
 

Constructors in org.apache.hadoop.chukwa with parameters of type Adaptor
ChunkImpl(String dataType, String streamName, long seq, byte[] data, Adaptor source)
           
 

Uses of Adaptor in org.apache.hadoop.chukwa.datacollection.adaptor
 

Classes in org.apache.hadoop.chukwa.datacollection.adaptor that implement Adaptor
 class ExecAdaptor
          Runs a command inside chukwa.
 class FileAdaptor
          File Adaptor push small size file in one chunk to collector
 

Uses of Adaptor in org.apache.hadoop.chukwa.datacollection.adaptor.filetailer
 

Classes in org.apache.hadoop.chukwa.datacollection.adaptor.filetailer that implement Adaptor
 class CharFileTailingAdaptorUTF8
          A subclass of FileTailingAdaptor that reads UTF8/ascii files and splits records at carriage returns.
 class CharFileTailingAdaptorUTF8NewLineEscaped
          A subclass of FileTailingAdaptor that reads UTF8/ascii files and splits records at non-escaped carriage returns
 class FileTailingAdaptor
          An adaptor that repeatedly tails a specified file, sending the new bytes.
 

Uses of Adaptor in org.apache.hadoop.chukwa.datacollection.agent
 

Methods in org.apache.hadoop.chukwa.datacollection.agent that return types with arguments of type Adaptor
 Map<Long,Adaptor> ChukwaAgent.getAdaptorList()
           
 

Methods in org.apache.hadoop.chukwa.datacollection.agent with parameters of type Adaptor
 String AgentControlSocketListener.formatAdaptorStatus(Adaptor a)
           
 long ChukwaAgent.getOffset(Adaptor a)
          Returns the last offset at which a given adaptor was checkpointed
 void ChukwaAgent.reportCommit(Adaptor src, long uuid)
           
 

Uses of Adaptor in org.apache.hadoop.chukwa.datacollection.sender
 

Fields in org.apache.hadoop.chukwa.datacollection.sender declared as Adaptor
 Adaptor ChukwaHttpSender.CommitListEntry.adaptor
           
 

Constructors in org.apache.hadoop.chukwa.datacollection.sender with parameters of type Adaptor
ChukwaHttpSender.CommitListEntry(Adaptor a, long uuid)
           
 

Uses of Adaptor in org.apache.hadoop.chukwa.util
 

Classes in org.apache.hadoop.chukwa.util that implement Adaptor
 class ConstRateAdaptor
           
 class MaxRateSender
           
 



Copyright © ${year} The Apache Software Foundation