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