Packages

object EventStorageBackend

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventStorageBackend
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CommonEventProperties(eventSequentialId: Long, offset: Long, nodeId: Int, workflowId: Option[String], synchronizerId: String) extends Product with Serializable
  2. final case class CommonUpdateProperties(updateId: String, commandId: Option[String], traceContext: Array[Byte], recordTime: Timestamp) extends Product with Serializable
  3. sealed trait FatCreatedEvent extends RawEvent
  4. final case class FatCreatedEventProperties(thinCreatedEventProperties: ThinCreatedEventProperties, fatContract: FatContract) extends Product with Serializable
  5. sealed trait RawAcsDeltaEvent extends RawEvent
  6. final case class RawArchivedEvent(transactionProperties: TransactionProperties, contractId: ContractId, templateId: FullIdentifier, filteredStakeholderParties: Set[String], ledgerEffectiveTime: Timestamp, deactivatedEventSeqId: Option[Long]) extends RawAcsDeltaEvent with RawTransactionEvent with RawThinAcsDeltaEvent with RawThinTransactionEvent with Product with Serializable
  7. sealed trait RawEvent extends Product with Serializable
  8. final case class RawExercisedEvent(transactionProperties: TransactionProperties, contractId: ContractId, templateId: FullIdentifier, exerciseConsuming: Boolean, exerciseChoice: ChoiceName, exerciseChoiceInterface: Option[daml.lf.data.Ref.Identifier], exerciseArgument: Array[Byte], exerciseArgumentCompression: Option[Int], exerciseResult: Option[Array[Byte]], exerciseResultCompression: Option[Int], exerciseActors: Set[String], exerciseLastDescendantNodeId: Int, filteredAdditionalWitnessParties: Set[String], filteredStakeholderParties: Set[String], ledgerEffectiveTime: Timestamp, deactivatedEventSeqId: Option[Long], acsDeltaForParticipant: Boolean) extends RawLedgerEffectsEvent with RawTransactionEvent with RawThinLedgerEffectsEvent with RawThinTransactionEvent with Product with Serializable
  9. final case class RawFatActiveContract(commonEventProperties: CommonEventProperties, fatCreatedEventProperties: FatCreatedEventProperties) extends RawEvent with FatCreatedEvent with Product with Serializable
  10. final case class RawFatAssignEvent(reassignmentProperties: ReassignmentProperties, fatCreatedEventProperties: FatCreatedEventProperties, sourceSynchronizerId: String) extends RawAcsDeltaEvent with RawLedgerEffectsEvent with RawReassignmentEvent with FatCreatedEvent with Product with Serializable
  11. final case class RawFatCreatedEvent(transactionProperties: TransactionProperties, fatCreatedEventProperties: FatCreatedEventProperties) extends RawAcsDeltaEvent with RawLedgerEffectsEvent with RawTransactionEvent with FatCreatedEvent with Product with Serializable
  12. sealed trait RawLedgerEffectsEvent extends RawEvent
  13. final case class RawParticipantAuthorization(offset: Offset, updateId: String, partyId: String, participantId: String, authorizationEvent: AuthorizationEvent, recordTime: Timestamp, synchronizerId: String, traceContext: Option[Array[Byte]]) extends Product with Serializable
  14. sealed trait RawReassignmentEvent extends RawEvent with RawUpdateEvent
  15. sealed trait RawThinAcsDeltaEvent extends RawThinEvent
  16. final case class RawThinActiveContract(commonEventProperties: CommonEventProperties, thinCreatedEventProperties: ThinCreatedEventProperties) extends RawThinEvent with Product with Serializable
  17. final case class RawThinAssignEvent(reassignmentProperties: ReassignmentProperties, thinCreatedEventProperties: ThinCreatedEventProperties, sourceSynchronizerId: String) extends RawThinAcsDeltaEvent with RawThinLedgerEffectsEvent with RawThinReassignmentEvent with Product with Serializable
  18. final case class RawThinCreatedEvent(transactionProperties: TransactionProperties, thinCreatedEventProperties: ThinCreatedEventProperties) extends RawThinAcsDeltaEvent with RawThinLedgerEffectsEvent with RawThinTransactionEvent with Product with Serializable
  19. sealed trait RawThinEvent extends Product with Serializable
  20. sealed trait RawThinLedgerEffectsEvent extends RawThinEvent
  21. sealed trait RawThinReassignmentEvent extends RawThinEvent
  22. sealed trait RawThinTransactionEvent extends RawThinEvent
  23. sealed trait RawTransactionEvent extends RawEvent with RawUpdateEvent
  24. final case class RawUnassignEvent(reassignmentProperties: ReassignmentProperties, contractId: ContractId, templateId: FullIdentifier, filteredStakeholderParties: Set[String], assignmentExclusivity: Option[Timestamp], targetSynchronizerId: String, deactivatedEventSeqId: Option[Long]) extends RawAcsDeltaEvent with RawLedgerEffectsEvent with RawReassignmentEvent with RawThinAcsDeltaEvent with RawThinLedgerEffectsEvent with RawThinReassignmentEvent with Product with Serializable
  25. sealed trait RawUpdateEvent extends AnyRef
  26. final case class ReassignmentProperties(commonEventProperties: CommonEventProperties, commonUpdateProperties: CommonUpdateProperties, reassignmentId: String, submitter: Option[String], reassignmentCounter: Long) extends Product with Serializable
  27. sealed trait SequentialIdBatch extends AnyRef
  28. final case class SynchronizerOffset(offset: Offset, synchronizerId: SynchronizerId, recordTime: Timestamp, publicationTime: Timestamp) extends Product with Serializable
  29. final case class ThinCreatedEventProperties(representativePackageId: daml.lf.data.Ref.PackageId, filteredAdditionalWitnessParties: Set[String], internalContractId: Long, requestingParties: Option[Set[String]], reassignmentCounter: Long, acsDeltaForParticipant: Boolean) extends Product with Serializable
  30. final case class TransactionProperties(commonEventProperties: CommonEventProperties, commonUpdateProperties: CommonUpdateProperties, externalTransactionHash: Option[Array[Byte]]) extends Product with Serializable
  31. final case class UnassignProperties(contractId: ContractId, synchronizerId: String, sequentialId: Long) extends Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. object SequentialIdBatch

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 AnyRef

Inherited from Any

Ungrouped