Package org.elasticsearch.transport
Class TransportRequestOptions
java.lang.Object
org.elasticsearch.transport.TransportRequestOptions
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransportRequestOptions
of(org.elasticsearch.core.TimeValue timeout, TransportRequestOptions.Type type)
org.elasticsearch.core.TimeValue
timeout()
static TransportRequestOptions
timeout(org.elasticsearch.core.TimeValue timeout)
type()
-
Field Details
-
EMPTY
-
-
Method Details
-
timeout
-
of
public static TransportRequestOptions of(@Nullable org.elasticsearch.core.TimeValue timeout, TransportRequestOptions.Type type) -
timeout
@Nullable public org.elasticsearch.core.TimeValue timeout() -
type
-