Uses of Interface
org.apache.ignite.internal.persistence.wal.OperationExecutor
Packages that use OperationExecutor
Package
Description
-
Uses of OperationExecutor in com._1c.g5.v8.bm.core.internal.ignite.wal
Classes in com._1c.g5.v8.bm.core.internal.ignite.wal that implement OperationExecutorModifier and TypeClassDescriptionfinal classLogical operation executor. -
Uses of OperationExecutor in com._1c.g5.v8.bm.core.internal.lifecycle
Constructors in com._1c.g5.v8.bm.core.internal.lifecycle with parameters of type OperationExecutorModifierConstructorDescriptionPlatformLifecycleManager(Path metaInfoPath, boolean shutdownExecutorService, StoreConfigurationStore storeConfigurationStore, DataRegionManager dataRegionManager, StoreManager storeManager, WalManager walManager, Checkpointer checkpointManager, com._1c.g5.v8.bm.core.internal.INamespaceDataStoreManager namespaceDataStoreManager, com._1c.g5.v8.bm.core.internal.INamespaceManager namespaceManager, com._1c.g5.v8.bm.core.internal.IBmClassManager bmClassManager, com._1c.g5.v8.bm.core.internal.IByAttributeIndexStoreRegistry byAttributeIndexStoreRegistry, com._1c.g5.v8.bm.core.internal.IBlobManager blobManager, OperationExecutor logicalOperationExecutor, OperationSerializer logicalOperationSerializer, ExecutorService executorService, com._1c.g5.v8.bm.core.internal.IPlatformStateHolder engineStateHolder, IBmLogger logger) Constructs a new instance with the specified parameters. -
Uses of OperationExecutor in org.apache.ignite.internal.persistence.wal
Methods in org.apache.ignite.internal.persistence.wal with parameters of type OperationExecutorModifier and TypeMethodDescriptionvoidWalManager.finishLogicalOperations(OperationExecutor logicalOperationExecutor, OperationSerializer logicalOperationSerializer) Finishes interrupted logical operations.voidWalManagerImpl.finishLogicalOperations(OperationExecutor logicalOperationExecutor, OperationSerializer logicalOperationSerializer)