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