Class BinaryMetadataKey
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.GridCacheUtilityKey<BinaryMetadataKey>
-
- org.apache.ignite.internal.processors.cache.binary.BinaryMetadataKey
-
- All Implemented Interfaces:
Externalizable,Serializable,GridCacheInternal
public class BinaryMetadataKey extends GridCacheUtilityKey<BinaryMetadataKey> implements Externalizable
Key for binary metadata.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryMetadataKey()ForExternalizable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanequalsx(BinaryMetadataKey key)Child-specific equals method.inthashCode()voidreadExternal(ObjectInput in)StringtoString()inttypeId()voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.apache.ignite.internal.processors.cache.GridCacheUtilityKey
equals
-
-
-
-
Constructor Detail
-
BinaryMetadataKey
public BinaryMetadataKey()
ForExternalizable.
-
-
Method Detail
-
typeId
public int typeId()
- Returns:
- Type id.
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
equalsx
protected boolean equalsx(BinaryMetadataKey key)
Child-specific equals method.- Specified by:
equalsxin classGridCacheUtilityKey<BinaryMetadataKey>- Parameters:
key- Key.- Returns:
Trueif equals.
-
hashCode
public int hashCode()
- Specified by:
hashCodein classGridCacheUtilityKey<BinaryMetadataKey>
-
-