protected static class TransportReplicationAction.WriteResult<T extends ReplicationResponse>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Translog.Location |
location |
T |
response |
Constructor and Description |
---|
WriteResult(T response,
Translog.Location location) |
Modifier and Type | Method and Description |
---|---|
<T extends ReplicationResponse> |
response() |
public final T extends ReplicationResponse response
public final Translog.Location location
public WriteResult(T response, Translog.Location location)
public <T extends ReplicationResponse> T response()