com.google.cloud.bigtable.hbase.adapters
Class DeleteAdapter
- java.lang.Object
-
- com.google.cloud.bigtable.hbase.adapters.MutationAdapter<Delete>
-
- com.google.cloud.bigtable.hbase.adapters.DeleteAdapter
-
- All Implemented Interfaces:
- OperationAdapter<Delete,com.google.cloud.bigtable.data.v2.models.MutationApi<?>>
public class DeleteAdapter extends MutationAdapter<Delete>
Adapt a single Delete operation to a Google Cloud JavaMutationApi
.- Version:
- $Id: $Id
- Author:
- sduskis
-
-
Constructor Summary
Constructors Constructor and Description DeleteAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
adapt(Delete operation, com.google.cloud.bigtable.data.v2.models.MutationApi<?> mutation)
Converts an HBaseRow
which represents a set of changes to a single row from an HBase perspective to a Google Cloud JavaMutationApi
which represent the set of changes.-
Methods inherited from class com.google.cloud.bigtable.hbase.adapters.MutationAdapter
getBytes
-
-
-
-
Method Detail
-
adapt
public void adapt(Delete operation, com.google.cloud.bigtable.data.v2.models.MutationApi<?> mutation)
Converts an HBaseRow
which represents a set of changes to a single row from an HBase perspective to a Google Cloud JavaMutationApi
which represent the set of changes.- Specified by:
adapt
in interfaceOperationAdapter<Delete,com.google.cloud.bigtable.data.v2.models.MutationApi<?>>
- Specified by:
adapt
in classMutationAdapter<Delete>
- Parameters:
operation
- The HBaseRow
to convertmutation
- The modelMutationApi
-
-