@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcBigtableStub extends BigtableStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcBigtableStub(BigtableStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcBigtableStub, using the given settings.
|
protected |
GrpcBigtableStub(BigtableStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcBigtableStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
com.google.api.gax.rpc.UnaryCallable<CheckAndMutateRowRequest,CheckAndMutateRowResponse> |
checkAndMutateRowCallable() |
void |
close() |
static GrpcBigtableStub |
create(BigtableStubSettings settings) |
static GrpcBigtableStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcBigtableStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<MutateRowRequest,MutateRowResponse> |
mutateRowCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<MutateRowsRequest,MutateRowsResponse> |
mutateRowsCallable() |
com.google.api.gax.rpc.UnaryCallable<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> |
readModifyWriteRowCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> |
readRowsCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<SampleRowKeysRequest,SampleRowKeysResponse> |
sampleRowKeysCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcBigtableStub(BigtableStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcBigtableStub(BigtableStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcBigtableStub create(BigtableStubSettings settings) throws IOException
IOExceptionpublic static final GrpcBigtableStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcBigtableStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> readRowsCallable()
readRowsCallable in class BigtableStubpublic com.google.api.gax.rpc.ServerStreamingCallable<SampleRowKeysRequest,SampleRowKeysResponse> sampleRowKeysCallable()
sampleRowKeysCallable in class BigtableStubpublic com.google.api.gax.rpc.UnaryCallable<MutateRowRequest,MutateRowResponse> mutateRowCallable()
mutateRowCallable in class BigtableStubpublic com.google.api.gax.rpc.ServerStreamingCallable<MutateRowsRequest,MutateRowsResponse> mutateRowsCallable()
mutateRowsCallable in class BigtableStubpublic com.google.api.gax.rpc.UnaryCallable<CheckAndMutateRowRequest,CheckAndMutateRowResponse> checkAndMutateRowCallable()
checkAndMutateRowCallable in class BigtableStubpublic com.google.api.gax.rpc.UnaryCallable<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> readModifyWriteRowCallable()
readModifyWriteRowCallable in class BigtableStubpublic final void close()
close in interface AutoCloseableclose in class BigtableStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2018 Google LLC. All rights reserved.