Uses of Class
org.apache.ignite.internal.util.ipc.IpcEndpointType
-
Packages that use IpcEndpointType Package Description org.apache.ignite.internal.util.ipc IPC utility classes. -
-
Uses of IpcEndpointType in org.apache.ignite.internal.util.ipc
Methods in org.apache.ignite.internal.util.ipc that return IpcEndpointType Modifier and Type Method Description static IpcEndpointTypeIpcEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static IpcEndpointType[]IpcEndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-