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, writeExternal
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
readExternal, writeExternal
public SpaceEntryPathGetter()
public SpaceEntryPathGetter(String path)
public Object getValue(ServerEntry target)
ISpaceValueGetter
getValue
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 AbstractExternalizable
IOException
ClassNotFoundException
protected void writeExternalImpl(ObjectOutput out) throws IOException
writeExternalImpl
in class AbstractExternalizable
IOException
public void readFromSwap(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeToSwap(ObjectOutput out) throws IOException
IOException
Copyright © GigaSpaces.