| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.datastreamer |
Data streamer processor.
|
| org.apache.ignite.internal.processors.dr |
Data center replication processor. |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IgniteCache<K,V> |
Ignite.jcache(String name)
Gets an instance of
IgniteCache API. |
IgniteCache<K,V> |
IgniteCache.withAsync()
Gets component with asynchronous mode enabled.
|
IgniteCache<K,V> |
IgniteCache.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy plc) |
IgniteCache<K,V> |
IgniteCache.withSkipStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteDataStreamer.Updater.update(IgniteCache<K,V> cache,
Collection<Map.Entry<K,V>> entries)
Updates cache with batch of entries.
|
| Modifier and Type | Method and Description |
|---|---|
javax.cache.CacheManager |
CachingProvider.findManager(IgniteCache<?,?> cache) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IgniteCache<K,V> |
IgniteKernal.jcache(String name)
Gets an instance of
IgniteCache API. |
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteCacheProxy<K,V>
Cache proxy.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteCache<K,V> |
IgniteCacheProxy.createAsyncInstance()
Creates component with asynchronous mode enabled.
|
IgniteCache<K,V> |
IgniteCacheProxy.flagOn(CacheFlag flag) |
<K1,V1> IgniteCache<K1,V1> |
IgniteCacheProxy.keepPortable()
Creates projection that will operate with portable objects.
|
<K,V> IgniteCache<K,V> |
GridCacheProcessor.publicJCache(String name) |
IgniteCache<K,V> |
IgniteCacheProxy.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy plc) |
IgniteCache<K,V> |
IgniteCacheProxy.withSkipStore() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
GridCacheUtils.inTx(Ignite ignite,
IgniteCache<K,V> cache,
TransactionConcurrency concurrency,
TransactionIsolation isolation,
IgniteInClosureX<IgniteCache<K,V>> clo)
Execute closure inside cache transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
GridCacheUtils.inTx(Ignite ignite,
IgniteCache<K,V> cache,
TransactionConcurrency concurrency,
TransactionIsolation isolation,
IgniteInClosureX<IgniteCache<K,V>> clo)
Execute closure inside cache transaction.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <K,V> void |
DataStreamerCacheUpdaters.updateAll(IgniteCache<K,V> cache,
Set<K> rmvCol,
Map<K,V> putMap)
Updates cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteDrDataStreamerCacheUpdater.update(IgniteCache<KeyCacheObject,CacheObject> cache0,
Collection<Map.Entry<KeyCacheObject,CacheObject>> col)
Updates cache with batch of entries.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015