Class ReadRowsResumptionStrategy

  • All Implemented Interfaces:
    com.google.api.gax.retrying.StreamResumptionStrategy<ReadRowsRequest,​ReadRowsResponse>

    @InternalApi
    public class ReadRowsResumptionStrategy
    extends Object
    implements com.google.api.gax.retrying.StreamResumptionStrategy<ReadRowsRequest,​ReadRowsResponse>
    An implementation of a StreamResumptionStrategy for the ReadRows API. This class tracks the offset of the last row received and, upon retry, attempts to resume the stream at the next offset.

    This class is considered an internal implementation detail and not meant to be used by applications.

    • Constructor Detail

      • ReadRowsResumptionStrategy

        public ReadRowsResumptionStrategy()