See: Description
Interface | Description |
---|---|
Mapper<T> |
This interface allows you to implement a custom mapper to read and persist elements from/to
Cassandra.
|
Class | Description |
---|---|
CassandraIO |
An IO to read and write from/to Apache Cassandra
|
CassandraIO.Read<T> |
A
PTransform to read data from Apache Cassandra. |
CassandraIO.ReadAll<T> |
A
PTransform to read data from Apache Cassandra. |
CassandraIO.Write<T> |
A
PTransform to mutate into Apache Cassandra. |
ConnectionManager | |
RingRange |
Models a Cassandra token range.
|
Enum | Description |
---|---|
CassandraIO.MutationType |
Specify the mutation type: either write or delete.
|
CassandraIO