Package | Description |
---|---|
org.apache.tinkerpop.gremlin.groovy.plugin | |
org.apache.tinkerpop.gremlin.hadoop.groovy.plugin |
Modifier and Type | Method and Description |
---|---|
Object |
RemoteAcceptor.configure(List<String> args)
Gets called when
:remote is used in conjunction with the config option. |
Object |
RemoteAcceptor.connect(List<String> args)
Gets called when
:remote is used in conjunction with the "connect" option. |
Object |
RemoteAcceptor.submit(List<String> args)
Gets called when
:submit is executed. |
Modifier and Type | Method and Description |
---|---|
Object |
HadoopRemoteAcceptor.configure(List<String> args) |
Object |
HadoopRemoteAcceptor.connect(List<String> args) |
Object |
HadoopRemoteAcceptor.submit(List<String> args) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.