public abstract class GridQueryProperty extends Object
| Constructor and Description |
|---|
GridQueryProperty() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
key()
Property ownership flag.
|
abstract String |
name() |
abstract void |
setValue(Object key,
Object val,
Object propVal)
Sets this property value for the given object.
|
abstract Class<?> |
type() |
abstract Object |
value(Object key,
Object val)
Gets this property value from the given object.
|
public abstract Object value(Object key, Object val) throws IgniteCheckedException
key - Key.val - Value.IgniteCheckedException - If failed.public abstract void setValue(Object key, Object val, Object propVal) throws IgniteCheckedException
key - Key.val - Value.propVal - Property value.IgniteCheckedException - If failed.public abstract String name()
public abstract Class<?> type()
public abstract boolean key()
true if this property belongs to key, false if it belongs to value.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017