Interface | Description |
---|---|
ReadableTable<K,V> |
A table that supports get by one or more keys
|
ReadWriteTable<K,V> |
A table that supports get, put and delete by one or more keys
|
Table<R> |
A
Table is an abstraction for data sources that support random access by key. |
Class | Description |
---|---|
TableSpec |
TableSpec is a blueprint for creating, validating, or simply describing a table in the runtime environment.
|