Package org.elasticsearch.action
Interface RealtimeRequest
-
- All Known Implementing Classes:
GetRequest,MultiGetRequest,MultiTermVectorsRequest,TermVectorsRequest
public interface RealtimeRequestIndicates that a request can execute in realtime (reads from the translog). AllActionRequestthat are realtime should implement this interface.
-
-
Method Summary
Modifier and Type Method Description <R extends RealtimeRequest>
Rrealtime(boolean realtime)
-
-
-
Method Detail
-
realtime
<R extends RealtimeRequest> R realtime(boolean realtime)
- Parameters:
realtime- Controls whether this request should be realtime by reading from the translog.
-
-