Interface AsyncBatchWriteHandler.Stats
- Enclosing class:
AsyncBatchWriteHandler<RecT,
ResT>
public static interface AsyncBatchWriteHandler.Stats
Statistics on the batch request.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault void
addBatchWriteRequest
(long latencyMillis, boolean isPartialRetry)
-
Field Details
-
NONE
-
-
Method Details
-
addBatchWriteRequest
default void addBatchWriteRequest(long latencyMillis, boolean isPartialRetry)
-