final class TransactionTreePointwiseReader extends TransactionPointwiseReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionTreePointwiseReader
- TransactionPointwiseReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TransactionTreePointwiseReader(dbDispatcher: DbDispatcher, eventStorageBackend: EventStorageBackend, metrics: Metrics, lfValueTranslation: LfValueTranslation)(implicit ec: ExecutionContext)
Type Members
- type EventT = TreeEvent
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- type RawEventT = TreeEvent
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- type RespT = GetTransactionTreeResponse
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
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]) @native() @IntrinsicCandidate()
- val dbDispatcher: DbDispatcher
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- val dbMetric: DatabaseMetrics
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- val dbMetrics: metrics.Metrics.daml.index.db.type
- Attributes
- protected
- Definition Classes
- TransactionPointwiseReader
- implicit val ec: ExecutionContext
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventStorageBackend: EventStorageBackend
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- def fetchTransaction(firstEventSequentialId: Long, lastEventSequentialId: Long, requestingParties: Set[Party], eventProjectionProperties: EventProjectionProperties)(connection: Connection): Vector[Entry[RawEventT]]
- Attributes
- protected
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lfValueTranslation: LfValueTranslation
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- final def lookupTransactionById(transactionId: daml.lf.data.Ref.TransactionId, requestingParties: Set[Party], eventProjectionProperties: EventProjectionProperties)(implicit loggingContext: LoggingContextWithTrace): Future[Option[RespT]]
- Definition Classes
- TransactionPointwiseReader
- val metrics: Metrics
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toTransactionResponse(events: Vector[Entry[EventT]]): Option[RespT]
- Attributes
- protected
- Definition Classes
- TransactionTreePointwiseReader → TransactionPointwiseReader
- 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])