Packages

package services

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. services
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package admin
  2. package command
  3. package tracking

Type Members

  1. final class ApiCommandCompletionService extends CommandCompletionService with StreamingServiceLifecycleManagement with NamedLogging
  2. class ApiCommandService extends CommandService with GrpcApiService with ProxyCloseable with NamedLogging
  3. final class ApiCommandSubmissionService extends CommandSubmissionService with AutoCloseable with NamedLogging
  4. final class ApiEventQueryService extends EventQueryService with GrpcApiService with NamedLogging
  5. class ApiInteractiveSubmissionService extends InteractiveSubmissionService with GrpcApiService with NamedLogging
  6. final class ApiStateService extends StateService with StreamingServiceLifecycleManagement with GrpcApiService with NamedLogging
  7. final class ApiUpdateService extends UpdateService with StreamingServiceLifecycleManagement with NamedLogging
    Annotations
    @nowarn()
  8. sealed abstract class ErrorCause extends Product with Serializable
  9. sealed abstract class TimeProviderType extends Product with Serializable

Value Members

  1. def getAnnotatedCommandTraceContext(commands: Option[Commands], telemetry: Telemetry): TraceContext
  2. def getAnnotatedReassignmentCommandTraceContext(commands: Option[ReassignmentCommands], telemetry: Telemetry): TraceContext
  3. def getExecuteRequestTraceContext(userId: String, commandId: Option[String], actAs: Seq[String], telemetry: Telemetry): TraceContext
  4. def getPrepareRequestTraceContext(userId: String, commandId: String, actAs: Seq[String], telemetry: Telemetry): TraceContext
  5. object ErrorCause extends Serializable
  6. object RejectionGenerators
  7. object StreamMetrics
  8. object TimeProviderType extends Serializable
  9. object VersionFile

Inherited from AnyRef

Inherited from Any

Ungrouped