Package org.elasticsearch.transport
Class TransportRequestOptions
- java.lang.Object
-
- org.elasticsearch.transport.TransportRequestOptions
-
public class TransportRequestOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransportRequestOptions.Builderstatic classTransportRequestOptions.Type
-
Field Summary
Fields Modifier and Type Field Description static TransportRequestOptionsEMPTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransportRequestOptions.Builderbuilder()static TransportRequestOptions.Builderbuilder(TransportRequestOptions options)TimeValuetimeout()TransportRequestOptions.Typetype()
-
-
-
Field Detail
-
EMPTY
public static final TransportRequestOptions EMPTY
-
-
Method Detail
-
timeout
public TimeValue timeout()
-
type
public TransportRequestOptions.Type type()
-
builder
public static TransportRequestOptions.Builder builder()
-
builder
public static TransportRequestOptions.Builder builder(TransportRequestOptions options)
-
-