public class SpaceEntryPathGetter extends AbstractSpaceValueGetter<ServerEntry>
| Constructor and Description | 
|---|
SpaceEntryPathGetter()
Default constructor required by Externalizable. 
 | 
SpaceEntryPathGetter(String path)
Create a path getter using the specified path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getPath()  | 
Object | 
getValue(ServerEntry target)
Gets the value from the specified target. 
 | 
protected void | 
readExternalImpl(ObjectInput in)  | 
void | 
readFromSwap(ObjectInput in)  | 
protected void | 
writeExternalImpl(ObjectOutput out)  | 
void | 
writeToSwap(ObjectOutput out)  | 
readExternal, writeExternalclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadExternal, writeExternalpublic SpaceEntryPathGetter()
public SpaceEntryPathGetter(String path)
public Object getValue(ServerEntry target)
ISpaceValueGettergetValue in interface ISpaceValueGetter<ServerEntry>getValue in class AbstractSpaceValueGetter<ServerEntry>target - Target object to get value from.public String getPath()
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.