public class IgniteTxKey<K> extends Object implements Externalizable
| Constructor and Description |
|---|
IgniteTxKey()
Empty constructor required for
Externalizable. |
IgniteTxKey(K key,
int cacheId) |
| Modifier and Type | Method and Description |
|---|---|
int |
cacheId() |
boolean |
equals(Object o) |
int |
hashCode() |
K |
key() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public IgniteTxKey()
Externalizable.public IgniteTxKey(K key, int cacheId)
key - User key.cacheId - Cache ID.public K key()
public int cacheId()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015