Index

B C G M N P R S 
All Classes and Interfaces|All Packages|Constant Field Values

B

BigtableGrpc - Class in com.google.bigtable.v2
Service for reading from and writing to existing Bigtable tables.
BigtableGrpc.AsyncService - Interface in com.google.bigtable.v2
Service for reading from and writing to existing Bigtable tables.
BigtableGrpc.BigtableBlockingStub - Class in com.google.bigtable.v2
A stub to allow clients to do synchronous rpc calls to service Bigtable.
BigtableGrpc.BigtableFutureStub - Class in com.google.bigtable.v2
A stub to allow clients to do ListenableFuture-style rpc calls to service Bigtable.
BigtableGrpc.BigtableImplBase - Class in com.google.bigtable.v2
Base class for the server implementation of the service Bigtable.
BigtableGrpc.BigtableStub - Class in com.google.bigtable.v2
A stub to allow clients to do asynchronous rpc calls to service Bigtable.
BigtableImplBase() - Constructor for class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
 
bindService() - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
 
bindService(BigtableGrpc.AsyncService) - Static method in class com.google.bigtable.v2.BigtableGrpc
 
build(Channel, CallOptions) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
 

C

checkAndMutateRow(CheckAndMutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Mutates a row atomically based on the output of a predicate Reader filter.
checkAndMutateRow(CheckAndMutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
Mutates a row atomically based on the output of a predicate Reader filter.
checkAndMutateRow(CheckAndMutateRowRequest, StreamObserver<CheckAndMutateRowResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
Mutates a row atomically based on the output of a predicate Reader filter.
checkAndMutateRow(CheckAndMutateRowRequest, StreamObserver<CheckAndMutateRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Mutates a row atomically based on the output of a predicate Reader filter.
com.google.bigtable.v2 - package com.google.bigtable.v2
 

G

generateInitialChangeStreamPartitions(GenerateInitialChangeStreamPartitionsRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
NOTE: This API is intended to be used by Apache Beam BigtableIO.
generateInitialChangeStreamPartitions(GenerateInitialChangeStreamPartitionsRequest, StreamObserver<GenerateInitialChangeStreamPartitionsResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
NOTE: This API is intended to be used by Apache Beam BigtableIO.
generateInitialChangeStreamPartitions(GenerateInitialChangeStreamPartitionsRequest, StreamObserver<GenerateInitialChangeStreamPartitionsResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
NOTE: This API is intended to be used by Apache Beam BigtableIO.
getCheckAndMutateRowMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getGenerateInitialChangeStreamPartitionsMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getMutateRowMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getMutateRowsMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getPingAndWarmMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getReadChangeStreamMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getReadModifyWriteRowMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getReadRowsMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getSampleRowKeysMethod() - Static method in class com.google.bigtable.v2.BigtableGrpc
 
getServiceDescriptor() - Static method in class com.google.bigtable.v2.BigtableGrpc
 

M

mutateRow(MutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Mutates a row atomically.
mutateRow(MutateRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
Mutates a row atomically.
mutateRow(MutateRowRequest, StreamObserver<MutateRowResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
Mutates a row atomically.
mutateRow(MutateRowRequest, StreamObserver<MutateRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Mutates a row atomically.
mutateRows(MutateRowsRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Mutates multiple rows in a batch.
mutateRows(MutateRowsRequest, StreamObserver<MutateRowsResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
Mutates multiple rows in a batch.
mutateRows(MutateRowsRequest, StreamObserver<MutateRowsResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Mutates multiple rows in a batch.

N

newBlockingStub(Channel) - Static method in class com.google.bigtable.v2.BigtableGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.bigtable.v2.BigtableGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.bigtable.v2.BigtableGrpc
Creates a new async stub that supports all call types for the service

P

pingAndWarm(PingAndWarmRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Warm up associated instance metadata for this connection.
pingAndWarm(PingAndWarmRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
Warm up associated instance metadata for this connection.
pingAndWarm(PingAndWarmRequest, StreamObserver<PingAndWarmResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
Warm up associated instance metadata for this connection.
pingAndWarm(PingAndWarmRequest, StreamObserver<PingAndWarmResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Warm up associated instance metadata for this connection.

R

readChangeStream(ReadChangeStreamRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
NOTE: This API is intended to be used by Apache Beam BigtableIO.
readChangeStream(ReadChangeStreamRequest, StreamObserver<ReadChangeStreamResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
NOTE: This API is intended to be used by Apache Beam BigtableIO.
readChangeStream(ReadChangeStreamRequest, StreamObserver<ReadChangeStreamResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
NOTE: This API is intended to be used by Apache Beam BigtableIO.
readModifyWriteRow(ReadModifyWriteRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Modifies a row atomically on the server.
readModifyWriteRow(ReadModifyWriteRowRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableFutureStub
Modifies a row atomically on the server.
readModifyWriteRow(ReadModifyWriteRowRequest, StreamObserver<ReadModifyWriteRowResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
Modifies a row atomically on the server.
readModifyWriteRow(ReadModifyWriteRowRequest, StreamObserver<ReadModifyWriteRowResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Modifies a row atomically on the server.
readRows(ReadRowsRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each.
readRows(ReadRowsRequest, StreamObserver<ReadRowsResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each.
readRows(ReadRowsRequest, StreamObserver<ReadRowsResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Streams back the contents of all requested rows in key order, optionally applying the same Reader filter to each.

S

sampleRowKeys(SampleRowKeysRequest) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableBlockingStub
Returns a sample of row keys in the table.
sampleRowKeys(SampleRowKeysRequest, StreamObserver<SampleRowKeysResponse>) - Method in interface com.google.bigtable.v2.BigtableGrpc.AsyncService
Returns a sample of row keys in the table.
sampleRowKeys(SampleRowKeysRequest, StreamObserver<SampleRowKeysResponse>) - Method in class com.google.bigtable.v2.BigtableGrpc.BigtableStub
Returns a sample of row keys in the table.
SERVICE_NAME - Static variable in class com.google.bigtable.v2.BigtableGrpc
 
B C G M N P R S 
All Classes and Interfaces|All Packages|Constant Field Values