abstract class EventStorageBackendTemplate extends EventStorageBackend with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventStorageBackendTemplate
  2. NamedLogging
  3. EventStorageBackend
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EventStorageBackendTemplate(queryStrategy: QueryStrategy, ledgerEndCache: LedgerEndCache, stringInterning: StringInterning, participantAllDivulgedContractsPrunedUpToInclusive: (Connection) => Option[Offset], loggerFactory: NamedLoggerFactory)

Abstract Value Members

  1. abstract def isPruningOffsetValidAgainstMigration(pruneUpToInclusive: Offset, pruneAllDivulgedContracts: Boolean, connection: Connection): Boolean
    Definition Classes
    EventStorageBackend

Concrete 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 activeContractAssignEventBatch(eventSequentialIds: Iterable[Long], allFilterParties: Set[Party], endInclusive: Long)(connection: Connection): Vector[RawActiveContract]
  5. def activeContractCreateEventBatch(eventSequentialIds: Iterable[Long], allFilterParties: Set[daml.lf.data.Ref.Party], endInclusive: Long)(connection: Connection): Vector[Entry[FlatEvent]]
  6. def activeContractCreateEventBatchV2(eventSequentialIds: Iterable[Long], allFilterParties: Set[Party], endInclusive: Long)(connection: Connection): Vector[RawActiveContract]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def assignEventBatch(eventSequentialIds: Iterable[Long], allFilterParties: Set[Party])(connection: Connection): Vector[RawAssignEvent]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  13. def eventReaderQueries: EventReaderQueries
  14. def fetchAssignEventIdsForStakeholder(stakeholder: Party, templateId: Option[Identifier], startExclusive: Long, endInclusive: Long, limit: Int)(connection: Connection): Vector[Long]
  15. def fetchUnassignEventIdsForStakeholder(stakeholder: Party, templateId: Option[Identifier], startExclusive: Long, endInclusive: Long, limit: Int)(connection: Connection): Vector[Long]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. val loggerFactory: NamedLoggerFactory
  21. def lookupAssignSequentialIdByContractId(contractIds: Iterable[String])(connection: Connection): Vector[Long]
  22. def lookupAssignSequentialIdByOffset(offsets: Iterable[String])(connection: Connection): Vector[Long]
  23. def lookupCreateSequentialIdByContractId(contractIds: Iterable[String])(connection: Connection): Vector[Long]
  24. def lookupUnassignSequentialIdByOffset(offsets: Iterable[String])(connection: Connection): Vector[Long]
  25. def maxEventSequentialId(untilInclusiveOffset: Offset)(connection: Connection): Long
  26. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def pruneEvents(pruneUpToInclusive: Offset, pruneAllDivulgedContracts: Boolean)(implicit connection: Connection, traceContext: TraceContext): Unit

    Deletes a subset of the indexed data (up to the pruning offset) in the following order and in the manner specified: 1.a if pruning-all-divulged-contracts is enabled: all divulgence events (retroactive divulgence), 1.b otherwise: divulgence events for which there are archive events (retroactive divulgence), 2.

    Deletes a subset of the indexed data (up to the pruning offset) in the following order and in the manner specified: 1.a if pruning-all-divulged-contracts is enabled: all divulgence events (retroactive divulgence), 1.b otherwise: divulgence events for which there are archive events (retroactive divulgence), 2. entries from filter for create stakeholders for there is an archive for the corresponding create event, 3. entries from filter for create non-stakeholder informees for there is an archive for the corresponding create event, 4. all entries from filter for consuming stakeholders, 5. all entries from filter for consuming non-stakeholders informees, 6. all entries from filter for non-consuming informees, 7. create events table for which there is an archive event, 8. if pruning-all-divulged-contracts is enabled: create contracts which did not have a locally hosted party before their creation offset (immediate divulgence), 9. all consuming events, 10. all non-consuming events, 11. transaction meta entries for which there exists at least one create event.

    Definition Classes
    EventStorageBackendTemplateEventStorageBackend
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def transactionPointwiseQueries: TransactionPointwiseQueries
  35. def transactionStreamingQueries: TransactionStreamingQueries
  36. def unassignEventBatch(eventSequentialIds: Iterable[Long], allFilterParties: Set[Party])(connection: Connection): Vector[RawUnassignEvent]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. 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
    Deprecated

Inherited from NamedLogging

Inherited from EventStorageBackend

Inherited from AnyRef

Inherited from Any

Ungrouped