Uses of Interface
com.scivicslab.turingworkflow.plugins.logdb.DistributedLogStore
Packages that use DistributedLogStore
Package
Description
-
Uses of DistributedLogStore in com.scivicslab.turingworkflow.plugins.inventory
Methods in com.scivicslab.turingworkflow.plugins.inventory that return DistributedLogStoreModifier and TypeMethodDescriptionNodeGroupInterpreter.getLogStore()Gets the log store for direct read operations.Methods in com.scivicslab.turingworkflow.plugins.inventory that return types with arguments of type DistributedLogStoreModifier and TypeMethodDescriptioncom.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> NodeGroupInterpreter.getLogStoreActor()Gets the log store actor for async write operations.Methods in com.scivicslab.turingworkflow.plugins.inventory with parameters of type DistributedLogStoreModifier and TypeMethodDescriptionvoidNodeGroupInterpreter.setLogStore(DistributedLogStore logStore, com.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> logStoreActor, ExecutorService dbExecutor, long sessionId) Sets the distributed log store for structured logging.Method parameters in com.scivicslab.turingworkflow.plugins.inventory with type arguments of type DistributedLogStoreModifier and TypeMethodDescriptionvoidNodeGroupInterpreter.setLogStore(DistributedLogStore logStore, com.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> logStoreActor, ExecutorService dbExecutor, long sessionId) Sets the distributed log store for structured logging. -
Uses of DistributedLogStore in com.scivicslab.turingworkflow.plugins.logdb
Classes in com.scivicslab.turingworkflow.plugins.logdb that implement DistributedLogStoreModifier and TypeClassDescriptionclassH2 Database implementation of DistributedLogStore.Methods in com.scivicslab.turingworkflow.plugins.logdb that return DistributedLogStoreModifier and TypeMethodDescriptionstatic DistributedLogStoreDistributedLogStore.getInstance()Gets the singleton instance.Methods in com.scivicslab.turingworkflow.plugins.logdb with parameters of type DistributedLogStoreModifier and TypeMethodDescriptionstatic voidDistributedLogStore.setInstance(DistributedLogStore store) Sets the singleton instance.Constructors in com.scivicslab.turingworkflow.plugins.logdb with parameters of type DistributedLogStoreModifierConstructorDescriptionLogStoreActor(String actorName, DistributedLogStore logStore, com.scivicslab.turingworkflow.workflow.IIActorSystem system, ExecutorService dbExecutor) Constructs a new LogStoreActor.Constructor parameters in com.scivicslab.turingworkflow.plugins.logdb with type arguments of type DistributedLogStoreModifierConstructorDescriptionDatabaseAccumulator(com.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> logStoreActor, ExecutorService dbExecutor, long sessionId) Constructs a DatabaseAccumulator.