| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.checkpoint | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.maintenance |
Contains public interfaces for maintenance mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheDataRowAdapter.initFromPageBuffer(GridCacheSharedContext<?,?> sctx,
CacheObjectContext coctx,
IgniteThrowableFunction<Long,ByteBuffer> reader,
ByteBuffer pageBuff,
int itemId,
boolean readCacheId,
CacheDataRowAdapter.RowData rowData,
boolean skipVer) |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Collection<R> |
IgniteUtils.doInParallel(ExecutorService executorSvc,
Collection<T> srcDatas,
IgniteThrowableFunction<T,R> operation)
Execute operation on data in parallel.
|
static <T,R> Collection<R> |
IgniteUtils.doInParallel(int parallelismLvl,
ExecutorService executorSvc,
Collection<T> srcDatas,
IgniteThrowableFunction<T,R> operation)
Execute operation on data in parallel.
|
static <T,R> Collection<R> |
IgniteUtils.doInParallelUninterruptibly(int parallelismLvl,
ExecutorService executorSvc,
Collection<T> srcDatas,
IgniteThrowableFunction<T,R> operation)
Execute operation on data in parallel uninterruptibly.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
MaintenanceRegistry.registerWorkflowCallbackIfTaskExists(@NotNull String maintenanceTaskName,
@NotNull IgniteThrowableFunction<MaintenanceTask,MaintenanceWorkflowCallback> workflowCalProvider)
Call the
MaintenanceRegistry.registerWorkflowCallback(String, MaintenanceWorkflowCallback) if the active maintenance task
with given name exists. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021