Uses of Class
org.elasticsearch.transport.TransportRequestOptions.Type
-
Packages that use TransportRequestOptions.Type Package Description org.elasticsearch.transport -
-
Uses of TransportRequestOptions.Type in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return TransportRequestOptions.Type Modifier and Type Method Description TransportRequestOptions.TypeTransportRequestOptions. type()static TransportRequestOptions.TypeTransportRequestOptions.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 Modifier and Type Method Description ConnectionProfile.BuilderConnectionProfile.Builder. addConnections(int numConnections, TransportRequestOptions.Type... types)Adds a number of connections for one or more types.static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType)Builds a connection profile that is dedicated to a single channel type.static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType, TimeValue connectTimeout, TimeValue handshakeTimeout, TimeValue pingInterval, Boolean compressionEnabled)Builds a connection profile that is dedicated to a single channel type.TcpChannelTcpTransport.NodeChannels. channel(TransportRequestOptions.Type type)intConnectionProfile. getNumConnectionsPerType(TransportRequestOptions.Type type)Returns the number of connections per type for this profile.TransportRequestOptions.BuilderTransportRequestOptions.Builder. withType(TransportRequestOptions.Type type)
-