protected static class TransportReplicationAction.WriteResult<T extends ActionWriteResponse> extends Object
Modifier and Type | Field and Description |
---|---|
Translog.Location |
location |
T |
response |
Constructor and Description |
---|
TransportReplicationAction.WriteResult(T response,
Translog.Location location) |
public final T extends ActionWriteResponse response
public final Translog.Location location
public TransportReplicationAction.WriteResult(T response, Translog.Location location)
public <T extends ActionWriteResponse> T response()
Copyright © 2009–2016. All rights reserved.