c
com.digitalasset.canton.platform.apiserver.execution
StoreBackedCommandInterpreter
Companion object StoreBackedCommandInterpreter
final class StoreBackedCommandInterpreter extends CommandInterpreter with NamedLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StoreBackedCommandInterpreter
- NamedLogging
- CommandInterpreter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StoreBackedCommandInterpreter(engine: Engine, participant: daml.lf.data.Ref.ParticipantId, packageSyncService: PackageSyncService, contractStore: ContractStore, metrics: LedgerApiServerMetrics, authenticateSerializableContract: (SerializableContract) => Either[String, Unit], config: EngineLoggingConfig, loggerFactory: NamedLoggerFactory, dynParamGetter: DynamicSynchronizerParameterGetter, timeProvider: TimeProvider)(implicit ec: ExecutionContext)
- ec
scala.concurrent.ExecutionContext that will be used for scheduling CPU-intensive computations performed by an com.digitalasset.daml.lf.engine.Engine.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def interpret(commands: Commands, submissionSeed: daml.lf.crypto.Hash)(implicit loggingContext: LoggingContextWithTrace, ec: ExecutionContext): FutureUnlessShutdown[Either[ErrorCause, CommandInterpretationResult]]
- Definition Classes
- StoreBackedCommandInterpreter → CommandInterpreter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- StoreBackedCommandInterpreter → NamedLogging
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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])