Class BigtableStreamResumptionStrategy<RequestT,ResponseT>
java.lang.Object
com.google.cloud.bigtable.data.v2.stub.BigtableStreamResumptionStrategy<RequestT,ResponseT>
- All Implemented Interfaces:
com.google.api.gax.retrying.StreamResumptionStrategy<RequestT,ResponseT>
@InternalApi
public abstract class BigtableStreamResumptionStrategy<RequestT,ResponseT>
extends Object
implements com.google.api.gax.retrying.StreamResumptionStrategy<RequestT,ResponseT>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.retrying.StreamResumptionStrategy
canResume, createNew, getResumeRequest, processResponse
-
Constructor Details
-
BigtableStreamResumptionStrategy
public BigtableStreamResumptionStrategy()
-
-
Method Details
-
processError
-