private static class AsyncRequestFutureImpl.ReplicaResultState extends Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | callCountNumber of calls outstanding, or 0 if a call succeeded (even with others outstanding). | 
| (package private) BatchErrors | replicaErrorsErrors 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–2019 The Apache Software Foundation. All rights reserved.