Uses of Class
org.elasticsearch.transport.TransportRequestOptions

Packages that use TransportRequestOptions
org.elasticsearch.action   
org.elasticsearch.action.bulk   
org.elasticsearch.action.support.replication   
org.elasticsearch.action.support.single.instance   
org.elasticsearch.transport   
org.elasticsearch.transport.local   
org.elasticsearch.transport.netty   
org.elasticsearch.transport.support   
 

Uses of TransportRequestOptions in org.elasticsearch.action
 

Methods in org.elasticsearch.action that return TransportRequestOptions
 TransportRequestOptions GenericAction.transportOptions(Settings settings)
          Optional request options for the action.
 

Uses of TransportRequestOptions in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk that return TransportRequestOptions
protected  TransportRequestOptions TransportShardBulkAction.transportOptions()
           
 TransportRequestOptions BulkAction.transportOptions(Settings settings)
           
 

Uses of TransportRequestOptions in org.elasticsearch.action.support.replication
 

Fields in org.elasticsearch.action.support.replication declared as TransportRequestOptions
protected  TransportRequestOptions TransportShardReplicationOperationAction.transportOptions
           
 

Methods in org.elasticsearch.action.support.replication that return TransportRequestOptions
protected  TransportRequestOptions TransportShardReplicationOperationAction.transportOptions()
           
 

Uses of TransportRequestOptions in org.elasticsearch.action.support.single.instance
 

Methods in org.elasticsearch.action.support.single.instance that return TransportRequestOptions
protected  TransportRequestOptions TransportInstanceSingleOperationAction.transportOptions()
           
 

Uses of TransportRequestOptions in org.elasticsearch.transport
 

Fields in org.elasticsearch.transport declared as TransportRequestOptions
static TransportRequestOptions TransportRequestOptions.EMPTY
           
 

Methods in org.elasticsearch.transport that return TransportRequestOptions
static TransportRequestOptions TransportRequestOptions.options()
           
 TransportRequestOptions TransportRequestOptions.withCompress(boolean compress)
           
 TransportRequestOptions TransportRequestOptions.withHighType()
          A request that requires very low latency.
 TransportRequestOptions TransportRequestOptions.withLowType()
          Batch oriented (big payload) based requests use this one.
 TransportRequestOptions TransportRequestOptions.withMedType()
          The typical requests flows go through this one.
 TransportRequestOptions TransportRequestOptions.withTimeout(long timeout)
           
 TransportRequestOptions TransportRequestOptions.withTimeout(TimeValue timeout)
           
 TransportRequestOptions TransportRequestOptions.withType(TransportRequestOptions.Type type)
           
 

Methods in org.elasticsearch.transport with parameters of type TransportRequestOptions
<T extends Streamable>
void
Transport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
          Sends the request to the node.
<T extends Streamable>
void
TransportService.sendRequest(DiscoveryNode node, String action, Streamable message, TransportRequestOptions options, TransportResponseHandler<T> handler)
           
<T extends Streamable>
TransportFuture<T>
TransportService.submitRequest(DiscoveryNode node, String action, Streamable message, TransportRequestOptions options, TransportResponseHandler<T> handler)
           
 

Uses of TransportRequestOptions in org.elasticsearch.transport.local
 

Methods in org.elasticsearch.transport.local with parameters of type TransportRequestOptions
<T extends Streamable>
void
LocalTransport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
           
 

Uses of TransportRequestOptions in org.elasticsearch.transport.netty
 

Methods in org.elasticsearch.transport.netty with parameters of type TransportRequestOptions
<T extends Streamable>
void
NettyTransport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
           
 

Uses of TransportRequestOptions in org.elasticsearch.transport.support
 

Methods in org.elasticsearch.transport.support with parameters of type TransportRequestOptions
static void TransportStreams.buildRequest(CachedStreamOutput.Entry cachedEntry, long requestId, String action, Streamable message, TransportRequestOptions options)
           
 



Copyright © 2009-2012. All Rights Reserved.