Skip navigation links
A C D E F G H I O P Q R S T W 

A

addContactPoint(String) - Method in class io.vertx.cassandra.CassandraClientOptions
Add a address, where a cluster node is located.
all(Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.ResultSet
 

C

CassandraClient - Interface in io.vertx.cassandra
Eclipse Vert.x Cassandra client.
CassandraClientOptions - Class in io.vertx.cassandra
Eclipse Vert.x Cassandra client options.
CassandraClientOptions() - Constructor for class io.vertx.cassandra.CassandraClientOptions
Default constructor.
CassandraClientOptions(Cluster.Builder) - Constructor for class io.vertx.cassandra.CassandraClientOptions
Constructor using an existing Cluster.Builder instance.
CassandraClientOptions(JsonObject) - Constructor for class io.vertx.cassandra.CassandraClientOptions
Constructor to create options from JSON.
CassandraClientOptionsConverter - Class in io.vertx.cassandra
Converter for CassandraClientOptions.
CassandraClientOptionsConverter() - Constructor for class io.vertx.cassandra.CassandraClientOptionsConverter
 
CassandraRowStream - Interface in io.vertx.cassandra
A ReadStream for Row consumption.
connect() - Method in interface io.vertx.cassandra.CassandraClient
Connect to a Cassandra service.
connect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.CassandraClient
Connect to a Cassandra service.
connect(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.CassandraClient
Connect to a Cassandra service.
createNonShared(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
createNonShared(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
Create a Cassandra client which maintains its own data source.
createShared(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.createShared(Vertx, String, CassandraClientOptions), but with default client options and datasource.
createShared(Vertx, String) - Static method in interface io.vertx.cassandra.CassandraClient
createShared(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
createShared(Vertx, String, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
Create a Cassandra client which shares its data source with any other Cassandra clients created with the same data source name.

D

dataStaxClusterBuilder() - Method in class io.vertx.cassandra.CassandraClientOptions
 
DEFAULT_HOST - Static variable in class io.vertx.cassandra.CassandraClientOptions
Default host for connecting with Cassandra service.
DEFAULT_POOL_NAME - Static variable in interface io.vertx.cassandra.CassandraClient
The name of the default pool
DEFAULT_PORT - Static variable in class io.vertx.cassandra.CassandraClientOptions
Default port for connecting with Cassandra service.
disconnect() - Method in interface io.vertx.cassandra.CassandraClient
Disconnects from the Cassandra service.
disconnect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.CassandraClient
Disconnects from the Cassandra service.

E

endHandler(Handler<Void>) - Method in interface io.vertx.cassandra.CassandraRowStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.cassandra.CassandraRowStream
 
execute(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(Statement, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
executeWithFullFetch(String, Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement, Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.

F

fetch(long) - Method in interface io.vertx.cassandra.CassandraRowStream
 
fetchMoreResults(Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.ResultSet
 
fromJson(Iterable<Map.Entry<String, Object>>, CassandraClientOptions) - Static method in class io.vertx.cassandra.CassandraClientOptionsConverter
 

G

getAvailableWithoutFetching() - Method in interface io.vertx.cassandra.ResultSet
 
getColumnDefinitions() - Method in interface io.vertx.cassandra.ResultSet
 
getContactPoints() - Method in class io.vertx.cassandra.CassandraClientOptions
 

H

handler(Handler<Row>) - Method in interface io.vertx.cassandra.CassandraRowStream
 

I

io.vertx.cassandra - package io.vertx.cassandra
 
isConnected() - Method in interface io.vertx.cassandra.CassandraClient
 
isExhausted() - Method in interface io.vertx.cassandra.ResultSet
 
isFullyFetched() - Method in interface io.vertx.cassandra.ResultSet
 

O

one(Handler<AsyncResult<Row>>) - Method in interface io.vertx.cassandra.ResultSet
 

P

pause() - Method in interface io.vertx.cassandra.CassandraRowStream
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.cassandra.CassandraClient
Prepares the provided query string.

Q

queryStream(String, Handler<AsyncResult<CassandraRowStream>>) - Method in interface io.vertx.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(Statement, Handler<AsyncResult<CassandraRowStream>>) - Method in interface io.vertx.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.

R

ResultSet - Interface in io.vertx.cassandra
It is like ResultSet, but adapted for Vert.x.
resume() - Method in interface io.vertx.cassandra.CassandraRowStream
 

S

setContactPoints(List<String>) - Method in class io.vertx.cassandra.CassandraClientOptions
Set a list of hosts, where some of cluster nodes is located.
setPort(int) - Method in class io.vertx.cassandra.CassandraClientOptions
Set which port should be used for all the hosts to connect to a cassandra service.

T

toJson() - Method in class io.vertx.cassandra.CassandraClientOptions
 
toJson(CassandraClientOptions, JsonObject) - Static method in class io.vertx.cassandra.CassandraClientOptionsConverter
 
toJson(CassandraClientOptions, Map<String, Object>) - Static method in class io.vertx.cassandra.CassandraClientOptionsConverter
 

W

wasApplied() - Method in interface io.vertx.cassandra.ResultSet
 
A C D E F G H I O P Q R S T W 
Skip navigation links

Copyright © 2018 Eclipse. All rights reserved.