Packages

class PostgresEventStorageBackend extends EventStorageBackendTemplate

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresEventStorageBackend
  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 PostgresEventStorageBackend(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 activeContractBatch(eventSequentialIds: Iterable[Long], allFilterParties: Option[Set[Party]])(connection: Connection): Vector[RawThinActiveContract]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  10. def eventReaderQueries: EventReaderQueries
  11. def fetchEventPayloadsAcsDelta(target: EventPayloadSourceForUpdatesAcsDelta)(eventSequentialIds: SequentialIdBatch, requestingPartiesForTx: Option[Set[Party]], requestingPartiesForReassignment: Option[Set[Party]])(connection: Connection): Vector[RawThinAcsDeltaEvent]
  12. def fetchEventPayloadsLedgerEffects(target: EventPayloadSourceForUpdatesLedgerEffects)(eventSequentialIds: SequentialIdBatch, requestingPartiesForTx: Option[Set[Party]], requestingPartiesForReassignment: Option[Set[Party]])(connection: Connection): Vector[RawThinLedgerEffectsEvent]
  13. def fetchTopologyPartyEventIds(party: Option[Party])(connection: Connection): (PaginationInput) => Vector[Long]
  14. def firstSynchronizerOffsetAfterOrAt(synchronizerId: SynchronizerId, afterOrAtRecordTimeInclusive: Timestamp)(connection: Connection): Option[SynchronizerOffset]
  15. def firstSynchronizerOffsetAfterOrAtPublicationTime(afterOrAtPublicationTimeInclusive: Timestamp)(connection: Connection): Option[SynchronizerOffset]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lastSynchronizerOffsetBeforeOrAt(synchronizerIdO: Option[SynchronizerId], beforeOrAtOffsetInclusive: Offset)(connection: Connection): Option[SynchronizerOffset]
  20. def lastSynchronizerOffsetBeforeOrAtPublicationTime(beforeOrAtPublicationTimeInclusive: Timestamp)(connection: Connection): Option[SynchronizerOffset]
  21. def lastSynchronizerOffsetBeforeOrAtRecordTime(synchronizerId: SynchronizerId, beforeOrAtRecordTimeInclusive: Timestamp)(connection: Connection): Option[SynchronizerOffset]
  22. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. val loggerFactory: NamedLoggerFactory
  24. def lookupAssignSequentialIdByOffset(offsets: Iterable[Long])(connection: Connection): Vector[Long]
  25. def lookupUnassignSequentialIdByOffset(offsets: Iterable[Long])(connection: Connection): Vector[Long]
  26. def maxEventSequentialId(untilInclusiveOffset: Option[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()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def prunableContracts(fromExclusive: Option[Offset], toInclusive: Offset)(connection: Connection): Set[Long]

    The contracts which were archived or participant-divulged in the specified range.

    The contracts which were archived or participant-divulged in the specified range. These are the contracts in the ContractStore, which can be pruned in a single-synchronizer setup.

    Definition Classes
    EventStorageBackendTemplateEventStorageBackend
  33. def pruneEvents(previousPruneUpToInclusiveOffset: Option[Offset], previousIncompleteReassignmentOffsets: Vector[Offset], pruneUpToInclusiveOffset: Offset, incompleteReassignmentOffsets: Vector[Offset])(implicit connection: Connection, traceContext: TraceContext): Unit

    Part of pruning process, this needs to be in the same transaction as the other pruning related database operations

    Part of pruning process, this needs to be in the same transaction as the other pruning related database operations

    Definition Classes
    EventStorageBackendTemplateEventStorageBackend
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def synchronizerOffset(offset: Offset)(connection: Connection): Option[SynchronizerOffset]
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def topologyEventOffsetPublishedOnRecordTime(synchronizerId: SynchronizerId, recordTime: CantonTimestamp)(connection: Connection): Option[Offset]
  38. def topologyPartyEventBatch(eventSequentialIds: SequentialIdBatch)(connection: Connection): Vector[RawParticipantAuthorization]
  39. def updatePointwiseQueries: UpdatePointwiseQueries
  40. def updateStreamingQueries: UpdateStreamingQueries
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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 NamedLogging

Inherited from EventStorageBackend

Inherited from AnyRef

Inherited from Any

Ungrouped