Uses of Interface
com.google.cloud.bigtable.hbase.adapters.OperationAdapter
-
Packages that use OperationAdapter Package Description com.google.cloud.bigtable.hbase.adapters -
-
Uses of OperationAdapter in com.google.cloud.bigtable.hbase.adapters
Classes in com.google.cloud.bigtable.hbase.adapters that implement OperationAdapter 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 JavaMutationApi
.class
HBaseMutationAdapter
Adapt a generic Mutation to a Google Cloud JavaMutationApi
.class
IncrementAdapter
Adapter for HBase Increment operations to Bigtable ReadModifyWriteRowRequest.Builder.class
MutationAdapter<T extends Row>
Adapt an HBaseRow
Operation into a Google Cloud JavaMutationApi
.class
PutAdapter
Adapt an HBasePut
Operation into a Google Cloud JavaMutationApi
.class
RowMutationsAdapter
An adapter that adapts aRowMutations
object into Google Cloud JavaMutationApi
.class
UnsupportedMutationAdapter<T extends Mutation>
An adapter that throws an Unsupported exception when its adapt method is invoked.
-