Package org.trellisldp.ext.cassandra
Trellis Cassandra-based implementation.
-
Class Summary Class Description AsyncResultSetUtils Includes a simpleSpliteratorbacked by anAsyncResultSet.CassandraBinary Simple implementation ofBinarythat pulls content from Cassandra on demand.CassandraBinaryService ImplementsBinaryServiceby chunking binary data across Cassandra.CassandraContext CassandraIOUtils CassandraLivenessCheck Check the health of the cassandra connection.CassandraMementoService AMementoServicethat stores Mementos in a Cassandra table.CassandraReadinessCheck Check the health of the cassandra connection.LazyChunkInputStream AnInputStreambacked by a Cassandra query to retrieve one binary chunk.LazyFilterInputStream LikeFilterInputStreambut lazier; does not fill the slot for wrappedInputStreamuntilLazyFilterInputStream.initialize()is called.NoopCloseCountingInputStream AnInputStreamthat counts the bytes read from it and does not propagateNoopCloseCountingInputStream.close(). -
Exception Summary Exception Description InterruptedStartupException Thrown to indicate that application initialization was interrupted. -
Annotation Types Summary Annotation Type Description BinaryReadConsistency Marks aConsistencyLevelused for reading binaries.BinaryWriteConsistency Marks aConsistencyLevelused for writing binaries.MutableReadConsistency Marks aConsistencyLevelused for reading mutable metadata.MutableWriteConsistency Marks aConsistencyLevelused for writing mutable metadata.