| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| 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.processors.pool | |
| org.apache.ignite.internal.processors.security.thread |
| Constructor and Description |
|---|
StripedExecutorMXBeanAdapter(StripedExecutor exec) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.stripedApply(Runnable run,
int grpId,
int partId,
StripedExecutor exec,
Semaphore semaphore) |
void |
GridCacheDatabaseSharedManager.stripedApplyPage(Consumer<PageMemoryEx> consumer,
int grpId,
int partId,
StripedExecutor exec,
Semaphore semaphore) |
| Modifier and Type | Method and Description |
|---|---|
void |
LightweightCheckpointManager.finalizeCheckpointOnRecovery(long ts,
UUID id,
WALPointer ptr,
StripedExecutor exec) |
void |
CheckpointManager.finalizeCheckpointOnRecovery(long ts,
UUID id,
WALPointer ptr,
StripedExecutor exec) |
void |
Checkpointer.finalizeCheckpointOnRecovery(long cpTs,
UUID cpId,
WALPointer walPtr,
StripedExecutor exec) |
void |
CheckpointWorkflow.finalizeCheckpointOnRecovery(long cpTs,
UUID cpId,
WALPointer walPtr,
StripedExecutor exec,
CheckpointPagesWriterFactory checkpointPagesWriterFactory)
This method makes sense if node was stopped during the checkpoint(Start marker was written to disk while end
marker are not).
|
| Modifier and Type | Method and Description |
|---|---|
StripedExecutor |
PoolProcessor.getDataStreamerExecutorService()
Executor service that is in charge of processing data stream messages.
|
StripedExecutor |
PoolProcessor.getStripedExecutorService()
Executor service that is in charge of processing internal system messages
in stripes (dedicated threads).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityAwareStripedExecutor
Extends
StripedExecutor with the ability to execute tasks in security context that was actual when task was
added to executor's queue. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.14.0 Release Date : September 29 2022