public class RestAdaptor extends AbstractAdaptor
| Constructor and Description | 
|---|
RestAdaptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCurrentStatus()
Return the adaptor's state Should not include class name or byte
 offset, which are written by caller. 
 | 
String | 
parseArgs(String s)  | 
long | 
shutdown(AdaptorShutdownPolicy shutdownPolicy)
Signals this adaptor to come to an orderly stop. 
 | 
void | 
start(long offset)  | 
deregisterAndStop, getType, hardStop, parseArgs, shutdown, startpublic String getCurrentStatus()
Adaptorpublic long shutdown(AdaptorShutdownPolicy shutdownPolicy) throws AdaptorException
AdaptorshutdownPolicy - is defined as forcefully or gracefullyAdaptorException - Exception on shutdownpublic void start(long offset)
           throws AdaptorException
start in class AbstractAdaptorAdaptorExceptionpublic String parseArgs(String s)
parseArgs in class AbstractAdaptorCopyright © 2016 Apache Software Foundation. All Rights Reserved.