Package | Description |
---|---|
org.elasticsearch.transport | |
org.elasticsearch.transport.netty |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TransportRequestOptions |
TransportRequestOptions.withType(TransportRequestOptions.Type type) |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.Channel |
NettyTransport.NodeChannels.channel(TransportRequestOptions.Type type) |
Copyright © 2009–2015. All rights reserved.