| Package | Description |
|---|---|
| org.apache.ignite.cache.store |
Contains cache store interfaces.
|
| org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.store | |
| org.apache.ignite.internal.processors.platform.dotnet | |
| org.apache.ignite.internal.processors.platform.utils | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.util.nio |
NIO server interfaces and common utility classes for NIO.
|
| org.apache.ignite.internal.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| org.apache.ignite.plugin.platform |
Contains platform plugins management API.
|
| org.apache.ignite.stream |
Contains Ignite Streamer classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheStoreAdapter.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Default empty implementation.
|
void |
CacheStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
void |
CacheLoadOnlyStoreAdapter.loadCache(IgniteBiInClosure<K,V> c,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheAbstractJdbcStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheIoManager.addHandler(int cacheId,
Class<? extends GridCacheMessage> type,
IgniteBiInClosure<UUID,? extends GridCacheMessage> c)
Adds message handler.
|
void |
GridCacheIoManager.addOrderedHandler(Object topic,
IgniteBiInClosure<UUID,? extends GridCacheMessage> c)
Adds ordered message handler.
|
void |
CacheStoreBalancingWrapper.loadAll(Collection<? extends K> keys,
IgniteBiInClosure<K,V> c) |
void |
CacheStoreBalancingWrapper.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheStoreManager.loadAll(IgniteInternalTx tx,
Collection<? extends KeyCacheObject> keys,
IgniteBiInClosure<KeyCacheObject,Object> vis)
Loads data from persistent store.
|
boolean |
GridCacheStoreManagerAdapter.loadAll(IgniteInternalTx tx,
Collection keys,
IgniteBiInClosure vis)
Loads data from persistent store.
|
void |
GridCacheWriteBehindStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformDotNetCacheStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformListenable.listen(IgniteBiInClosure<Object,Throwable> lsnr)
Listen.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiInClosure<K,V> |
GridBoundedConcurrentOrderedMap.evictionListener()
Gets closure listener to be called for every eviction event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridBoundedConcurrentOrderedMap.evictionListener(IgniteBiInClosure<K,V> lsnr)
Sets closure listener to be called for every eviction event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteInClosure2X<E1,E2>
Convenient in-closure subclass that allows for thrown grid exception.
|
| Modifier and Type | Method and Description |
|---|---|
GridNioServer.Builder<T> |
GridNioServer.Builder.messageQueueSizeListener(IgniteBiInClosure<GridNioSession,Integer> msgQueueLsnr) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CI2<E1,E2>
Defines
alias for IgniteBiInClosure by extending it. |
| Modifier and Type | Class and Description |
|---|---|
class |
CIX2<E1,E2>
Defines
alias for IgniteInClosure2X by extending it. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlatformCachePluginConfigurationClosure
Platform cache configuration handler:
updates plugin configuration using data sent from platform code.
|
interface |
PlatformPluginConfigurationClosure
Platform configuration handler:
updates plugin configuration using data sent from platform code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamVisitor<K,V>
Convenience adapter to visit every key-value tuple in the stream.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> StreamVisitor<K,V> |
StreamVisitor.from(IgniteBiInClosure<IgniteCache<K,V>,Map.Entry<K,V>> c)
Creates a new visitor based on instance of
IgniteBiInClosure. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017