@Experimental(value=SOURCE_SINK)
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.Write<T> |
A
PTransform to mutate into Apache Cassandra. |
Enum | Description |
---|---|
CassandraIO.MutationType |
Specify the mutation type: either write or delete.
|
CassandraIO