object Read
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class BaseCommand[Req, Res, Ret] extends GrpcAdminCommand[Req, Res, Ret]
- final case class ExportTopologySnapshot(observer: StreamObserver[ExportTopologySnapshotResponse], query: BaseQuery, excludeMappings: Seq[String], filterNamespace: String) extends BaseCommand[ExportTopologySnapshotRequest, CancellableContext, CancellableContext] with Product with Serializable
- final case class GenesisState(observer: StreamObserver[GenesisStateResponse], synchronizerStore: Option[Synchronizer], timestamp: Option[CantonTimestamp]) extends BaseCommand[GenesisStateRequest, CancellableContext, CancellableContext] with Product with Serializable
- final case class ListAll(query: BaseQuery, excludeMappings: Seq[String], filterNamespace: String) extends BaseCommand[ListAllRequest, ListAllResponse, GenericStoredTopologyTransactions] with Product with Serializable
- final case class ListDecentralizedNamespaceDefinition(query: BaseQuery, filterNamespace: String) extends BaseCommand[ListDecentralizedNamespaceDefinitionRequest, ListDecentralizedNamespaceDefinitionResponse, Seq[ListDecentralizedNamespaceDefinitionResult]] with Product with Serializable
- final case class ListNamespaceDelegation(query: BaseQuery, filterNamespace: String, filterTargetKey: Option[Fingerprint]) extends BaseCommand[ListNamespaceDelegationRequest, ListNamespaceDelegationResponse, Seq[ListNamespaceDelegationResult]] with Product with Serializable
- final case class ListOwnerToKeyMapping(query: BaseQuery, filterKeyOwnerType: Option[MemberCode], filterKeyOwnerUid: String) extends BaseCommand[ListOwnerToKeyMappingRequest, ListOwnerToKeyMappingResponse, Seq[ListOwnerToKeyMappingResult]] with Product with Serializable
- final case class ListParticipantSynchronizerPermission(query: BaseQuery, filterUid: String) extends BaseCommand[ListParticipantSynchronizerPermissionRequest, ListParticipantSynchronizerPermissionResponse, Seq[ListParticipantSynchronizerPermissionResult]] with Product with Serializable
- final case class ListPartyHostingLimits(query: BaseQuery, filterUid: String) extends BaseCommand[ListPartyHostingLimitsRequest, ListPartyHostingLimitsResponse, Seq[ListPartyHostingLimitsResult]] with Product with Serializable
- final case class ListPartyToKeyMapping(query: BaseQuery, filterParty: String) extends BaseCommand[ListPartyToKeyMappingRequest, ListPartyToKeyMappingResponse, Seq[ListPartyToKeyMappingResult]] with Product with Serializable
- final case class ListPartyToParticipant(query: BaseQuery, filterParty: String, filterParticipant: String) extends BaseCommand[ListPartyToParticipantRequest, ListPartyToParticipantResponse, Seq[ListPartyToParticipantResult]] with Product with Serializable
- final case class ListStores() extends BaseCommand[ListAvailableStoresRequest, ListAvailableStoresResponse, Seq[TopologyStoreId]] with Product with Serializable
- final case class ListSynchronizerTrustCertificate(query: BaseQuery, filterUid: String) extends BaseCommand[ListSynchronizerTrustCertificateRequest, ListSynchronizerTrustCertificateResponse, Seq[ListSynchronizerTrustCertificateResult]] with Product with Serializable
- final case class ListVettedPackages(query: BaseQuery, filterParticipant: String) extends BaseCommand[ListVettedPackagesRequest, ListVettedPackagesResponse, Seq[ListVettedPackagesResult]] with Product with Serializable
- final case class MediatorSynchronizerState(query: BaseQuery, filterSynchronizerId: String) extends BaseCommand[ListMediatorSynchronizerStateRequest, ListMediatorSynchronizerStateResponse, Seq[ListMediatorSynchronizerStateResult]] with Product with Serializable
- final case class PurgeTopologyTransaction(query: BaseQuery, filterSynchronizerId: String) extends BaseCommand[ListPurgeTopologyTransactionRequest, ListPurgeTopologyTransactionResponse, Seq[ListPurgeTopologyTransactionResult]] with Product with Serializable
- final case class SequencerSynchronizerState(query: BaseQuery, filterSynchronizerId: String) extends BaseCommand[ListSequencerSynchronizerStateRequest, ListSequencerSynchronizerStateResponse, Seq[ListSequencerSynchronizerStateResult]] with Product with Serializable
- final case class SynchronizerParametersState(query: BaseQuery, filterSynchronizerId: String) extends BaseCommand[ListSynchronizerParametersStateRequest, ListSynchronizerParametersStateResponse, Seq[ListSynchronizerParametersStateResult]] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])