Packages

c

com.digitalasset.canton.synchronizer.sequencer.block.bftordering.admin

GrpcBftOrderingSequencerPruningAdminService

class GrpcBftOrderingSequencerPruningAdminService extends SequencerBftPruningAdministrationService with HasPruningScheduler with GrpcPruningScheduler with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcBftOrderingSequencerPruningAdminService
  2. NamedLogging
  3. GrpcPruningScheduler
  4. HasPruningScheduler
  5. SequencerBftPruningAdministrationService
  6. AbstractService
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcBftOrderingSequencerPruningAdminService(pruningModuleRef: ModuleRef[Message], pruningScheduler: BftOrdererPruningScheduler, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext, metricsContext: MetricsContext, traceContext: TraceContext)

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 bftPrune(request: BftPruneRequest): Future[BftPruneResponse]
  6. def bftPruningStatus(request: BftPruningStatusRequest): Future[BftPruningStatusResponse]
  7. def clearSchedule(request: ClearScheduleRequest): Future[ClearScheduleResponse]
    Definition Classes
    GrpcPruningScheduler
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def convertF[T](f: => ParsingResult[T])(implicit traceContext: TraceContext): Future[T]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  10. def convertRequiredF[P, T](field: String, value: Option[P], f: (P) => ParsingResult[T])(implicit traceContext: TraceContext): Future[T]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  11. implicit val ec: ExecutionContext
  12. def ensureScheduler(implicit traceContext: TraceContext): Future[PruningScheduler]
    Attributes
    protected
    Definition Classes
    GrpcBftOrderingSequencerPruningAdminServiceHasPruningScheduler
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  16. def getBftSchedule(request: GetBftScheduleRequest): Future[GetBftScheduleResponse]

    Retrieve the automatic, bft-orderer-specific pruning configuration.

    Retrieve the automatic, bft-orderer-specific pruning configuration.

    Definition Classes
    GrpcBftOrderingSequencerPruningAdminServiceSequencerBftPruningAdministrationService
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getSchedule(request: GetScheduleRequest): Future[GetScheduleResponse]
    Definition Classes
    GrpcPruningScheduler
  19. def handlePassiveHAStorageError(update: Future[Unit], commandName: String): Future[Unit]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  20. def handleUserError(update: EitherT[Future, String, Unit]): Future[Unit]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. val loggerFactory: NamedLoggerFactory
  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. def serviceCompanion: ServiceCompanion[SequencerBftPruningAdministrationService]
    Definition Classes
    SequencerBftPruningAdministrationService → AbstractService
  31. def setBftSchedule(request: SetBftScheduleRequest): Future[SetBftScheduleResponse]

    Enable automatic pruning with bft-orderer-specific schedule parameters.

    Enable automatic pruning with bft-orderer-specific schedule parameters.

    Definition Classes
    GrpcBftOrderingSequencerPruningAdminServiceSequencerBftPruningAdministrationService
  32. def setCron(request: SetCronRequest): Future[SetCronResponse]
    Definition Classes
    GrpcPruningScheduler
  33. def setMaxDuration(request: SetMaxDurationRequest): Future[SetMaxDurationResponse]
    Definition Classes
    GrpcPruningScheduler
  34. def setMinBlocksToKeep(request: SetMinBlocksToKeepRequest): Future[SetMinBlocksToKeepResponse]

    Min blocks to keep is a bft-orderer-specific pruning parameter.

    Min blocks to keep is a bft-orderer-specific pruning parameter.

    Definition Classes
    GrpcBftOrderingSequencerPruningAdminServiceSequencerBftPruningAdministrationService
  35. def setRetention(request: SetRetentionRequest): Future[SetRetentionResponse]
    Definition Classes
    GrpcPruningScheduler
  36. def setSchedule(request: SetScheduleRequest): Future[SetScheduleResponse]
    Definition Classes
    GrpcPruningScheduler
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. 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 GrpcPruningScheduler

Inherited from HasPruningScheduler

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped