public interface GridQueryProperty
| Modifier and Type | Method and Description |
|---|---|
boolean |
key()
Property ownership flag.
|
String |
name() |
GridQueryProperty |
parent() |
void |
setValue(Object key,
Object val,
Object propVal)
Sets this property value for the given object.
|
Class<?> |
type() |
Object |
value(Object key,
Object val)
Gets this property value from the given object.
|
Object value(Object key, Object val) throws IgniteCheckedException
key - Key.val - Value.IgniteCheckedException - If failed.void setValue(Object key, Object val, Object propVal) throws IgniteCheckedException
key - Key.val - Value.propVal - Property value.IgniteCheckedException - If failed.String name()
Class<?> type()
boolean key()
true if this property belongs to key, false if it belongs to value.GridQueryProperty parent()
null if this property is not nested.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017