T
- Type of Target object.public abstract class AbstractSpaceValueGetter<T> extends AbstractExternalizable implements ISpaceValueGetter<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSpaceValueGetter() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getValue(T target)
Gets the value from the specified target.
|
readExternal, readExternalImpl, writeExternal, writeExternalImpl
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
readExternal, writeExternal
readFromSwap, writeToSwap
public abstract Object getValue(T target)
ISpaceValueGetter
getValue
in interface ISpaceValueGetter<T>
target
- Target object to get value from.Copyright © GigaSpaces.