Uses of Class
org.apache.ignite.internal.client.GridClientProtocol
-
Packages that use GridClientProtocol Package Description org.apache.ignite.internal.client org.apache.ignite.internal.client.impl org.apache.ignite.internal.client.util -
-
Uses of GridClientProtocol in org.apache.ignite.internal.client
Fields in org.apache.ignite.internal.client declared as GridClientProtocol Modifier and Type Field Description static GridClientProtocolGridClientConfiguration. DFLT_CLIENT_PROTOCOLDefault client protocol.Methods in org.apache.ignite.internal.client that return GridClientProtocol Modifier and Type Method Description GridClientProtocolGridClientConfiguration. getProtocol()Gets protocol for communication between client and remote grid.static GridClientProtocolGridClientProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static GridClientProtocol[]GridClientProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.client with parameters of type GridClientProtocol Modifier and Type Method Description Collection<InetSocketAddress>GridClientNode. availableAddresses(GridClientProtocol proto, boolean filterResolved)Gets collection of addresses on which REST binary protocol is bound.GridClientConfigurationGridClientConfiguration. setProtocol(GridClientProtocol proto)Sets protocol type that should be used in communication. -
Uses of GridClientProtocol in org.apache.ignite.internal.client.impl
Methods in org.apache.ignite.internal.client.impl with parameters of type GridClientProtocol Modifier and Type Method Description Collection<InetSocketAddress>GridClientNodeImpl. availableAddresses(GridClientProtocol proto, boolean filterResolved)Gets collection of addresses on which REST binary protocol is bound. -
Uses of GridClientProtocol in org.apache.ignite.internal.client.util
Methods in org.apache.ignite.internal.client.util with parameters of type GridClientProtocol Modifier and Type Method Description static booleanGridClientUtils. restAvailable(GridClientNode node, GridClientProtocol p)Checks if given REST protocol available for given node.
-