c

com.digitalasset.canton.platform.store.dao.events

TransactionTreePointwiseReader

final class TransactionTreePointwiseReader extends TransactionPointwiseReaderLegacy with NamedLogging

Annotations
@nowarn()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransactionTreePointwiseReader
  2. NamedLogging
  3. TransactionPointwiseReaderLegacy
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TransactionTreePointwiseReader(dbDispatcher: DbDispatcher, eventStorageBackend: EventStorageBackend, metrics: LedgerApiServerMetrics, lfValueTranslation: LfValueTranslation, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

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]) @IntrinsicCandidate() @native()
  6. val dbDispatcher: DbDispatcher
  7. val dbMetric: DatabaseMetrics
  8. val dbMetrics: metrics.IndexMetrics.db.type
    Attributes
    protected
    Definition Classes
    TransactionPointwiseReaderLegacy
  9. def deserializeEntry(eventProjectionProperties: EventProjectionProperties, lfValueTranslation: LfValueTranslation)(entry: Entry[RawTreeEvent])(implicit loggingContext: LoggingContextWithTrace, ec: ExecutionContext): Future[Entry[TreeEvent]]
    Attributes
    protected
    Definition Classes
    TransactionTreePointwiseReaderTransactionPointwiseReaderLegacy
  10. val directEC: DirectExecutionContext
  11. implicit val ec: ExecutionContext
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  15. val eventStorageBackend: EventStorageBackend
  16. def fetchTransaction(firstEventSequentialId: Long, lastEventSequentialId: Long, requestingParties: Set[Party])(connection: Connection): Vector[Entry[RawEventT]]
    Attributes
    protected
    Definition Classes
    TransactionTreePointwiseReaderTransactionPointwiseReaderLegacy
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val lfValueTranslation: LfValueTranslation
  21. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. val loggerFactory: NamedLoggerFactory
  23. final def lookupTransactionBy(lookupKey: LookupKey, requestingParties: Set[Party], eventProjectionProperties: EventProjectionProperties)(implicit loggingContext: LoggingContextWithTrace): Future[Option[RespT]]
  24. val metrics: LedgerApiServerMetrics
  25. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def toTransactionResponse(events: Seq[Entry[EventT]]): Option[RespT]
    Attributes
    protected
    Definition Classes
    TransactionTreePointwiseReaderTransactionPointwiseReaderLegacy
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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

    (Since version 9)

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped