Packages

c

com.digitalasset.canton.synchronizer.mediator.service

GrpcMediatorAdministrationService

class GrpcMediatorAdministrationService extends MediatorAdministrationService with GrpcPruningScheduler with HasPruningScheduler with NamedLogging

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

Instance Constructors

  1. new GrpcMediatorAdministrationService(mediator: Mediator, pruningScheduler: MediatorPruningScheduler, loggerFactory: NamedLoggerFactory)(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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearSchedule(request: ClearScheduleRequest): Future[ClearScheduleResponse]
    Definition Classes
    GrpcPruningScheduler
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def convertF[T](f: => ParsingResult[T])(implicit traceContext: TraceContext): Future[T]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  8. def convertRequiredF[P, T](field: String, value: Option[P], f: (P) => ParsingResult[T])(implicit traceContext: TraceContext): Future[T]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  9. implicit val ec: ExecutionContext
  10. def ensureScheduler(implicit traceContext: TraceContext): Future[PruningScheduler]
    Attributes
    protected
    Definition Classes
    GrpcMediatorAdministrationServiceHasPruningScheduler
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. def findPruningTimestamp(request: FindPruningTimestampRequest): Future[FindPruningTimestampResponse]

    Retrieve pruning timestamp at or near the "beginning" of events.

    Retrieve pruning timestamp at or near the "beginning" of events.

    Definition Classes
    GrpcMediatorAdministrationServiceMediatorAdministrationService
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getSchedule(request: GetScheduleRequest): Future[GetScheduleResponse]
    Definition Classes
    GrpcPruningScheduler
  17. def handlePassiveHAStorageError(update: Future[Unit], commandName: String): Future[Unit]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  18. def handleUserError(update: EitherT[Future, String, Unit]): Future[Unit]
    Attributes
    protected
    Definition Classes
    GrpcPruningScheduler
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. val loggerFactory: NamedLoggerFactory
  23. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def prune(request: PruneRequest): Future[PruneResponse]

    Remove unnecessary data from the Mediator

    Remove unnecessary data from the Mediator

    Definition Classes
    GrpcMediatorAdministrationServiceMediatorAdministrationService
  29. def serviceCompanion: ServiceCompanion[MediatorAdministrationService]
    Definition Classes
    MediatorAdministrationService → AbstractService
  30. def setCron(request: SetCronRequest): Future[SetCronResponse]
    Definition Classes
    GrpcPruningScheduler
  31. def setMaxDuration(request: SetMaxDurationRequest): Future[SetMaxDurationResponse]
    Definition Classes
    GrpcPruningScheduler
  32. def setRetention(request: SetRetentionRequest): Future[SetRetentionResponse]
    Definition Classes
    GrpcPruningScheduler
  33. def setSchedule(request: SetScheduleRequest): Future[SetScheduleResponse]
    Definition Classes
    GrpcPruningScheduler
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. 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 HasPruningScheduler

Inherited from GrpcPruningScheduler

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped