Class/Object

com.youtube.vitess.proto.vtgate

ExecuteKeyspaceIdsResponse

Related Docs: object ExecuteKeyspaceIdsResponse | package vtgate

Permalink

final case class ExecuteKeyspaceIdsResponse(error: Option[RPCError] = None, session: Option[Session] = None, result: Option[QueryResult] = None) extends GeneratedMessage with Message[ExecuteKeyspaceIdsResponse] with Updatable[ExecuteKeyspaceIdsResponse] with Product with Serializable

ExecuteKeyspaceIdsResponse is the returned value from ExecuteKeyspaceIds.

error

error contains an application level error if necessary. Note the session may have changed, even when an error is returned (for instance if a database integrity error happened).

session

session is the updated session information (only returned inside a transaction).

result

result contains the query result, only set if error is unset.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ExecuteKeyspaceIdsResponse], Message[ExecuteKeyspaceIdsResponse], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecuteKeyspaceIdsResponse
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecuteKeyspaceIdsResponse(error: Option[RPCError] = None, session: Option[Session] = None, result: Option[QueryResult] = None)

    Permalink

    error

    error contains an application level error if necessary. Note the session may have changed, even when an error is returned (for instance if a database integrity error happened).

    session

    session is the updated session information (only returned inside a transaction).

    result

    result contains the query result, only set if error is unset.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearError: ExecuteKeyspaceIdsResponse

    Permalink
  6. def clearResult: ExecuteKeyspaceIdsResponse

    Permalink
  7. def clearSession: ExecuteKeyspaceIdsResponse

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def companion: ExecuteKeyspaceIdsResponse.type

    Permalink
    Definition Classes
    ExecuteKeyspaceIdsResponse → GeneratedMessage
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. val error: Option[RPCError]

    Permalink

    error contains an application level error if necessary.

    error contains an application level error if necessary. Note the session may have changed, even when an error is returned (for instance if a database integrity error happened).

  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getError: RPCError

    Permalink
  16. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    ExecuteKeyspaceIdsResponse → GeneratedMessage
  17. def getResult: QueryResult

    Permalink
  18. def getSession: Session

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mergeFrom(_input__: CodedInputStream): ExecuteKeyspaceIdsResponse

    Permalink
    Definition Classes
    ExecuteKeyspaceIdsResponse → Message
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val result: Option[QueryResult]

    Permalink

    result contains the query result, only set if error is unset.

  25. final def serializedSize: Int

    Permalink
    Definition Classes
    ExecuteKeyspaceIdsResponse → GeneratedMessage
  26. val session: Option[Session]

    Permalink

    session is the updated session information (only returned inside a transaction).

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  29. def toString(): String

    Permalink
    Definition Classes
    ExecuteKeyspaceIdsResponse → AnyRef → Any
  30. def update(ms: (Lens[ExecuteKeyspaceIdsResponse, ExecuteKeyspaceIdsResponse]) ⇒ Mutation[ExecuteKeyspaceIdsResponse]*): ExecuteKeyspaceIdsResponse

    Permalink
    Definition Classes
    Updatable
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withError(__v: RPCError): ExecuteKeyspaceIdsResponse

    Permalink
  35. def withResult(__v: QueryResult): ExecuteKeyspaceIdsResponse

    Permalink
  36. def withSession(__v: Session): ExecuteKeyspaceIdsResponse

    Permalink
  37. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  38. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    ExecuteKeyspaceIdsResponse → GeneratedMessage
  39. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[ExecuteKeyspaceIdsResponse]

Inherited from Message[ExecuteKeyspaceIdsResponse]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped