|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ClientConfigurator | An object used to configure the client given a ConfigurationModule . |
ConnectionTarget | Represents a server that a graph database client
can connect to. |
RemoteConnection | Represents a connection to a remote site. |
ResponseVisitor | A visitor capable of visiting a RemoteResponse object, used for
getting state from a RemoteResponse . |
Class Summary | |
---|---|
BasicGraphDatabaseServer | A Basic implementation of a Server for a remote graph database. |
Configuration | Representation of the configuration supported by a client, for sending to the server as part of the connection configuration phase. |
ConfigurationModule | Specification of the configuration of a RemoteGraphDatabase instance. |
CustomGraphDatabaseServer | A remote graph database server that uses a custom protocol for communication with the client. |
IterableSpecification<T> | Serialized object representing an iterator. |
NodeSpecification | Serialized object representing a Node . |
RelationshipSpecification | Serialized object representing a Relationship . |
RemoteGraphDatabase | A remote connection to a running Graph Database
instance, providing access to the Neo4j Graph Database API. |
RemoteIndexService | An implementation of IndexService for the client side of
RemoteGraphDatabase . |
RemoteResponse<T> | Represents a response to request sent to a RemoteConnection . |
RemoteResponse.ResponseBuilder | Factory for creating RemoteResponse objects. |
Transport | An object that specifies which URIs a specific ConnectionTarget can handle,
and can create instances of that ConnectionTarget . |
A tool for introspecting a running Neo4j Graph Database instance from a different process. The implementation is not speedy enough to be used as the main access channel to a Graph Database for actual applications.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |