Packages

class GrpcStatusService extends StatusService with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcStatusService
  2. NamedLogging
  3. StatusService
  4. AbstractService
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcStatusService(status: => Future[NodeStatus[_]], healthDump: () => Future[File], processingTimeout: ProcessingTimeout, 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def getErrorTrace(request: GetLastErrorTraceRequest): Future[GetLastErrorTraceResponse]

    Get the trace of the last errors observed

    Get the trace of the last errors observed

    Definition Classes
    GrpcStatusServiceStatusService
  11. def getLastErrors(request: GetLastErrorsRequest): Future[GetLastErrorsResponse]

    Get the last errors observed on this node This is a built in functionality where we keep track of the last errors and all messages that were logged with the same trace id within a certain time frame

    Get the last errors observed on this node This is a built in functionality where we keep track of the last errors and all messages that were logged with the same trace id within a certain time frame

    Definition Classes
    GrpcStatusServiceStatusService
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def healthDump(request: HealthDumpRequest, responseObserver: StreamObserver[HealthDumpChunk]): Unit

    Streams back a zip file as byte chunks, containing a health dump of the full canton process (including other nodes)

    Streams back a zip file as byte chunks, containing a health dump of the full canton process (including other nodes)

    Definition Classes
    GrpcStatusServiceStatusService
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  16. val loggerFactory: NamedLoggerFactory
    Definition Classes
    GrpcStatusServiceNamedLogging
  17. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def serviceCompanion: ServiceCompanion[StatusService]
    Definition Classes
    StatusService → AbstractService
  23. def setLogLevel(request: SetLogLevelRequest): Future[SetLogLevelResponse]

    Toggle log levels

    Toggle log levels

    Definition Classes
    GrpcStatusServiceStatusService
  24. def status(request: Empty): Future[NodeStatus]
    Definition Classes
    GrpcStatusServiceStatusService
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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
    Deprecated

Inherited from NamedLogging

Inherited from StatusService

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped