class InMemoryCursorPreheadStore[Discr] extends CursorPreheadStore[Discr] with NamedLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InMemoryCursorPreheadStore
- NamedLogging
- CursorPreheadStore
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InMemoryCursorPreheadStore(loggerFactory: NamedLoggerFactory)
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
- def advancePreheadTo(newPrehead: CursorPrehead[Discr])(implicit traceContext: TraceContext, callerCloseContext: CloseContext): Future[Unit]
Sets the prehead counter to
newPrehead
unless it is already at the same or a higher value.Sets the prehead counter to
newPrehead
unless it is already at the same or a higher value. The prehead counter should be set to the counter before the head of the corresponding cursor.- Definition Classes
- CursorPreheadStore
- def advancePreheadToTransactionalStoreUpdate(newPrehead: CursorPrehead[Discr])(implicit traceContext: TraceContext): TransactionalStoreUpdate
advancePreheadTo as a com.digitalasset.canton.resource.TransactionalStoreUpdate
- 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()
- def close(): Unit
- Definition Classes
- InMemoryCursorPreheadStore → AutoCloseable
- 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
- 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
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Attributes
- protected
- Definition Classes
- InMemoryCursorPreheadStore → NamedLogging
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def prehead(implicit traceContext: TraceContext): Future[Option[CursorPrehead[Discr]]]
Gets the prehead of the cursor.
Gets the prehead of the cursor.
- Definition Classes
- InMemoryCursorPreheadStore → CursorPreheadStore
- def rewindPreheadTo(newPreheadO: Option[CursorPrehead[Discr]])(implicit traceContext: TraceContext): Future[Unit]
Sets the prehead counter to
newPreheadO
if it is currently set to a higher value.Sets the prehead counter to
newPreheadO
if it is currently set to a higher value.- Definition Classes
- InMemoryCursorPreheadStore → CursorPreheadStore
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])