Skip navigation links
A B C D E F G H I N O P Q R S T U V W _ 

A

addClusterNodeURI(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
addParameter(String, Object) - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
AuthSchemeOption - Enum in io.reactiverse.neo4j.options
 
authToken() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
authToken() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 

B

begin(Handler<AsyncResult<Neo4jTransaction>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Begins a new transaction
begin(Handler<AsyncResult<Neo4jTransaction>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Begins a new transaction
begin(Handler<AsyncResult<Neo4jTransaction>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Begins a new transaction
bulkWrite(List<Query>, Handler<AsyncResult<SummaryCounters>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Executes a list of queries in one transaction
bulkWrite(List<Query>, Handler<AsyncResult<SummaryCounters>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes a list of queries in one transaction
bulkWrite(List<Query>, Handler<AsyncResult<SummaryCounters>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes a list of queries in one transaction

C

close() - Method in interface io.reactiverse.neo4j.Neo4jClient
Closes this client
close() - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Closes this client
close() - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Closes this client
commit(Handler<AsyncResult<Void>>) - Method in interface io.reactiverse.neo4j.Neo4jTransaction
Commits the transaction
commit(Handler<AsyncResult<Void>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Commits the transaction
commit(Handler<AsyncResult<Void>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Commits the transaction
createNonShared(Vertx, Neo4jClientOptions) - Static method in interface io.reactiverse.neo4j.Neo4jClient
Creates a Neo4j client which maintains its own driver session.
createNonShared(Vertx, Neo4jClientOptions) - Static method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Creates a Neo4j client which maintains its own driver session.
createNonShared(Vertx, Neo4jClientOptions) - Static method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Creates a Neo4j client which maintains its own driver session.
createShared(Vertx, Neo4jClientOptions) - Static method in interface io.reactiverse.neo4j.Neo4jClient
Same as Neo4jClient.createShared(Vertx, Neo4jClientOptions, String) but with a default data source name
createShared(Vertx, Neo4jClientOptions, String) - Static method in interface io.reactiverse.neo4j.Neo4jClient
Creates a Neo4j client that shares its driver session with any other client having the same name.
createShared(Vertx, Neo4jClientOptions) - Static method in class io.reactiverse.reactivex.neo4j.Neo4jClient
createShared(Vertx, Neo4jClientOptions, String) - Static method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Creates a Neo4j client that shares its driver session with any other client having the same name.
createShared(Vertx, Neo4jClientOptions) - Static method in class io.reactiverse.rxjava.neo4j.Neo4jClient
createShared(Vertx, Neo4jClientOptions, String) - Static method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Creates a Neo4j client that shares its driver session with any other client having the same name.

D

DEFAULT_PASSWORD - Static variable in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
DEFAULT_POOL_NAME - Static variable in interface io.reactiverse.neo4j.Neo4jClient
The default shared client name.
DEFAULT_POOL_NAME - Static variable in class io.reactiverse.reactivex.neo4j.Neo4jClient
The default shared client name.
DEFAULT_POOL_NAME - Static variable in class io.reactiverse.rxjava.neo4j.Neo4jClient
The default shared client name.
DEFAULT_SINGLE_NODE_HOST - Static variable in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
DEFAULT_SINGLE_NODE_PORT - Static variable in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
DEFAULT_USERNAME - Static variable in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
delete(String, Handler<AsyncResult<List<Record>>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Executes and returns deleted results
delete(String, Value, Handler<AsyncResult<List<Record>>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Executes and returns deleted results
delete(String, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes and returns deleted results
delete(String, Value, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes and returns deleted results
delete(String, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes and returns deleted results
delete(String, Value, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes and returns deleted results

E

endHandler(Handler<Void>) - Method in interface io.reactiverse.neo4j.Neo4jRecordStream
 
endHandler(Handler<Void>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
endHandler(Handler<Void>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
equals(Object) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
 
equals(Object) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
equals(Object) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
equals(Object) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
 
equals(Object) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
equals(Object) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 
exceptionHandler(Handler<Throwable>) - Method in interface io.reactiverse.neo4j.Neo4jRecordStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
execute(String, Handler<AsyncResult<ResultSummary>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Executes a write transaction
execute(String, Value, Handler<AsyncResult<ResultSummary>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Executes a write transaction
execute(String, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes a write transaction
execute(String, Value, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes a write transaction
execute(String, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes a write transaction
execute(String, Value, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes a write transaction

F

fetch(long) - Method in interface io.reactiverse.neo4j.Neo4jRecordStream
 
fetch(long) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
fetch(long) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
find(String, Handler<AsyncResult<List<Record>>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Finds a list of records
find(String, Value, Handler<AsyncResult<List<Record>>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Finds a list of records
find(String, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds a list of records
find(String, Value, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds a list of records
find(String, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds a list of records
find(String, Value, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds a list of records
findOne(String, Handler<AsyncResult<Record>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Finds exactly one record
findOne(String, Value, Handler<AsyncResult<Record>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Finds exactly one record
findOne(String, Handler<AsyncResult<Record>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds exactly one record
findOne(String, Value, Handler<AsyncResult<Record>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds exactly one record
findOne(String, Handler<AsyncResult<Record>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds exactly one record
findOne(String, Value, Handler<AsyncResult<Record>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds exactly one record

G

getAuthOptions() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getAuthScheme() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
getBase64EncodedTicket() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
getCertificateFilePath() - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
getClusterNodeURIs() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getConnectionAcquisitionTimeoutMillis() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getDelegate() - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
 
getDelegate() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
getDelegate() - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
getDelegate() - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
 
getDelegate() - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
getDelegate() - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 
getEncryptionOptions() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getEventLoopThreads() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getFetchSize() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getHost() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getHostnameVerification() - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
getIdleTimeBeforeConnectionTest() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getMaxConnectionLifetimeMillis() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getMaxConnectionPoolSize() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getParameters() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
getPort() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
getRealm() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
getScheme() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
getStrategy() - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
getUsername() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 

H

handler(Handler<Record>) - Method in interface io.reactiverse.neo4j.Neo4jRecordStream
 
handler(Handler<Record>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
handler(Handler<Record>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
hashCode() - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
 
hashCode() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
hashCode() - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
hashCode() - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
 
hashCode() - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
hashCode() - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 

I

io.reactiverse.neo4j - package io.reactiverse.neo4j
 
io.reactiverse.neo4j.options - package io.reactiverse.neo4j.options
 
io.reactiverse.reactivex.neo4j - package io.reactiverse.reactivex.neo4j
 
io.reactiverse.rxjava.neo4j - package io.reactiverse.rxjava.neo4j
 
isEncrypted() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
isHostnameVerification() - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
isLogLeakedSessions() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
isMetricsEnabled() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 

N

Neo4jClient - Interface in io.reactiverse.neo4j
 
Neo4jClient - Class in io.reactiverse.reactivex.neo4j
 
Neo4jClient(Neo4jClient) - Constructor for class io.reactiverse.reactivex.neo4j.Neo4jClient
 
Neo4jClient(Object) - Constructor for class io.reactiverse.reactivex.neo4j.Neo4jClient
 
Neo4jClient - Class in io.reactiverse.rxjava.neo4j
 
Neo4jClient(Neo4jClient) - Constructor for class io.reactiverse.rxjava.neo4j.Neo4jClient
 
Neo4jClient(Object) - Constructor for class io.reactiverse.rxjava.neo4j.Neo4jClient
 
Neo4jClientAuthOptions - Class in io.reactiverse.neo4j.options
 
Neo4jClientAuthOptions() - Constructor for class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
Neo4jClientAuthOptions(JsonObject) - Constructor for class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
Neo4jClientEncryptionOptions - Class in io.reactiverse.neo4j.options
 
Neo4jClientEncryptionOptions() - Constructor for class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
Neo4jClientEncryptionOptions(JsonObject) - Constructor for class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
Neo4jClientOptions - Class in io.reactiverse.neo4j.options
 
Neo4jClientOptions() - Constructor for class io.reactiverse.neo4j.options.Neo4jClientOptions
 
Neo4jClientOptions(Config.ConfigBuilder) - Constructor for class io.reactiverse.neo4j.options.Neo4jClientOptions
 
Neo4jClientOptions(JsonObject) - Constructor for class io.reactiverse.neo4j.options.Neo4jClientOptions
 
neo4jConfig() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
Neo4jRecordStream - Interface in io.reactiverse.neo4j
A ReadStream for Record consumption.
Neo4jRecordStream - Class in io.reactiverse.reactivex.neo4j
A for consumption.
Neo4jRecordStream(Neo4jRecordStream) - Constructor for class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
Neo4jRecordStream(Object) - Constructor for class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
Neo4jRecordStream - Class in io.reactiverse.rxjava.neo4j
A for consumption.
Neo4jRecordStream(Neo4jRecordStream) - Constructor for class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
Neo4jRecordStream(Object) - Constructor for class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
Neo4jTransaction - Interface in io.reactiverse.neo4j
Eclipse Vert.x Neo4j client.
Neo4jTransaction - Class in io.reactiverse.reactivex.neo4j
Eclipse Vert.x Neo4j client.
Neo4jTransaction(Neo4jTransaction) - Constructor for class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
Neo4jTransaction(Object) - Constructor for class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
Neo4jTransaction - Class in io.reactiverse.rxjava.neo4j
Eclipse Vert.x Neo4j client.
Neo4jTransaction(Neo4jTransaction) - Constructor for class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 
Neo4jTransaction(Object) - Constructor for class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 
newInstance(Neo4jClient) - Static method in class io.reactiverse.reactivex.neo4j.Neo4jClient
 
newInstance(Neo4jRecordStream) - Static method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
newInstance(Neo4jTransaction) - Static method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
newInstance(Neo4jClient) - Static method in class io.reactiverse.rxjava.neo4j.Neo4jClient
 
newInstance(Neo4jRecordStream) - Static method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
newInstance(Neo4jTransaction) - Static method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 

O

one(Handler<AsyncResult<Record>>) - Method in interface io.reactiverse.neo4j.ResultCursor
 

P

pause() - Method in interface io.reactiverse.neo4j.Neo4jRecordStream
 
pause() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
pause() - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
pipe() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
pipe() - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
pipeTo(WriteStream<Record>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
pipeTo(WriteStream<Record>, Handler<AsyncResult<Void>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
pipeTo(WriteStream<Record>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
pipeTo(WriteStream<Record>, Handler<AsyncResult<Void>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 

Q

query(String, Value, Handler<AsyncResult<ResultSummary>>) - Method in interface io.reactiverse.neo4j.Neo4jTransaction
Executes a query in a transaction
query(Query, Handler<AsyncResult<ResultSummary>>) - Method in interface io.reactiverse.neo4j.Neo4jTransaction
Executes a query in a transaction
query(String, Value, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Executes a query in a transaction
query(Query, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Executes a query in a transaction
query(String, Value, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Executes a query in a transaction
query(Query, Handler<AsyncResult<ResultSummary>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Executes a query in a transaction
queryStream(String, Handler<AsyncResult<Neo4jRecordStream>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Opens a new stream of records
queryStream(String, Value, Handler<AsyncResult<Neo4jRecordStream>>) - Method in interface io.reactiverse.neo4j.Neo4jClient
Opens a new stream of records
queryStream(String, Handler<AsyncResult<Neo4jRecordStream>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Opens a new stream of records
queryStream(String, Value, Handler<AsyncResult<Neo4jRecordStream>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Opens a new stream of records
queryStream(String, Handler<AsyncResult<Neo4jRecordStream>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Opens a new stream of records
queryStream(String, Value, Handler<AsyncResult<Neo4jRecordStream>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Opens a new stream of records

R

readQuery(Query, Handler<AsyncResult<List<Record>>>) - Method in interface io.reactiverse.neo4j.Neo4jTransaction
Executes a read query in a transaction
readQuery(Query, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Executes a read query in a transaction
readQuery(Query, Handler<AsyncResult<List<Record>>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Executes a read query in a transaction
ResultCursor - Interface in io.reactiverse.neo4j
 
resume() - Method in interface io.reactiverse.neo4j.Neo4jRecordStream
 
resume() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
resume() - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
rollback(Handler<AsyncResult<Void>>) - Method in interface io.reactiverse.neo4j.Neo4jTransaction
Rollbacks the transaction
rollback(Handler<AsyncResult<Void>>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Rollbacks the transaction
rollback(Handler<AsyncResult<Void>>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Rollbacks the transaction
rxBegin() - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Begins a new transaction
rxBegin() - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Begins a new transaction
rxBulkWrite(List<Query>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes a list of queries in one transaction
rxBulkWrite(List<Query>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes a list of queries in one transaction
rxCommit() - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Commits the transaction
rxCommit() - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Commits the transaction
rxDelete(String) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes and returns deleted results
rxDelete(String, Value) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes and returns deleted results
rxDelete(String) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes and returns deleted results
rxDelete(String, Value) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes and returns deleted results
rxExecute(String) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes a write transaction
rxExecute(String, Value) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Executes a write transaction
rxExecute(String) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes a write transaction
rxExecute(String, Value) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Executes a write transaction
rxFind(String) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds a list of records
rxFind(String, Value) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds a list of records
rxFind(String) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds a list of records
rxFind(String, Value) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds a list of records
rxFindOne(String) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds exactly one record
rxFindOne(String, Value) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Finds exactly one record
rxFindOne(String) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds exactly one record
rxFindOne(String, Value) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Finds exactly one record
rxPipeTo(WriteStream<Record>) - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
rxPipeTo(WriteStream<Record>) - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
rxQuery(String, Value) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Executes a query in a transaction
rxQuery(Query) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Executes a query in a transaction
rxQuery(String, Value) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Executes a query in a transaction
rxQuery(Query) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Executes a query in a transaction
rxQueryStream(String) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Opens a new stream of records
rxQueryStream(String, Value) - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
Opens a new stream of records
rxQueryStream(String) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Opens a new stream of records
rxQueryStream(String, Value) - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
Opens a new stream of records
rxReadQuery(Query) - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Executes a read query in a transaction
rxReadQuery(Query) - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Executes a read query in a transaction
rxRollback() - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
Rollbacks the transaction
rxRollback() - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
Rollbacks the transaction

S

setAuthOptions(Neo4jClientAuthOptions) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setAuthScheme(AuthSchemeOption) - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
setBase64EncodedTicket(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
setCertificateFilePath(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
setConnectionAcquisitionTimeoutMillis(long) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setEncrypted(boolean) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setEncryptionOptions(Neo4jClientEncryptionOptions) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setEventLoopThreads(int) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setFetchSize(long) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setHost(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setHostnameVerification(boolean) - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
setIdleTimeBeforeConnectionTest(long) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setLogLeakedSessions(boolean) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setMaxConnectionLifetimeMillis(long) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setMaxConnectionPoolSize(int) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setMetricsEnabled(boolean) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setPassword(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
setPort(int) - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
setRealm(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
setScheme(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
setStrategy(Config.TrustStrategy.Strategy) - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
setUsername(String) - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 

T

toFlowable() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
toJson() - Method in class io.reactiverse.neo4j.options.Neo4jClientAuthOptions
 
toJson() - Method in class io.reactiverse.neo4j.options.Neo4jClientEncryptionOptions
 
toJson() - Method in class io.reactiverse.neo4j.options.Neo4jClientOptions
 
toObservable() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
toObservable() - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
toString() - Method in class io.reactiverse.reactivex.neo4j.Neo4jClient
 
toString() - Method in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
toString() - Method in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
toString() - Method in class io.reactiverse.rxjava.neo4j.Neo4jClient
 
toString() - Method in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
toString() - Method in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 

U

Util - Class in io.reactiverse.neo4j
 

V

valueOf(String) - Static method in enum io.reactiverse.neo4j.options.AuthSchemeOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.reactiverse.neo4j.options.AuthSchemeOption
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleForTesting - Annotation Type in io.reactiverse.neo4j
Inspired by Google Guava annotation of the same name, used to mark some code visible for testing purposes only

W

wrapCallback(Context, Handler<AsyncResult<T>>) - Static method in class io.reactiverse.neo4j.Util
 

_

__TYPE_ARG - Static variable in class io.reactiverse.reactivex.neo4j.Neo4jClient
 
__TYPE_ARG - Static variable in class io.reactiverse.reactivex.neo4j.Neo4jRecordStream
 
__TYPE_ARG - Static variable in class io.reactiverse.reactivex.neo4j.Neo4jTransaction
 
__TYPE_ARG - Static variable in class io.reactiverse.rxjava.neo4j.Neo4jClient
 
__TYPE_ARG - Static variable in class io.reactiverse.rxjava.neo4j.Neo4jRecordStream
 
__TYPE_ARG - Static variable in class io.reactiverse.rxjava.neo4j.Neo4jTransaction
 
A B C D E F G H I N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2020 Eclipse. All rights reserved.