|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeSpecification | |
---|---|
org.neo4j.remote | A tool for introspecting a running Neo4j Graph Database instance from a different process. |
Uses of NodeSpecification in org.neo4j.remote |
---|
Methods in org.neo4j.remote that return types with arguments of type NodeSpecification | |
---|---|
RemoteResponse<IterableSpecification<NodeSpecification>> |
RemoteResponse.ResponseBuilder.buildFinalNodeResponse(long size,
NodeSpecification... nodes)
Create a final response for a node iterator request. |
RemoteResponse<NodeSpecification> |
RemoteResponse.ResponseBuilder.buildNodeResponse(long id)
Create a response for a node request. |
RemoteResponse<IterableSpecification<NodeSpecification>> |
RemoteResponse.ResponseBuilder.buildPartialNodeResponse(int moreToken,
long size,
NodeSpecification... nodes)
Create a partial response for a node iterator request. |
RemoteResponse<NodeSpecification> |
RemoteConnection.createNode(int transactionId)
Create a new node. |
RemoteResponse<IterableSpecification<NodeSpecification>> |
RemoteConnection.getAllNodes(int transactionId)
Get all nodes. |
RemoteResponse<IterableSpecification<NodeSpecification>> |
RemoteConnection.getIndexNodes(int transactionId,
int indexId,
String key,
Object value)
Get all nodes stored under a specific value in a specific index. |
RemoteResponse<IterableSpecification<NodeSpecification>> |
RemoteConnection.getMoreNodes(int transactionId,
int requestToken)
Get the next chunk of the lazy iterator of nodes. |
RemoteResponse<NodeSpecification> |
RemoteConnection.getReferenceNode(int transactionId)
Get the reference node. |
Methods in org.neo4j.remote with parameters of type NodeSpecification | |
---|---|
RemoteResponse<IterableSpecification<NodeSpecification>> |
RemoteResponse.ResponseBuilder.buildFinalNodeResponse(long size,
NodeSpecification... nodes)
Create a final response for a node iterator request. |
RemoteResponse<IterableSpecification<NodeSpecification>> |
RemoteResponse.ResponseBuilder.buildPartialNodeResponse(int moreToken,
long size,
NodeSpecification... nodes)
Create a partial response for a node iterator request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |