| Package | Description |
|---|---|
| org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
| org.apache.ignite.internal.processors.cache.query |
| Modifier and Type | Method and Description |
|---|---|
CacheQueryType |
CacheQueryReadEvent.queryType()
Gets query type.
|
CacheQueryType |
CacheQueryExecutedEvent.queryType()
Gets query type.
|
| Constructor and Description |
|---|
CacheQueryExecutedEvent(ClusterNode node,
String msg,
int type,
CacheQueryType qryType,
String cacheName,
String clsName,
String clause,
IgniteBiPredicate<K,V> scanQryFilter,
CacheEntryEventSerializableFilter<K,V> contQryFilter,
Object[] args,
UUID subjId,
String taskName) |
CacheQueryReadEvent(ClusterNode node,
String msg,
int type,
CacheQueryType qryType,
String cacheName,
String clsName,
String clause,
IgniteBiPredicate<K,V> scanQryFilter,
CacheEntryEventSerializableFilter<K,V> contQryFilter,
Object[] args,
UUID subjId,
String taskName,
K key,
V val,
V oldVal,
Object row) |
| Modifier and Type | Method and Description |
|---|---|
static CacheQueryType |
CacheQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheQueryType[] |
CacheQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015