public final class HadoopRemoteAcceptor extends Object implements RemoteAcceptor
RESULT| Constructor and Description | 
|---|
| HadoopRemoteAcceptor(Groovysh shell) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| Object | configure(List<String> args)Gets called when  :remoteis used in conjunction with theconfigoption. | 
| Object | connect(List<String> args)Gets called when  :remoteis used in conjunction with the "connect" option. | 
| Object | submit(List<String> args)Gets called when  :submitis executed. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetScriptpublic Object connect(List<String> args) throws RemoteException
RemoteAcceptor:remote is used in conjunction with the "connect" option.  It is up to the
 implementation to decide how additional arguments on the line should be treated after "connect".connect in interface RemoteAcceptorRemoteException - if there is a problem with connectingpublic Object configure(List<String> args) throws RemoteException
RemoteAcceptor:remote is used in conjunction with the config option.  It is up to the
 implementation to decide how additional arguments on the line should be treated after config.configure in interface RemoteAcceptorRemoteException - if there is a problem with configurationpublic Object submit(List<String> args) throws RemoteException
RemoteAcceptor:submit is executed.  It is up to the implementation to decide how additional
 arguments on the line should be treated after :submit.submit in interface RemoteAcceptorRemoteException - if there is a problem with submissionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.