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.ml.composition.boosting |
Contains Gradient Boosting regression and classification abstract classes
allowing regressor type selecting in child classes.
|
org.apache.ignite.ml.inference.storage.descriptor |
Root package for inference model descriptor storages.
|
org.apache.ignite.ml.math.functions |
Contains serializable functions for distributed code algebra.
|
org.apache.ignite.spi.systemview.view |
Contains system view implementations.
|
org.gridgain.grid.cache.store.local |
Contains cache file local store API classes.
|
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> |
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected <V,K,C extends Serializable> |
GDBTrainer.computeInitialValue(LearningEnvironmentBuilder envBuilder,
DatasetBuilder<K,V> builder,
Preprocessor<K,V> preprocessor)
Compute mean value of label as first approximation.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IgniteBiTuple<String,ModelDescriptor>> |
ModelDescriptorStorage.iterator()
Returns iterator of model descriptors stored in this model descriptor storage.
|
Iterator<IgniteBiTuple<String,ModelDescriptor>> |
LocalModelDescriptorStorage.iterator()
Returns iterator of model descriptors stored in this model descriptor storage.
|
Iterator<IgniteBiTuple<String,ModelDescriptor>> |
IgniteModelDescriptorStorage.iterator()
Returns iterator of model descriptors stored in this model descriptor storage.
|
Modifier and Type | Method and Description |
---|---|
static <A,B extends Comparable<B>> |
Functions.argmin(List<A> args,
IgniteFunction<A,B> f) |
Constructor and Description |
---|
ScanQueryView(UUID nodeId,
long qryId,
boolean canceled,
IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter) |
Modifier and Type | Method and Description |
---|---|
@Nullable IgniteBiTuple<V,?> |
CacheFileLocalStore.load(K key) |
Modifier and Type | Method and Description |
---|---|
Map<K,IgniteBiTuple<V,?>> |
CacheFileLocalStore.loadAll(Iterable<? extends K> keys) |
Modifier and Type | Method and Description |
---|---|
void |
CacheFileLocalStore.loadCache(IgniteBiInClosure<K,IgniteBiTuple<V,?>> clo,
Object... args)
Loads all values from underlying persistent storage.
|
void |
CacheFileLocalStore.write(javax.cache.Cache.Entry<? extends K,? extends IgniteBiTuple<V,?>> entry) |
void |
CacheFileLocalStore.writeAll(Collection<javax.cache.Cache.Entry<? extends K,? extends IgniteBiTuple<V,?>>> entries) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024