com.google.cloud.bigtable.grpc.scanner
Interface ScanHandler
-
- All Known Implementing Classes:
- RetryingReadRowsOperation
public interface ScanHandler
An interface that handles timeout exception situations and request cancellations in scan situations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
cancel()
Perform an rpc cancellation given a client-side request.
-