public interface GridQueryTypeDescriptor
| Modifier and Type | Method and Description |
|---|---|
Map<String,GridQueryIndexDescriptor> |
indexes()
Gets indexes for this type.
|
Class<?> |
keyClass()
Gets key class.
|
Map<String,Class<?>> |
keyFields()
Gets mapping from keys field name to its type.
|
String |
name()
Gets type name which uniquely identifies this type.
|
<T> T |
value(Object obj,
String field)
Gets field value for given object.
|
Class<?> |
valueClass()
Gets value class.
|
Map<String,Class<?>> |
valueFields()
Gets mapping from values field name to its type.
|
boolean |
valueTextIndex()
Returns
true if string representation of value should be indexed as text. |
String name()
Map<String,Class<?>> valueFields()
Map<String,Class<?>> keyFields()
<T> T value(Object obj, String field) throws IgniteCheckedException
obj - Object to get field value from.field - Field name.IgniteCheckedException - If failed.Map<String,GridQueryIndexDescriptor> indexes()
Class<?> valueClass()
Class<?> keyClass()
boolean valueTextIndex()
true if string representation of value should be indexed as text.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015