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 AbstractAdaptor
           
 class DirTailingAdaptor
          Explore a whole directory hierarchy, looking for files to tail.
 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.
 class LWFTAdaptor
          A base class for file tailing adaptors.
 

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

Methods in org.apache.hadoop.chukwa.datacollection.agent that return Adaptor
static Adaptor AdaptorFactory.createAdaptor(String className)
          Instantiate an adaptor that can be added by the ChukwaAgent
 Adaptor ChukwaAgent.getAdaptor(String name)
           
 Adaptor AdaptorManager.getAdaptor(String id)
           
 

Methods in org.apache.hadoop.chukwa.datacollection.agent with parameters of type Adaptor
 String ChukwaAgent.getAdaptorName(Adaptor initiator)
           
 ChukwaAgent.Offset ChukwaAgent.offset(Adaptor a)
           
 String ChukwaAgent.reportCommit(Adaptor src, long uuid)
           
 String AdaptorManager.reportCommit(Adaptor src, long uuid)
          Called to update the Agent status table.
 void AdaptorResetThread.reportStop(Adaptor a)
           
 

Method parameters in org.apache.hadoop.chukwa.datacollection.agent with type arguments of type Adaptor
 void AdaptorResetThread.reportCommits(Set<Adaptor> commits)
           
 

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
AsyncAckSender.DelayedCommit(Adaptor a, long uuid, long len, String fname, long offset, String aName)
           
ChukwaHttpSender.CommitListEntry(Adaptor a, long uuid, long start)
           
 

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

Classes in org.apache.hadoop.chukwa.util that implement Adaptor
 class ConstRateAdaptor
          Emits chunks at a roughly constant data rate.
 class MaxRateSender
           
 



Copyright © ${year} The Apache Software Foundation