Uses of Class
org.apache.ignite.lang.IgniteUuid
-
Packages that use IgniteUuid Package Description org.apache.ignite.lang -
-
Uses of IgniteUuid in org.apache.ignite.lang
Methods in org.apache.ignite.lang that return IgniteUuid Modifier and Type Method Description static IgniteUuidIgniteUuid. fromString(String s)Converts string intoIgniteUuid.static IgniteUuidIgniteUuid. fromUuid(UUID id)Constructs newIgniteUuidbased on global and local ID portions.static IgniteUuidIgniteUuid. randomUuid()Creates new pseudo-random ID.Methods in org.apache.ignite.lang that return types with arguments of type IgniteUuid Modifier and Type Method Description GridIterator<IgniteUuid>IgniteUuid. iterator()Methods in org.apache.ignite.lang with parameters of type IgniteUuid Modifier and Type Method Description intIgniteUuid. compareTo(IgniteUuid o)
-