Package | Description |
---|---|
com.google.cloud.bigtable.data.v2.internal |
Internal implementation helpers used by the client.
|
com.google.cloud.bigtable.data.v2.models | |
com.google.cloud.bigtable.data.v2.stub.mutaterows |
Implementation details for
EnhancedBigtableStub.bulkMutateRowsCallable() . |
com.google.cloud.bigtable.data.v2.stub.readrows |
Implementation details for
EnhancedBigtableStub.readRowsCallable() . |
Modifier and Type | Method and Description |
---|---|
static RequestContext |
RequestContext.create(String projectId,
String instanceId,
String appProfileId)
Creates a new instance of the
RequestContext . |
Modifier and Type | Method and Description |
---|---|
com.google.bigtable.v2.MutateRowsRequest |
RowMutation.toBulkProto(RequestContext requestContext)
Creates a single entry bulk
MutateRowsRequest , which will be
merged by the batching logic in the callable chain. |
com.google.bigtable.v2.CheckAndMutateRowRequest |
ConditionalRowMutation.toProto(RequestContext requestContext)
Creates the underlying
CheckAndMutateRowRequest protobuf. |
com.google.bigtable.v2.ReadModifyWriteRowRequest |
ReadModifyWriteRow.toProto(RequestContext requestContext) |
com.google.bigtable.v2.MutateRowRequest |
RowMutation.toProto(RequestContext requestContext) |
com.google.bigtable.v2.MutateRowsRequest |
BulkMutation.toProto(RequestContext requestContext) |
com.google.bigtable.v2.ReadRowsRequest |
Query.toProto(RequestContext requestContext)
Creates the request protobuf.
|
Constructor and Description |
---|
BulkMutateRowsUserFacingCallable(UnaryCallable<com.google.bigtable.v2.MutateRowsRequest,Void> innerCallable,
RequestContext requestContext) |
MutateRowsUserFacingCallable(UnaryCallable<com.google.bigtable.v2.MutateRowsRequest,Void> inner,
RequestContext requestContext) |
Constructor and Description |
---|
ReadRowsUserCallable(ServerStreamingCallable<com.google.bigtable.v2.ReadRowsRequest,RowT> inner,
RequestContext requestContext) |
Copyright © 2019 Google LLC. All rights reserved.