| Class | Description |
|---|---|
| AbstractCassandraHystrixCommand<K> |
Abstract Hystrix wrapper for Astyanax Cassandra calls
|
| HystrixCassandraDeleteColumns<RowKeyType> |
Hystrix command to delete columns from a specific row in from Cassandra.
|
| HystrixCassandraDeleteRow<RowKeyType> |
Hystrix command to delete a row from Cassandra.
|
| HystrixCassandraGetRow<RowKeyType> |
Hystrix command to get a row from Cassandra using a specific row key.
|
| HystrixCassandraGetRowsByKeys<RowKeyType> |
Hystrix command to get rows from Cassandra specified by a set of row keys.
|
| HystrixCassandraGetRowsByQuery<RowKeyType> |
Hystrix command to get rows from Cassandra that match a particular CQL query.
|
| HystrixCassandraPut<RowKeyType> |
Hystrix command to store a row in Cassandra using String keys.
|