Class GridCacheUtilityKey<K extends GridCacheUtilityKey>
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.GridCacheUtilityKey<K>
-
- All Implemented Interfaces:
Serializable,GridCacheInternal
- Direct Known Subclasses:
BinaryMetadataKey
public abstract class GridCacheUtilityKey<K extends GridCacheUtilityKey> extends Object implements GridCacheInternal, Serializable
Key for system utility cache.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridCacheUtilityKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected abstract booleanequalsx(K key)Child-specific equals method.abstract inthashCode()
-
-
-
Method Detail
-
equalsx
protected abstract boolean equalsx(K key)
Child-specific equals method.- Parameters:
key- Key.- Returns:
Trueif equals.
-
-