Class GridDhtCacheEntry.ReaderId
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheEntry.ReaderId
-
- Enclosing class:
- GridDhtCacheEntry
public static class GridDhtCacheEntry.ReaderId extends Object
Reader ID.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancontains(@Nullable GridDhtCacheEntry.ReaderId[] readers, UUID nodeId)booleanequals(Object o)inthashCode()UUIDnodeId()StringtoString()
-
-
-
Method Detail
-
contains
public static boolean contains(@Nullable @Nullable GridDhtCacheEntry.ReaderId[] readers, UUID nodeId)- Parameters:
readers- Readers array.nodeId- Node ID to check.- Returns:
Trueif node ID found in readers array.
-
nodeId
public UUID nodeId()
- Returns:
- Node ID.
-
-