public class CompoundSpaceId extends Object implements SmartExternalizable
Constructor and Description |
---|
CompoundSpaceId()
Required for Externalizable
|
CompoundSpaceId(int numOfValues) |
CompoundSpaceId(Object[] values) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static CompoundSpaceId |
from(Object... values) |
Object |
getValue(int index) |
int |
hashCode() |
int |
length() |
void |
readExternal(ObjectInput in) |
void |
setValue(int index,
Object value) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public CompoundSpaceId()
public CompoundSpaceId(Object[] values)
public CompoundSpaceId(int numOfValues)
public static CompoundSpaceId from(Object... values)
public int length()
public Object getValue(int index)
public void setValue(int index, Object value)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.