Package com.google.cloud.bigtable.hbase.adapters
-
Interface Summary Interface Description OperationAdapter<T extends Row,U> An interface for adapters that will convert an HBase Operation into Google Cloud Java Bigtable Models type.ResponseAdapter<T,U extends Result> An adapter for transforming a response from the Bigtable server to a HBase result. -
Class Summary Class Description Adapters Manages all AdaptersAppendAdapter Adapter for HBase Appends operations to Bigtable ReadModifyWriteRowRequest.Builder.CellDeduplicationHelper Helper class to deduplicate Cells in a mutation.CellDeduplicationHelper.QualifierOnlyKey CheckAndMutateUtil CheckAndMutateUtil.RequestBuilder This class can be used to convert HBase checkAnd* operations to BigtableConditionalRowMutation
s.DeleteAdapter Adapt a single Delete operation to a Google Cloud JavaMutationApi
.HBaseMutationAdapter Adapt a generic Mutation to a Google Cloud JavaMutationApi
.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 Row> Adapt an HBaseRow
Operation into a Google Cloud JavaMutationApi
.PutAdapter Adapt an HBasePut
Operation into a Google Cloud JavaMutationApi
.RowMutationsAdapter An adapter that adapts aRowMutations
object into Google Cloud JavaMutationApi
.SampledRowKeysAdapter SampledRowKeysAdapter class.UnsupportedMutationAdapter<T extends Mutation> An adapter that throws an Unsupported exception when its adapt method is invoked.