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 class
TransportRequestOptions.Builder
static class
TransportRequestOptions.Type
-
Field Summary
Fields Modifier and Type Field Description static TransportRequestOptions
EMPTY
-
Method Summary
Modifier and Type Method Description static TransportRequestOptions.Builder
builder()
static TransportRequestOptions.Builder
builder(TransportRequestOptions options)
TimeValue
timeout()
TransportRequestOptions.Type
type()
-
-
-
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)
-
-