Uses of Class
org.apache.ignite.internal.util.StripedExecutor
-
Packages that use StripedExecutor 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 -
-
Uses of StripedExecutor in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return StripedExecutor Modifier and Type Method Description StripedExecutorCacheStripedExecutor. executor()Constructors in org.apache.ignite.internal.processors.cache.persistence with parameters of type StripedExecutor Constructor Description CacheStripedExecutor(StripedExecutor exec) -
Uses of StripedExecutor in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint with parameters of type StripedExecutor Modifier and Type Method Description voidCheckpointer. finalizeCheckpointOnRecovery(long cpTs, UUID cpId, WALPointer walPtr, StripedExecutor exec)voidCheckpointManager. finalizeCheckpointOnRecovery(long ts, UUID id, WALPointer ptr, StripedExecutor exec)voidCheckpointWorkflow. 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).voidLightweightCheckpointManager. finalizeCheckpointOnRecovery(long ts, UUID id, WALPointer ptr, StripedExecutor exec) -
Uses of StripedExecutor in org.apache.ignite.internal.processors.pool
Methods in org.apache.ignite.internal.processors.pool that return StripedExecutor Modifier and Type Method Description StripedExecutorPoolProcessor. getDataStreamerExecutorService()Executor service that is in charge of processing data stream messages.StripedExecutorPoolProcessor. getStripedExecutorService()Executor service that is in charge of processing internal system messages in stripes (dedicated threads). -
Uses of StripedExecutor in org.apache.ignite.internal.processors.security.thread
Subclasses of StripedExecutor in org.apache.ignite.internal.processors.security.thread Modifier and Type Class Description classSecurityAwareStripedExecutorExtendsStripedExecutorwith the ability to execute tasks in security context that was actual when task was added to executor's queue.
-