Uses of Class
org.apache.hadoop.chukwa.datacollection.adaptor.AdaptorException

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

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

Methods in org.apache.hadoop.chukwa.datacollection.adaptor that throw AdaptorException
 String FileAdaptor.getCurrentStatus()
           
 String ExecAdaptor.getCurrentStatus()
           
 String Adaptor.getCurrentStatus()
          Return the adaptor's state Should not include class name, datatype or byte offset, which are written by caller.
 void FileAdaptor.hardStop()
          Stop tailing the file, effective immediately.
 void ExecAdaptor.hardStop()
           
 void Adaptor.hardStop()
          Signals this adaptor to come to an abrupt stop, as quickly as it can.
 long FileAdaptor.shutdown()
          We want to keep trying
 long ExecAdaptor.shutdown()
           
 long Adaptor.shutdown()
          Signals this adaptor to come to an orderly stop.
 void ExecAdaptor.start(long adaptorID, String type, String status, long offset, ChunkReceiver dest)
           
 void Adaptor.start(long adaptorID, String type, String status, long offset, ChunkReceiver dest)
          Start this adaptor
 

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

Methods in org.apache.hadoop.chukwa.datacollection.adaptor.filetailer that throw AdaptorException
 void FileTailingAdaptor.hardStop()
          Stop tailing the file, effective immediately.
 long FileTailingAdaptor.shutdown()
          Do one last tail, and then stop
 

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

Methods in org.apache.hadoop.chukwa.datacollection.agent that throw AdaptorException
 String AgentControlSocketListener.formatAdaptorStatus(Adaptor a)
           
static void ChukwaAgent.main(String[] args)
           
 

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

Methods in org.apache.hadoop.chukwa.util that throw AdaptorException
 String MaxRateSender.getCurrentStatus()
           
 String ConstRateAdaptor.getCurrentStatus()
           
 void MaxRateSender.hardStop()
           
 void ConstRateAdaptor.hardStop()
           
 long MaxRateSender.shutdown()
           
 long ConstRateAdaptor.shutdown()
           
 void MaxRateSender.start(long adaptor, String type, String status, long offset, ChunkReceiver dest)
           
 void ConstRateAdaptor.start(long adaptor, String type, String bytesPerSecParam, long offset, ChunkReceiver dest)
           
 



Copyright © ${year} The Apache Software Foundation