| Class | Description |
|---|---|
| AsyncResultSetUtils |
Includes a simple
Spliterator backed by an AsyncResultSet. |
| CassandraBinary |
Simple implementation of
Binary that pulls content from Cassandra on demand. |
| CassandraBinaryService |
Implements
BinaryService by chunking binary data across Cassandra. |
| CassandraContext | |
| CassandraLivenessCheck |
Check the health of the cassandra connection.
|
| CassandraMementoService |
A
MementoService that stores Mementos in a Cassandra table. |
| CassandraReadinessCheck |
Check the health of the cassandra connection.
|
| LazyChunkInputStream |
An
InputStream backed by a Cassandra query to retrieve one binary chunk. |
| LazyFilterInputStream |
Like
FilterInputStream but lazier; does not fill the slot for wrapped InputStream until
LazyFilterInputStream.initialize() is called. |
| NoopCloseCountingInputStream |
An
InputStream that counts the bytes read from it and does not propagate NoopCloseCountingInputStream.close(). |
| Exception | Description |
|---|---|
| InterruptedStartupException |
Thrown to indicate that application initialization was interrupted.
|
| Annotation Type | Description |
|---|---|
| BinaryReadConsistency |
Marks a
ConsistencyLevel used for reading binaries. |
| BinaryWriteConsistency |
Marks a
ConsistencyLevel used for writing binaries. |
| MutableReadConsistency |
Marks a
ConsistencyLevel used for reading mutable metadata. |
| MutableWriteConsistency |
Marks a
ConsistencyLevel used for writing mutable metadata. |