o
com.digitalasset.canton.platform.store.backend
EventStorageBackend
Companion trait EventStorageBackend
object EventStorageBackend
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventStorageBackend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CommonEventProperties(eventSequentialId: Long, offset: Long, nodeId: Int, workflowId: Option[String], synchronizerId: String) extends Product with Serializable
- final case class CommonUpdateProperties(updateId: String, commandId: Option[String], traceContext: Array[Byte], recordTime: Timestamp) extends Product with Serializable
- sealed trait FatCreatedEvent extends RawEvent
- final case class FatCreatedEventProperties(thinCreatedEventProperties: ThinCreatedEventProperties, fatContract: FatContract) extends Product with Serializable
- sealed trait RawAcsDeltaEvent extends RawEvent
- 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
- sealed trait RawEvent extends Product with Serializable
- 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
- final case class RawFatActiveContract(commonEventProperties: CommonEventProperties, fatCreatedEventProperties: FatCreatedEventProperties) extends RawEvent with FatCreatedEvent with Product with Serializable
- final case class RawFatAssignEvent(reassignmentProperties: ReassignmentProperties, fatCreatedEventProperties: FatCreatedEventProperties, sourceSynchronizerId: String) extends RawAcsDeltaEvent with RawLedgerEffectsEvent with RawReassignmentEvent with FatCreatedEvent with Product with Serializable
- final case class RawFatCreatedEvent(transactionProperties: TransactionProperties, fatCreatedEventProperties: FatCreatedEventProperties) extends RawAcsDeltaEvent with RawLedgerEffectsEvent with RawTransactionEvent with FatCreatedEvent with Product with Serializable
- sealed trait RawLedgerEffectsEvent extends RawEvent
- 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
- sealed trait RawReassignmentEvent extends RawEvent with RawUpdateEvent
- sealed trait RawThinAcsDeltaEvent extends RawThinEvent
- final case class RawThinActiveContract(commonEventProperties: CommonEventProperties, thinCreatedEventProperties: ThinCreatedEventProperties) extends RawThinEvent with Product with Serializable
- final case class RawThinAssignEvent(reassignmentProperties: ReassignmentProperties, thinCreatedEventProperties: ThinCreatedEventProperties, sourceSynchronizerId: String) extends RawThinAcsDeltaEvent with RawThinLedgerEffectsEvent with RawThinReassignmentEvent with Product with Serializable
- final case class RawThinCreatedEvent(transactionProperties: TransactionProperties, thinCreatedEventProperties: ThinCreatedEventProperties) extends RawThinAcsDeltaEvent with RawThinLedgerEffectsEvent with RawThinTransactionEvent with Product with Serializable
- sealed trait RawThinEvent extends Product with Serializable
- sealed trait RawThinLedgerEffectsEvent extends RawThinEvent
- sealed trait RawThinReassignmentEvent extends RawThinEvent
- sealed trait RawThinTransactionEvent extends RawThinEvent
- sealed trait RawTransactionEvent extends RawEvent with RawUpdateEvent
- 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
- sealed trait RawUpdateEvent extends AnyRef
- final case class ReassignmentProperties(commonEventProperties: CommonEventProperties, commonUpdateProperties: CommonUpdateProperties, reassignmentId: String, submitter: Option[String], reassignmentCounter: Long) extends Product with Serializable
- sealed trait SequentialIdBatch extends AnyRef
- final case class SynchronizerOffset(offset: Offset, synchronizerId: SynchronizerId, recordTime: Timestamp, publicationTime: Timestamp) extends Product with Serializable
- 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
- final case class TransactionProperties(commonEventProperties: CommonEventProperties, commonUpdateProperties: CommonUpdateProperties, externalTransactionHash: Option[Array[Byte]]) extends Product with Serializable
- final case class UnassignProperties(contractId: ContractId, synchronizerId: String, sequentialId: Long) extends Product with Serializable
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]) @native()
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object SequentialIdBatch