Skip navigation links
C E G I O P R 

C

call(Observable<ResultSet>) - Method in class org.hawkular.rx.cassandra.driver.ResultSetToRowsTransformer
 
close() - Method in interface org.hawkular.rx.cassandra.driver.RxSession
 
close() - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 

E

execute(String) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and emit the corresponding ResultSet on the Schedulers.computation() scheduler.
execute(String, Scheduler) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and emit the corresponding ResultSet on the specified scheduler.
execute(String, Object...) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and emit the corresponding ResultSet on the Schedulers.computation() scheduler, using the provided values.
execute(String, Scheduler, Object...) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and emit the corresponding ResultSet on the specified scheduler, using the proved values.
execute(Statement) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and emit the corresponding ResultSet on the Schedulers.computation() scheduler.
execute(Statement, Scheduler) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and emit the corresponding ResultSet on the specified scheduler.
execute(String) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
execute(String, Scheduler) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
execute(String, Object...) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
execute(String, Scheduler, Object...) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
execute(Statement) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
execute(Statement, Scheduler) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
executeAndFetch(String) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and fetch Rows, emitted on the Schedulers.computation() scheduler.
executeAndFetch(String, Scheduler) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and fetch Rows, emitted on the specified scheduler.
executeAndFetch(String, Object...) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and fetch Rows, emitted on the Schedulers.computation() scheduler, using the provided values.
executeAndFetch(String, Scheduler, Object...) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and fetch Rows, emitted on the specified scheduler, using the provided values.
executeAndFetch(Statement) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and fetch Rows, emitted on the Schedulers.computation() scheduler.
executeAndFetch(Statement, Scheduler) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously execute a query and fetch Rows, emitted on the specified scheduler.
executeAndFetch(String) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
executeAndFetch(String, Scheduler) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
executeAndFetch(String, Object...) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
executeAndFetch(String, Scheduler, Object...) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
executeAndFetch(Statement) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
executeAndFetch(Statement, Scheduler) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 

G

getCluster() - Method in interface org.hawkular.rx.cassandra.driver.RxSession
 
getCluster() - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
getLoggedKeyspace() - Method in interface org.hawkular.rx.cassandra.driver.RxSession
 
getLoggedKeyspace() - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
getSession() - Method in interface org.hawkular.rx.cassandra.driver.RxSession
 
getSession() - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
getState() - Method in interface org.hawkular.rx.cassandra.driver.RxSession
 
getState() - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 

I

init() - Method in interface org.hawkular.rx.cassandra.driver.RxSession
 
init() - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
isClosed() - Method in interface org.hawkular.rx.cassandra.driver.RxSession
 
isClosed() - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 

O

org.hawkular.rx.cassandra.driver - package org.hawkular.rx.cassandra.driver
 

P

prepare(String) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously prepare a query and emit the corresponding PreparedStatement on the Schedulers.computation() scheduler.
prepare(String, Scheduler) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously prepare a query and emit the corresponding PreparedStatement on the specified scheduler.
prepare(RegularStatement) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously prepare a query and emit the corresponding PreparedStatement on the Schedulers.computation() scheduler.
prepare(RegularStatement, Scheduler) - Method in interface org.hawkular.rx.cassandra.driver.RxSession
Asynchronously prepare a query and emit the corresponding PreparedStatement on the specified scheduler.
prepare(String) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
prepare(String, Scheduler) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
prepare(RegularStatement) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
prepare(RegularStatement, Scheduler) - Method in class org.hawkular.rx.cassandra.driver.RxSessionImpl
 

R

ResultSetToRowsTransformer - Class in org.hawkular.rx.cassandra.driver
Transforms an Observable of ResultSet into an Observable of Row.
ResultSetToRowsTransformer() - Constructor for class org.hawkular.rx.cassandra.driver.ResultSetToRowsTransformer
Creates a new transformer operating on the Schedulers.computation() scheduler.
ResultSetToRowsTransformer(Scheduler) - Constructor for class org.hawkular.rx.cassandra.driver.ResultSetToRowsTransformer
Creates a new transformer operating on the specified scheduler.
RxSession - Interface in org.hawkular.rx.cassandra.driver
An RxJava flavor of the DataStax's Java driver Session interface.
RxSessionImpl - Class in org.hawkular.rx.cassandra.driver
 
RxSessionImpl(Session) - Constructor for class org.hawkular.rx.cassandra.driver.RxSessionImpl
 
C E G I O P R 
Skip navigation links

Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.