Class GenerateInitialChangeStreamPartitionsUserCallable
java.lang.Object
com.google.api.gax.rpc.ServerStreamingCallable<String,Range.ByteStringRange>
com.google.cloud.bigtable.data.v2.stub.changestream.GenerateInitialChangeStreamPartitionsUserCallable
public class GenerateInitialChangeStreamPartitionsUserCallable
extends com.google.api.gax.rpc.ServerStreamingCallable<String,Range.ByteStringRange>
Simple wrapper for GenerateInitialChangeStreamPartitions to wrap the request and response
protobufs.
-
Constructor Summary
ConstructorDescriptionGenerateInitialChangeStreamPartitionsUserCallable
(com.google.api.gax.rpc.ServerStreamingCallable<com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest, com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse> inner, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context) Methods inherited from class com.google.api.gax.rpc.ServerStreamingCallable
all, blockingServerStreamingCall, blockingServerStreamingCall, call, call, call, first, serverStreamingCall, serverStreamingCall, withDefaultCallContext
-
Constructor Details
-
GenerateInitialChangeStreamPartitionsUserCallable
public GenerateInitialChangeStreamPartitionsUserCallable(com.google.api.gax.rpc.ServerStreamingCallable<com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest, com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse> inner, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
-
-
Method Details
-
call
public void call(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context) - Specified by:
call
in classcom.google.api.gax.rpc.ServerStreamingCallable<String,
Range.ByteStringRange>
-