Package org.apache.tinkerpop.gremlin.process.remote
-
Interface Summary Interface Description RemoteConnection A simple abstraction of a "connection" to a "server" that is capable of processing aTraversal
and returning results. -
Class Summary Class Description EmbeddedRemoteConnection Allows aRemoteConnection
to be submitted to a "local"Graph
instance thus simulating a connection to a remote source. -
Exception Summary Exception Description RemoteConnectionException A generalized exception for any errors related toRemoteConnection
.