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.
|
org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
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 |
---|---|
@Nullable 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. |
@Nullable 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. |
Modifier and Type | Method and Description |
---|---|
protected abstract @Nullable 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.
|
Constructor and Description |
---|
ScanQueryView(UUID nodeId,
long qryId,
boolean canceled,
IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023