public interface RealtimeRequest
ActionRequest that are realtime should implement this interface.| Modifier and Type | Method and Description |
|---|---|
<R extends RealtimeRequest> |
realtime(boolean realtime) |
<R extends RealtimeRequest> R realtime(boolean realtime)
realtime - Controls whether this request should be realtime by reading from the translog.