private static class AsyncRequestFutureImpl.ReplicaResultState extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
callCount
Number of calls outstanding, or 0 if a call succeeded (even with others outstanding).
|
(package private) BatchErrors |
replicaErrors
Errors for which it is not decided whether we will report them to user.
|
Constructor and Description |
---|
ReplicaResultState(int callCount) |
int callCount
BatchErrors replicaErrors
public ReplicaResultState(int callCount)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.