Uses of Interface
com.scivicslab.actoriac.log.DistributedLogStore
Packages that use DistributedLogStore
Package
Description
-
Uses of DistributedLogStore in com.scivicslab.actoriac
Subclasses with type arguments of type DistributedLogStore in com.scivicslab.actoriacFields in com.scivicslab.actoriac declared as DistributedLogStoreModifier and TypeFieldDescriptionprivate DistributedLogStoreNodeGroupInterpreter.logStoreDirect reference to the log store for synchronous read operations.Fields in com.scivicslab.actoriac with type parameters of type DistributedLogStoreModifier and TypeFieldDescriptionprivate com.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> NodeGroupInterpreter.logStoreActorActor reference for the distributed log store.Methods in com.scivicslab.actoriac that return DistributedLogStoreModifier and TypeMethodDescriptionNodeGroupInterpreter.getLogStore()Gets the log store for direct read operations.Methods in com.scivicslab.actoriac 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.actoriac 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.actoriac 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.Constructors in com.scivicslab.actoriac with parameters of type DistributedLogStoreModifierConstructorDescriptionLogStoreIIAR(String actorName, DistributedLogStore logStore, com.scivicslab.pojoactor.workflow.IIActorSystem system, ExecutorService dbExecutor) Constructs a new LogStoreIIAR. -
Uses of DistributedLogStore in com.scivicslab.actoriac.accumulator
Fields in com.scivicslab.actoriac.accumulator with type parameters of type DistributedLogStoreModifier and TypeFieldDescriptionprivate final com.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> DatabaseAccumulator.logStoreActorConstructor parameters in com.scivicslab.actoriac.accumulator with type arguments of type DistributedLogStoreModifierConstructorDescriptionDatabaseAccumulator(com.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> logStoreActor, ExecutorService dbExecutor, long sessionId) Constructs a DatabaseAccumulator. -
Uses of DistributedLogStore in com.scivicslab.actoriac.cli
Fields in com.scivicslab.actoriac.cli declared as DistributedLogStoreModifier and TypeFieldDescriptionprivate DistributedLogStoreRunCLI.logStoreDistributed log store (H2 database)Fields in com.scivicslab.actoriac.cli with type parameters of type DistributedLogStoreModifier and TypeFieldDescriptionprivate com.scivicslab.pojoactor.core.ActorRef<DistributedLogStore> RunCLI.logStoreActorActor reference for the log store (for async writes) -
Uses of DistributedLogStore in com.scivicslab.actoriac.log
Classes in com.scivicslab.actoriac.log that implement DistributedLogStoreModifier and TypeClassDescriptionclassH2 Database implementation of DistributedLogStore.Fields in com.scivicslab.actoriac.log declared as DistributedLogStoreModifier and TypeFieldDescriptionprivate static DistributedLogStoreDistributedLogStore.InstanceHolder.instanceMethods in com.scivicslab.actoriac.log that return DistributedLogStoreModifier and TypeMethodDescriptionstatic DistributedLogStoreDistributedLogStore.getInstance()Gets the singleton instance.Methods in com.scivicslab.actoriac.log with parameters of type DistributedLogStoreModifier and TypeMethodDescriptionstatic voidDistributedLogStore.setInstance(DistributedLogStore store) Sets the singleton instance.