final class TransactionTreePointwiseReader extends TransactionPointwiseReaderLegacy with NamedLogging
- Annotations
- @nowarn()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionTreePointwiseReader
- NamedLogging
- TransactionPointwiseReaderLegacy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TransactionTreePointwiseReader(dbDispatcher: DbDispatcher, eventStorageBackend: EventStorageBackend, metrics: LedgerApiServerMetrics, lfValueTranslation: LfValueTranslation, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)
Type Members
- type EventT = TreeEvent
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- type RawEventT = RawTreeEvent
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- type RespT = GetTransactionTreeResponse
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
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]) @IntrinsicCandidate() @native()
- val dbDispatcher: DbDispatcher
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- val dbMetric: DatabaseMetrics
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- val dbMetrics: metrics.IndexMetrics.db.type
- Attributes
- protected
- Definition Classes
- TransactionPointwiseReaderLegacy
- def deserializeEntry(eventProjectionProperties: EventProjectionProperties, lfValueTranslation: LfValueTranslation)(entry: Entry[RawTreeEvent])(implicit loggingContext: LoggingContextWithTrace, ec: ExecutionContext): Future[Entry[TreeEvent]]
- Attributes
- protected
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- val directEC: DirectExecutionContext
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- implicit val ec: ExecutionContext
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- val eventStorageBackend: EventStorageBackend
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- def fetchTransaction(firstEventSequentialId: Long, lastEventSequentialId: Long, requestingParties: Set[Party])(connection: Connection): Vector[Entry[RawEventT]]
- Attributes
- protected
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lfValueTranslation: LfValueTranslation
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- TransactionTreePointwiseReader → NamedLogging
- final def lookupTransactionBy(lookupKey: LookupKey, requestingParties: Set[Party], eventProjectionProperties: EventProjectionProperties)(implicit loggingContext: LoggingContextWithTrace): Future[Option[RespT]]
- Definition Classes
- TransactionPointwiseReaderLegacy
- val metrics: LedgerApiServerMetrics
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toTransactionResponse(events: Seq[Entry[EventT]]): Option[RespT]
- Attributes
- protected
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReaderLegacy
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])