Class GridCacheSetItemKey
- java.lang.Object
-
- org.apache.ignite.internal.processors.datastructures.GridCacheSetItemKey
-
- All Implemented Interfaces:
Externalizable,Serializable,GridCacheInternal,SetItemKey
public class GridCacheSetItemKey extends Object implements SetItemKey, Externalizable
Set item key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridCacheSetItemKey()Required byExternalizable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Objectitem()voidreadExternal(ObjectInput in)IgniteUuidsetId()StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
GridCacheSetItemKey
public GridCacheSetItemKey()
Required byExternalizable.
-
-
Method Detail
-
setId
public IgniteUuid setId()
- Specified by:
setIdin interfaceSetItemKey- Returns:
- Set UUID.
-
item
public Object item()
- Specified by:
itemin interfaceSetItemKey- Returns:
- Set item.
-
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
-
-