org.elasticsearch.transport
Class TransportResponseOptions

java.lang.Object
  extended by org.elasticsearch.transport.TransportResponseOptions

public class TransportResponseOptions
extends Object


Field Summary
static TransportResponseOptions EMPTY
           
 
Constructor Summary
TransportResponseOptions()
           
 
Method Summary
 boolean compress()
           
static TransportResponseOptions options()
           
 TransportResponseOptions withCompress(boolean compress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final TransportResponseOptions EMPTY
Constructor Detail

TransportResponseOptions

public TransportResponseOptions()
Method Detail

options

public static TransportResponseOptions options()

withCompress

public TransportResponseOptions withCompress(boolean compress)

compress

public boolean compress()


Copyright © 2009-2012. All Rights Reserved.