Packages

class SyncPersistentState extends LogicalSyncPersistentState with PhysicalSyncPersistentState with NamedLogging with AutoCloseable

The participant-relevant state and components of a synchronizer that is independent of the connectivity to the synchronizer.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyncPersistentState
  2. PhysicalSyncPersistentState
  3. LogicalSyncPersistentState
  4. AutoCloseable
  5. NamedLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SyncPersistentState(logical: LogicalSyncPersistentState, physical: PhysicalSyncPersistentState, loggerFactory: NamedLoggerFactory)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acsCommitmentStore: AcsCommitmentStore
  5. def acsInspection: AcsInspection
  6. def activeContractStore: ActiveContractStore
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def close(): Unit
    Definition Classes
    SyncPersistentState → AutoCloseable
  10. def enableAdditionalConsistencyChecks: Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isMemory: Boolean
  18. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    SyncPersistentStateNamedLogging
  20. val logical: LogicalSyncPersistentState
  21. lazy val lsid: SynchronizerId
    Definition Classes
    LogicalSyncPersistentState
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def parameterStore: SynchronizerParameterStore
  28. val physical: PhysicalSyncPersistentState
  29. def physicalSynchronizerIdx: IndexedPhysicalSynchronizer
  30. lazy val psid: PhysicalSynchronizerId
    Definition Classes
    PhysicalSyncPersistentState
  31. def pureCryptoApi: CryptoPureApi

    The crypto operations used on the synchronizer

    The crypto operations used on the synchronizer

    Definition Classes
    SyncPersistentStatePhysicalSyncPersistentState
  32. def reassignmentStore: ReassignmentStore
  33. def requestJournalStore: RequestJournalStore
  34. def sendTrackerStore: SendTrackerStore
  35. def sequencedEventStore: SequencedEventStore
  36. def staticSynchronizerParameters: StaticSynchronizerParameters
  37. def submissionTrackerStore: SubmissionTrackerStore
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def synchronizerIdx: IndexedSynchronizer
  40. def synchronizerOutboxQueue: SynchronizerOutboxQueue
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def topologyManager: SynchronizerTopologyManager
  43. def topologyStore: TopologyStore[SynchronizerStore]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped