com.google.cloud.bigtable.hbase.adapters.read
Class GetAdapter
- java.lang.Object
-
- com.google.cloud.bigtable.hbase.adapters.read.GetAdapter
-
- All Implemented Interfaces:
- ReadOperationAdapter<Get>
public class GetAdapter extends Object implements ReadOperationAdapter<Get>
AGet
adapter that transform the Get into aQuery
using the proto-based filter language.- Version:
- $Id: $Id
- Author:
- sduskis
-
-
Field Summary
Fields Modifier and Type Field and Description protected ScanAdapter
scanAdapter
-
Constructor Summary
Constructors Constructor and Description GetAdapter(ScanAdapter scanAdapter)
Constructor for GetAdapter.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
adapt(Get operation, ReadHooks readHooks, com.google.cloud.bigtable.data.v2.models.Query query)
adapt.static Get
setCheckExistenceOnly(Get get)
-
-
-
Field Detail
-
scanAdapter
protected final ScanAdapter scanAdapter
-
-
Constructor Detail
-
GetAdapter
public GetAdapter(ScanAdapter scanAdapter)
Constructor for GetAdapter.- Parameters:
scanAdapter
- aScanAdapter
object.
-
-