public interface GridQueryTypeDescriptor
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<?>> |
fields()
Gets mapping from field name to its type.
|
Map<String,GridQueryIndexDescriptor> |
indexes()
Gets indexes for this type.
|
Class<?> |
keyClass()
Gets key class.
|
String |
name()
Gets type name which uniquely identifies this type.
|
<T> T |
value(String field,
Object key,
Object val)
Gets field value for given key and value.
|
Class<?> |
valueClass()
Gets value class.
|
boolean |
valueTextIndex()
Returns
true if string representation of value should be indexed as text. |
String name()
Map<String,Class<?>> fields()
<T> T value(String field, Object key, Object val) throws IgniteCheckedException
field - Field name.key - Key.val - Value.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 Release Date : March 31 2015