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> |
CacheInterceptor.onBeforeRemove(K key,
V val)
This method is called within
CacheProjection.remove(Object, IgnitePredicate[])
and similar operations to provide control over returned value. |
IgniteBiTuple<Boolean,V> |
CacheInterceptorAdapter.onBeforeRemove(K key,
V val)
This method is called within
CacheProjection.remove(Object, IgnitePredicate[])
and similar operations to provide control over returned value. |
Modifier and Type | Method and Description |
---|---|
Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> |
CacheTypeMetadata.getGroups()
Gets group-indexed fields.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheTypeMetadata.setGroups(Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> grps)
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
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015