| Interface | Description |
|---|---|
| OperationAdapter<T extends org.apache.hadoop.hbase.client.Row,U> |
An interface for adapters that will convert an HBase Operation into Google Cloud Java Bigtable
Models type.
|
| ResponseAdapter<T,U extends org.apache.hadoop.hbase.client.Result> |
An adapter for transforming a response from the Bigtable server to a HBase result.
|
| Class | Description |
|---|---|
| Adapters |
Manages all Adapters
For internal use only - public for technical reasons.
|
| AppendAdapter |
Adapter for HBase Appends operations to Bigtable ReadModifyWriteRowRequest.Builder.
|
| CellDeduplicationHelper |
Helper class to deduplicate Cells in a mutation.
|
| CellDeduplicationHelper.QualifierOnlyKey | |
| CheckAndMutateUtil |
For internal use only - public for technical reasons.
|
| CheckAndMutateUtil.RequestBuilder |
This class can be used to convert HBase checkAnd* operations to Bigtable
ConditionalRowMutations. |
| DeleteAdapter |
Adapt a single Delete operation to a Google Cloud Java
MutationApi. |
| HBaseMutationAdapter |
Adapt a generic Mutation to a Google Cloud Java
MutationApi. |
| HBaseRequestAdapter |
Adapts HBase Deletes, Gets, Scans, Puts, RowMutations, Appends and Increments to Bigtable
requests.
|
| HBaseRequestAdapter.MutationAdapters | |
| IncrementAdapter |
Adapter for HBase Increment operations to Bigtable ReadModifyWriteRowRequest.Builder.
|
| MutationAdapter<T extends org.apache.hadoop.hbase.client.Row> |
Adapt an HBase
Row Operation into a Google Cloud Java MutationApi. |
| PutAdapter |
Adapt an HBase
Put Operation into a Google Cloud Java MutationApi. |
| RowMutationsAdapter |
An adapter that adapts a
RowMutations object into Google
Cloud Java MutationApi. |
| SampledRowKeysAdapter |
SampledRowKeysAdapter class.
|
| UnsupportedMutationAdapter<T extends org.apache.hadoop.hbase.client.Mutation> |
An adapter that throws an Unsupported exception when its adapt method is invoked.
|