| Interface | Description |
|---|---|
| BatchStrategy<S,C extends ETLContext> | |
| Partition | |
| PartitionOrderBy | |
| Strategy<C extends ETLContext> | |
| TimeBatchStrategy<S> |
This interface is designed to extract data from relation database into Cassandra
|
| Class | Description |
|---|---|
| ETLContext | |
| Inspector | |
| Inspector.Descriptor | |
| LastUpdate | |
| PartitionContext | |
| PartitionOrderByContext | |
| PartitionOrderByMap<T extends PartitionOrderBy> |
This is a map that support storing entities with a SINGLE partition key and ONE or more clustering key.
|
| PartitionOrderByStrategy<S extends PartitionOrderBy> |
This interface is designed to extract data from a Cassandra table to another Cassandra table.
|
| PartitionStrategy<S extends Partition,C extends PartitionContext> | |
| PrimaryKey | |
| TimeBatch | |
| Transform<T,E> |
This is a convenient class for helping to transform an array of extracted entities of type E to another set of entities of
type T.
|
| Annotation Type | Description |
|---|---|
| PartitionUnit |