object transactions

Annotations
@Summary(s = "Inspect all topology transactions at once", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "All Transactions")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transactions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 authorize[M <: TopologyMappingX](txHash: TxHash, mustBeFullyAuthorized: Boolean, store: String, signedBy: Seq[Fingerprint] = Seq(instance.id.uid.namespace.fingerprint))(implicit arg0: ClassTag[M]): SignedTopologyTransactionX[TopologyChangeOpX, M]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def identity_transactions(): Seq[SignedTopologyTransactionX[TopologyChangeOpX, TopologyMappingX]]
    Annotations
    @Summary(s = "Downloads the node's topology identity transactions", flag = console.this.Help.Summary.<init>$default$2) @Description(s = "The node's identity is defined by topology transactions of type NamespaceDelegationX and OwnerToKeyMappingX.")
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def list(filterStore: String = AuthorizedStore.filterName, proposals: Boolean = false, timeQuery: TimeQueryX = TimeQueryX.HeadState, operation: Option[TopologyChangeOpX] = None, filterAuthorizedKey: Option[Fingerprint] = None, protocolVersion: Option[String] = None): StoredTopologyTransactionsX[TopologyChangeOpX, TopologyMappingX]
    Annotations
    @Summary(s = "List all transaction", flag = console.this.Help.Summary.<init>$default$2)
  14. def load(transactions: Seq[GenericSignedTopologyTransactionX], store: String): Unit
  15. def load_serialized(bytes: ByteString): Unit
    Annotations
    @Summary(s = "Upload signed topology transaction", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Topology transactions can be issued with any topology manager. In some cases, such
    |transactions need to be copied manually between nodes. This function allows for
    |uploading previously exported topology transaction into the authorized store (which is
    |the name of the topology managers transaction store."""
    )
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def sign(transactions: Seq[GenericSignedTopologyTransactionX], signedBy: Seq[Fingerprint] = Seq(instance.id.uid.namespace.fingerprint)): Seq[GenericSignedTopologyTransactionX]
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. object purge extends Helpful
    Annotations
    @Summary(s = "Manage topology transaction purging", flag = FeatureFlag.Preview) @Group(name = "Purge Topology Transactions")

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped