public class SpaceEntryCompoundIndexGetter extends AbstractSpaceValueGetter<ServerEntry>
| Constructor and Description | 
|---|
SpaceEntryCompoundIndexGetter()
Default constructor required by Externalizable. 
 | 
SpaceEntryCompoundIndexGetter(ISpaceCompoundIndexSegment[] segments)
Create a compound  getter using the specified segments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
anyNullSegment(ServerEntry entry)  | 
boolean | 
equals(Object obj)  | 
ISpaceCompoundIndexSegment[] | 
getSegments()  | 
Object | 
getValue(ServerEntry target)
Gets the value from the specified target. 
 | 
int | 
hashCode()  | 
protected void | 
readExternalImpl(ObjectInput in)  | 
void | 
readFromSwap(ObjectInput in)  | 
protected void | 
writeExternalImpl(ObjectOutput out)  | 
void | 
writeToSwap(ObjectOutput out)  | 
readExternal, writeExternalclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitreadExternal, writeExternalpublic SpaceEntryCompoundIndexGetter()
public SpaceEntryCompoundIndexGetter(ISpaceCompoundIndexSegment[] segments)
public ISpaceCompoundIndexSegment[] getSegments()
public Object getValue(ServerEntry target)
ISpaceValueGettergetValue in interface ISpaceValueGetter<ServerEntry>getValue in class AbstractSpaceValueGetter<ServerEntry>target - Target object to get value from.public boolean anyNullSegment(ServerEntry entry)
protected void readExternalImpl(ObjectInput in) throws IOException, ClassNotFoundException
readExternalImpl in class AbstractExternalizableIOExceptionClassNotFoundExceptionprotected void writeExternalImpl(ObjectOutput out) throws IOException
writeExternalImpl in class AbstractExternalizableIOExceptionpublic void readFromSwap(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void writeToSwap(ObjectOutput out) throws IOException
IOExceptionCopyright © GigaSpaces.