Packages

class H2EventStorageBackend extends EventStorageBackendTemplate

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

Instance Constructors

  1. new H2EventStorageBackend(ledgerEndCache: LedgerEndCache, stringInterning: StringInterning, 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 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 isPruningOffsetValidAgainstMigration(pruneUpToInclusive: Offset, pruneAllDivulgedContracts: Boolean, connection: Connection): Boolean
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
  22. def lookupAssignSequentialIdByContractId(contractIds: Iterable[String])(connection: Connection): Vector[Long]
  23. def lookupAssignSequentialIdByOffset(offsets: Iterable[String])(connection: Connection): Vector[Long]
  24. def lookupCreateSequentialIdByContractId(contractIds: Iterable[String])(connection: Connection): Vector[Long]
  25. def lookupUnassignSequentialIdByOffset(offsets: Iterable[String])(connection: Connection): Vector[Long]
  26. def maxEventSequentialId(untilInclusiveOffset: Offset)(connection: Connection): Long
  27. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. 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
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def transactionPointwiseQueries: TransactionPointwiseQueries
  36. def transactionStreamingQueries: TransactionStreamingQueries
  37. def unassignEventBatch(eventSequentialIds: Iterable[Long], allFilterParties: Set[Party])(connection: Connection): Vector[RawUnassignEvent]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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