Packages

class I extends SubmissionRate with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. I
  2. NamedLogging
  3. SubmissionRate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new I(startMaxRate: Double, startTargetLatencyMs: Int, startAdjustFactor: Double, metrics: Factory, loggerFactoryE: NamedLoggerFactory, now: () => CantonTimestamp)(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. def adjustMaxRate(): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def available: Int

    number of commands that can be submitted without exceeding the current rate

    number of commands that can be submitted without exceeding the current rate

    Definition Classes
    ISubmissionRate
  7. def backpressured: Int
    Definition Classes
    ISubmissionRate
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def currentRate: Double
    Definition Classes
    ISubmissionRate
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def failed: Int
    Definition Classes
    ISubmissionRate
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def latencyMs: Double
    Definition Classes
    ISubmissionRate
  17. def latencyObservation(millis: Long): Unit
    Definition Classes
    ISubmissionRate
  18. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. val loggerFactory: NamedLoggerFactory
    Definition Classes
    INamedLogging
  20. implicit def loggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. def maxRate: Double
    Definition Classes
    ISubmissionRate
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newSubmission(fut: Future[CommandResult]): Unit
    Definition Classes
    ISubmissionRate
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def observed: Int
    Definition Classes
    ISubmissionRate
  28. def pending: Int
    Definition Classes
    ISubmissionRate
  29. def succeeded: Int
    Definition Classes
    ISubmissionRate
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    I → AnyRef → Any
  32. def updateRate(now: CantonTimestamp): Unit
    Definition Classes
    ISubmissionRate
  33. def updateSettings(newMaxRate: Double, newTargetLatencyMs: Int, newAdjustFactor: Double): Unit
    Definition Classes
    ISubmissionRate
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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

Inherited from NamedLogging

Inherited from SubmissionRate

Inherited from AnyRef

Inherited from Any

Ungrouped