Package | Description |
---|---|
com.google.cloud.bigtable.hbase.adapters |
Modifier and Type | Class and Description |
---|---|
class |
AppendAdapter
Adapter for HBase Appends operations to Bigtable ReadModifyWriteRowRequest.Builder.
|
class |
DeleteAdapter
Adapt a single Delete operation to a Google Cloud Java
MutationApi . |
class |
HBaseMutationAdapter
Adapt a generic Mutation to a Google Cloud Java
MutationApi . |
class |
IncrementAdapter
Adapter for HBase Increment operations to Bigtable ReadModifyWriteRowRequest.Builder.
|
class |
MutationAdapter<T extends org.apache.hadoop.hbase.client.Row>
Adapt an HBase
Row Operation into a Google Cloud Java MutationApi . |
class |
PutAdapter
Adapt an HBase
Put Operation into a Google Cloud Java MutationApi . |
class |
RowMutationsAdapter
An adapter that adapts a
RowMutations object into Google
Cloud Java MutationApi . |
class |
UnsupportedMutationAdapter<T extends org.apache.hadoop.hbase.client.Mutation>
An adapter that throws an Unsupported exception when its adapt method is invoked.
|