Package org.elasticsearch.transport
Class TransportResponseOptions
- java.lang.Object
-
- org.elasticsearch.transport.TransportResponseOptions
-
public class TransportResponseOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransportResponseOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static TransportResponseOptionsEMPTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransportResponseOptions.Builderbuilder()static TransportResponseOptions.Builderbuilder(TransportResponseOptions options)booleancompress()
-
-
-
Field Detail
-
EMPTY
public static final TransportResponseOptions EMPTY
-
-
Method Detail
-
compress
public boolean compress()
-
builder
public static TransportResponseOptions.Builder builder()
-
builder
public static TransportResponseOptions.Builder builder(TransportResponseOptions options)
-
-