abstract class EnterpriseParticipantNodeFactoryCommon[B <: CantonNodeBootstrap[_]] extends Factory[EnterpriseParticipantConfig, B]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnterpriseParticipantNodeFactoryCommon
- Factory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EnterpriseParticipantNodeFactoryCommon()
Type Members
- type Arguments = CantonNodeBootstrapCommonArguments[EnterpriseParticipantConfig, ParticipantNodeParameters, ParticipantMetrics]
- Definition Classes
- Factory
Abstract Value Members
- abstract def createNode(arguments: Arguments, engine: Engine, ledgerApiServerFactory: CantonLedgerApiServerFactory, replicaManager: ParticipantReplicaManager)(implicit executionContext: ExecutionContextIdlenessExecutorService, scheduler: ScheduledExecutorService, actorSystem: ActorSystem, executionSequencerFactory: ExecutionSequencerFactory): B
- Attributes
- protected
- abstract def multiDomainEnabledForLedgerApiServer: Boolean
- Attributes
- protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allocatedIndexerLockIds(dbConfig: DbConfig, loggerFactory: NamedLoggerFactory): Either[String, IndexerLockIds]
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def create(arguments: NodeFactoryArguments[EnterpriseParticipantConfig, ParticipantNodeParameters, ParticipantMetrics], testingTimeService: TestingTimeService)(implicit executionContext: ExecutionContextIdlenessExecutorService, scheduler: ScheduledExecutorService, actorSystem: ActorSystem, executionSequencerFactory: ExecutionSequencerFactory): Either[String, B]
- Definition Classes
- EnterpriseParticipantNodeFactoryCommon → Factory
- def createEngine(arguments: Arguments): Engine
- Attributes
- protected
- Definition Classes
- EnterpriseParticipantNodeFactoryCommon → Factory
- def createLedgerApiServerFactory(arguments: Arguments, engine: Engine, testingTimeService: TestingTimeService)(implicit executionContext: ExecutionContextIdlenessExecutorService, actorSystem: ActorSystem): CantonLedgerApiServerFactory
- Attributes
- protected
- Definition Classes
- EnterpriseParticipantNodeFactoryCommon → Factory
- def createResourceService(arguments: Arguments)(store: Eval[ParticipantSettingsStore]): ResourceManagementService
- Attributes
- protected
- Definition Classes
- EnterpriseParticipantNodeFactoryCommon → Factory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def replicationService(loggerFactory: NamedLoggerFactory, replicaManager: ParticipantReplicaManager)(storage: Storage)(implicit ec: ExecutionContext): ServerServiceDefinition
- Attributes
- protected
- def schedulers(arguments: Arguments)(params: ParticipantSchedulersParameters)(implicit executionContext: ExecutionContextIdlenessExecutorService, executionSequencerFactory: ExecutionSequencerFactory): Future[SchedulersWithParticipantPruning]
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])