com.google.cloud.bigtable.hbase.adapters
Class HBaseRequestAdapter.MutationAdapters
- java.lang.Object
-
- com.google.cloud.bigtable.hbase.adapters.HBaseRequestAdapter.MutationAdapters
-
- Enclosing class:
- HBaseRequestAdapter
public static class HBaseRequestAdapter.MutationAdapters extends Object
-
-
Field Summary
Fields Modifier and Type Field and Description protected HBaseMutationAdapter
hbaseMutationAdapter
protected PutAdapter
putAdapter
protected RowMutationsAdapter
rowMutationsAdapter
-
Constructor Summary
Constructors Constructor and Description MutationAdapters(BigtableOptions options, org.apache.hadoop.conf.Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description HBaseRequestAdapter.MutationAdapters
withServerSideTimestamps()
-
-
-
Field Detail
-
putAdapter
protected final PutAdapter putAdapter
-
hbaseMutationAdapter
protected final HBaseMutationAdapter hbaseMutationAdapter
-
rowMutationsAdapter
protected final RowMutationsAdapter rowMutationsAdapter
-
-
Constructor Detail
-
MutationAdapters
public MutationAdapters(BigtableOptions options, org.apache.hadoop.conf.Configuration config)
-
-
Method Detail
-
withServerSideTimestamps
public HBaseRequestAdapter.MutationAdapters withServerSideTimestamps()
-
-