Uses of Class
org.elasticsearch.transport.TransportRequestOptions.Type

Packages that use TransportRequestOptions.Type
org.elasticsearch.transport   
org.elasticsearch.transport.netty   
 

Uses of TransportRequestOptions.Type in org.elasticsearch.transport
 

Methods in org.elasticsearch.transport that return TransportRequestOptions.Type
static TransportRequestOptions.Type TransportRequestOptions.Type.fromString(String type)
           
 TransportRequestOptions.Type TransportRequestOptions.type()
           
static TransportRequestOptions.Type TransportRequestOptions.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportRequestOptions.Type[] TransportRequestOptions.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.transport with parameters of type TransportRequestOptions.Type
 TransportRequestOptions TransportRequestOptions.withType(TransportRequestOptions.Type type)
           
 

Uses of TransportRequestOptions.Type in org.elasticsearch.transport.netty
 

Methods in org.elasticsearch.transport.netty with parameters of type TransportRequestOptions.Type
 org.jboss.netty.channel.Channel NettyTransport.NodeChannels.channel(TransportRequestOptions.Type type)
           
 



Copyright © 2009-2012. All Rights Reserved.