See: Description
Class | Description |
---|---|
CassandraIO |
An IO to read from Apache Cassandra.
|
CassandraIO.Mutate<T> |
A
PTransform to mutate into Apache Cassandra. |
CassandraIO.Read<T> |
A
PTransform to read data from Apache Cassandra. |
CassandraServiceImpl<T> |
An implementation of the
CassandraService that actually use a Cassandra instance. |
Enum | Description |
---|---|
CassandraIO.MutationType |
Specify the mutation type: either write or delete.
|
CassandraIO