public abstract class EndpointListener<RET,V> extends BaseRpcOutcomeListener<RET>
| Modifier and Type | Field and Description |
|---|---|
protected CoordinationProtos.DrillbitEndpoint |
endpoint |
protected V |
value |
| Constructor and Description |
|---|
EndpointListener(CoordinationProtos.DrillbitEndpoint endpoint,
V value) |
| Modifier and Type | Method and Description |
|---|---|
protected CoordinationProtos.DrillbitEndpoint |
getEndpoint() |
protected V |
getValue() |
failed, interrupted, successprotected final CoordinationProtos.DrillbitEndpoint endpoint
protected final V value
public EndpointListener(CoordinationProtos.DrillbitEndpoint endpoint, V value)
protected CoordinationProtos.DrillbitEndpoint getEndpoint()
protected V getValue()
Copyright © 2017 The Apache Software Foundation. All rights reserved.