| 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.processors.pool | |
| org.apache.ignite.internal.processors.security.thread |
| Modifier and Type | Method and Description |
|---|---|
StripedExecutor |
CacheStripedExecutor.executor() |
| Constructor and Description |
|---|
CacheStripedExecutor(StripedExecutor exec) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckpointManager.finalizeCheckpointOnRecovery(long ts,
UUID id,
WALPointer ptr,
StripedExecutor exec) |
void |
Checkpointer.finalizeCheckpointOnRecovery(long cpTs,
UUID cpId,
WALPointer walPtr,
StripedExecutor exec) |
void |
LightweightCheckpointManager.finalizeCheckpointOnRecovery(long ts,
UUID id,
WALPointer ptr,
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.15.0 Release Date : April 25 2023