| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.platform.cache.query |
| Modifier and Type | Method and Description |
|---|---|
Collection<IgniteCacheProxy<?,?>> |
IgniteKernal.caches() |
| Modifier and Type | Method and Description |
|---|---|
IgniteCacheProxy<K,V> |
IgniteCacheProxy.cacheNoGate()
Gets cache proxy which does not acquire read lock on gateway enter, should be used only if grid read lock is
externally acquired.
|
IgniteCacheProxy<?,?> |
GridCacheProcessor.getOrStartPublicCache(boolean start,
boolean inclLoc)
Gets public cache that can be used for query execution.
|
<K,V> IgniteCacheProxy<K,V> |
GridCacheProcessor.jcache(String name) |
<K,V> IgniteCacheProxy<K,V> |
GridCacheProcessor.publicJCache(String cacheName) |
<K,V> IgniteCacheProxy<K,V> |
GridCacheProcessor.publicJCache(String cacheName,
boolean failIfNotStarted,
boolean checkThreadTx) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IgniteCacheProxy<?,?>> |
GridCacheProcessor.jcaches() |
Collection<IgniteCacheProxy<?,?>> |
GridCacheProcessor.publicCaches() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformContinuousQueryImpl.start(IgniteCacheProxy cache,
boolean loc,
int bufSize,
long timeInterval,
boolean autoUnsubscribe,
Query initialQry)
Start query execution.
|
void |
PlatformContinuousQuery.start(IgniteCacheProxy cache,
boolean loc,
int bufSize,
long timeInterval,
boolean autoUnsubscribe,
Query initialQry)
Start continuous query execution.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016