| 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 | Class and Description |
|---|---|
class |
GatewayProtectedCacheProxy<K,V>
Cache proxy wrapper with gateway lock provided operations and possibility to change cache operation context.
|
class |
IgniteCacheProxyImpl<K,V>
Cache proxy implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteCacheProxy<K,V> |
IgniteCacheProxyImpl.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<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<K,V> |
IgniteCacheProxyImpl.gatewayWrapper() |
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) |
IgniteCacheProxy |
GridCacheProcessor.jcacheProxy(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() |
| Constructor and Description |
|---|
GatewayProtectedCacheProxy(IgniteCacheProxy<K,V> delegate,
CacheOperationContext opCtx,
boolean lock) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformContinuousQuery.start(IgniteCacheProxy cache,
boolean loc,
int bufSize,
long timeInterval,
boolean autoUnsubscribe,
Query initialQry)
Start continuous query execution.
|
void |
PlatformContinuousQueryImpl.start(IgniteCacheProxy cache,
boolean loc,
int bufSize,
long timeInterval,
boolean autoUnsubscribe,
Query initialQry)
Start query execution.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018