class InMemoryState extends NamedLogging
Wrapper and life-cycle manager for the in-memory Ledger API state.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InMemoryState
- NamedLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InMemoryState(participantId: daml.lf.data.Ref.ParticipantId, ledgerEndCache: MutableLedgerEndCache, contractStateCaches: ContractStateCaches, offsetCheckpointCache: OffsetCheckpointCache, inMemoryFanoutBuffer: InMemoryFanoutBuffer, stringInterningView: StringInterningView, dispatcherState: DispatcherState, transactionSubmissionTracker: SubmissionTracker, reassignmentSubmissionTracker: SubmissionTracker, partyAllocationTracker: Tracker, commandProgressTracker: CommandProgressTracker, loggerFactory: NamedLoggerFactory)(implicit executionContext: ExecutionContext)
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
- val cachesUpdatedUpto: AtomicReference[Option[Offset]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val commandProgressTracker: CommandProgressTracker
- val contractStateCaches: ContractStateCaches
- val dispatcherState: DispatcherState
- 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()
- val inMemoryFanoutBuffer: InMemoryFanoutBuffer
- final def initializeTo(ledgerEndO: Option[LedgerEnd])(implicit traceContext: TraceContext): Future[Unit]
(Re-)initializes the participant in-memory state to a specific ledger end.
(Re-)initializes the participant in-memory state to a specific ledger end.
NOTE: This method is not thread-safe. Calling it concurrently leads to undefined behavior.
- final def initialized: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ledgerEndCache: MutableLedgerEndCache
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- InMemoryState → 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()
- val offsetCheckpointCache: OffsetCheckpointCache
- val participantId: daml.lf.data.Ref.ParticipantId
- val partyAllocationTracker: Tracker
- val reassignmentSubmissionTracker: SubmissionTracker
- val stringInterningView: StringInterningView
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val transactionSubmissionTracker: SubmissionTracker
- 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])