Class SpaceEntryPathGetter
java.lang.Object
com.gigaspaces.internal.serialization.AbstractExternalizable
com.gigaspaces.internal.query.valuegetter.AbstractSpaceValueGetter<ServerEntry>
com.gigaspaces.internal.query.valuegetter.SpaceEntryPathGetter
- All Implemented Interfaces:
ISpaceValueGetter<ServerEntry>, ISwapExternalizable, SmartExternalizable, Externalizable, Serializable
A space value getter for getting a path from a space entry.
- Since:
- 7.1
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor required by Externalizable.SpaceEntryPathGetter(String path) Create a path getter using the specified path. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()getValue(ServerEntry target) Gets the value from the specified target.protected voidvoidprotected voidvoidwriteToSwap(ObjectOutput out) Methods inherited from class AbstractExternalizable
readExternal, writeExternalMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Externalizable
readExternal, writeExternalMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
SpaceEntryPathGetter
public SpaceEntryPathGetter()Default constructor required by Externalizable. -
SpaceEntryPathGetter
Create a path getter using the specified path.
-
-
Method Details
-
getValue
Description copied from interface:ISpaceValueGetterGets the value from the specified target.- Specified by:
getValuein interfaceISpaceValueGetter<ServerEntry>- Specified by:
getValuein classAbstractSpaceValueGetter<ServerEntry>- Parameters:
target- Target object to get value from.- Returns:
- Retrieved value.
-
getPath
-
equals
-
readExternalImpl
- Overrides:
readExternalImplin classAbstractExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternalImpl
- Overrides:
writeExternalImplin classAbstractExternalizable- Throws:
IOException
-
readFromSwap
- Throws:
IOExceptionClassNotFoundException
-
writeToSwap
- Throws:
IOException
-