@InternalApi public class ReadRowsResumptionStrategy extends Object implements com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
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 and Description |
---|
ReadRowsResumptionStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
canResume() |
com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse> |
createNew() |
Storage.ReadRowsRequest |
getResumeRequest(Storage.ReadRowsRequest originalRequest) |
Storage.ReadRowsResponse |
processResponse(Storage.ReadRowsResponse response) |
@Nonnull public com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse> createNew()
createNew
in interface com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
@Nonnull public Storage.ReadRowsResponse processResponse(Storage.ReadRowsResponse response)
processResponse
in interface com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
public Storage.ReadRowsRequest getResumeRequest(Storage.ReadRowsRequest originalRequest)
Given the initial/original request, this implementation generates a request that will yield a new stream whose first response would come right after the last response received by processResponse. It takes into account the offset from the original request.
getResumeRequest
in interface com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
public boolean canResume()
canResume
in interface com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
Copyright © 2019 Google LLC. All rights reserved.