Packages

final case class AddTransactionsRequest(transactions: Seq[SignedTopologyTransaction], forceChanges: Seq[ForceFlag], store: Option[StoreId], waitToBecomeEffective: Option[Duration]) extends GeneratedMessage with Updatable[AddTransactionsRequest] with Product with Serializable

transactions

* The transactions that should be added to the target store as indicated by the parameter store.

forceChanges

* Force specific changes even if dangerous

store

* The store that is used as the underlying source for executing this request. If store is a synchronizers store, the resulting topology transaction will only be available on the respective synchronizers. If store is the authorized store, the resulting topology transaction may or may not be synchronized automatically to all synchronizers that the node is currently connected to or will be connected to in the future. Selecting a specific synchronizers store might be necessary, if the transaction to authorize by hash or the previous generation of the submitted proposal is only available on the synchronizers store and not in the authorized store.

waitToBecomeEffective

* Optional timeout to wait for the transaction to become effective in the store.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddTransactionsRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AddTransactionsRequest(transactions: Seq[SignedTopologyTransaction], forceChanges: Seq[ForceFlag], store: Option[StoreId], waitToBecomeEffective: Option[Duration])

    transactions

    * The transactions that should be added to the target store as indicated by the parameter store.

    forceChanges

    * Force specific changes even if dangerous

    store

    * The store that is used as the underlying source for executing this request. If store is a synchronizers store, the resulting topology transaction will only be available on the respective synchronizers. If store is the authorized store, the resulting topology transaction may or may not be synchronized automatically to all synchronizers that the node is currently connected to or will be connected to in the future. Selecting a specific synchronizers store might be necessary, if the transaction to authorize by hash or the previous generation of the submitted proposal is only available on the synchronizers store and not in the authorized store.

    waitToBecomeEffective

    * Optional timeout to wait for the transaction to become effective in the store.

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. def addAllForceChanges(__vs: Iterable[ForceFlag]): AddTransactionsRequest
  5. def addAllTransactions(__vs: Iterable[SignedTopologyTransaction]): AddTransactionsRequest
  6. def addForceChanges(__vs: ForceFlag*): AddTransactionsRequest
  7. def addTransactions(__vs: SignedTopologyTransaction*): AddTransactionsRequest
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearForceChanges: AddTransactionsRequest
  10. def clearStore: AddTransactionsRequest
  11. def clearTransactions: AddTransactionsRequest
  12. def clearWaitToBecomeEffective: AddTransactionsRequest
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. def companion: AddTransactionsRequest.type
    Definition Classes
    AddTransactionsRequest → GeneratedMessage
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val forceChanges: Seq[ForceFlag]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AddTransactionsRequest → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AddTransactionsRequest → GeneratedMessage
  20. def getStore: StoreId
  21. def getWaitToBecomeEffective: Duration
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def serializedSize: Int
    Definition Classes
    AddTransactionsRequest → GeneratedMessage
  28. val store: Option[StoreId]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    AddTransactionsRequest → GeneratedMessage
  34. val transactions: Seq[SignedTopologyTransaction]
  35. def update(ms: (Lens[AddTransactionsRequest, AddTransactionsRequest]) => Mutation[AddTransactionsRequest]*): AddTransactionsRequest
    Definition Classes
    Updatable
  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]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. val waitToBecomeEffective: Option[Duration]
  40. def withForceChanges(__v: Seq[ForceFlag]): AddTransactionsRequest
  41. def withStore(__v: StoreId): AddTransactionsRequest
  42. def withTransactions(__v: Seq[SignedTopologyTransaction]): AddTransactionsRequest
  43. def withWaitToBecomeEffective(__v: Duration): AddTransactionsRequest
  44. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    AddTransactionsRequest → GeneratedMessage
  46. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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 GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped