| Package | Description |
|---|---|
| org.neo4j.bolt.v1.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
BoltStateMachine.ackFailure(BoltResponseHandler handler)
Clear any outstanding error condition.
|
void |
BoltStateMachine.discardAll(BoltResponseHandler handler)
Discard all the remaining entries in the current result stream.
|
void |
BoltStateMachine.externalError(Neo4jError error,
BoltResponseHandler handler) |
void |
BoltStateMachine.init(String userAgent,
Map<String,Object> authToken,
BoltResponseHandler handler)
Initialize the session.
|
void |
BoltStateMachine.pullAll(BoltResponseHandler handler)
Retrieve all remaining entries in the current result.
|
void |
BoltStateMachine.reset(BoltResponseHandler handler)
Reset the session to an IDLE state.
|
void |
BoltStateMachine.run(String statement,
Map<String,Object> params,
BoltResponseHandler handler)
Run a statement, yielding a result stream which can be retrieved through pulling it in a subsequent call.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.