See: Description
Interface | Description |
---|---|
CassandraService<T> |
An interface for real or fake implementations of Cassandra.
|
CassandraService.Writer<T> |
Writer for an entity.
|
Class | Description |
---|---|
CassandraIO |
An IO to read from Apache Cassandra.
|
CassandraIO.Read<T> |
A
PTransform to read data from Apache Cassandra. |
CassandraIO.Write<T> |
A
PTransform to write into Apache Cassandra. |
CassandraServiceImpl<T> |
An implementation of the
CassandraService that actually use a Cassandra instance. |
CassandraServiceImpl.TokenRange |
Represent a token range in Cassandra instance, wrapping the partition count, size and token
range.
|