public class GridCacheInternalKeyImpl extends Object implements GridCacheInternalKey, Externalizable, Cloneable
| Constructor and Description |
|---|
GridCacheInternalKeyImpl()
Empty constructor required for
Externalizable. |
GridCacheInternalKeyImpl(String name,
String grpName)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
groupName() |
int |
hashCode() |
String |
name() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridCacheInternalKeyImpl(String name, String grpName)
name - Name of cache data structure.grpName - Cache group name.public GridCacheInternalKeyImpl()
Externalizable.public String name()
name in interface GridCacheInternalKeypublic String groupName()
groupName in interface GridCacheInternalKeypublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018