public 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 :remote is used in conjunction with the "config" option.
|
Object |
connect(List<String> args)
Gets called when :remote is used in conjunction with the "connect" option.
|
HadoopGraph |
getGraph() |
Object |
submit(List<String> args)
Gets called when :submit is executed.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetScriptpublic Object connect(List<String> args) throws RemoteException
RemoteAcceptorconnect in interface RemoteAcceptorRemoteException - if there is a problem with connectingpublic Object configure(List<String> args) throws RemoteException
RemoteAcceptorconfigure in interface RemoteAcceptorRemoteException - if there is a problem with configurationpublic Object submit(List<String> args) throws RemoteException
RemoteAcceptorsubmit in interface RemoteAcceptorRemoteException - if there is a problem with submissionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic HadoopGraph getGraph()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.