| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.cache.store |
Contains cache store interfaces.
|
| org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<T,S> |
IgniteAtomicStamped.get()
Gets both current value and current stamp of atomic stamped.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<Boolean,V> |
CacheInterceptorAdapter.onBeforeRemove(javax.cache.Cache.Entry<K,V> entry)
This method is called within
IgniteCache.remove(Object)
and similar operations to provide control over returned value. |
IgniteBiTuple<Boolean,V> |
CacheInterceptor.onBeforeRemove(javax.cache.Cache.Entry<K,V> entry)
This method is called within
IgniteCache.remove(Object)
and similar operations to provide control over returned value. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> |
CacheTypeMetadata.getGroups()
Deprecated.
Gets group-indexed fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheTypeMetadata.setGroups(Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> grps)
Deprecated.
Sets group-indexed fields.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract IgniteBiTuple<K,V> |
CacheLoadOnlyStoreAdapter.parse(I rec,
Object... args)
This method should transform raw data records into valid key-value pairs
to be stored into cache.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<V2,V1> |
IgniteBiTuple.swap()
Swaps values.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016