Packages

final case class GetImportStateResponse(status: Option[Status] = _root_.scala.None, state: ImportState = ..., rowCount: Long = 0L, idList: Seq[Long] = _root_.scala.Seq.empty, infos: Seq[KeyValuePair] = _root_.scala.Seq.empty, id: Long = 0L, dataQueryable: Boolean = false, dataIndexed: Boolean = false, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[GetImportStateResponse] with Product with Serializable

state

is this import task finished or not

rowCount

if the task is finished, this value is how many rows are imported. if the task is not finished, this value is how many rows are parsed. return 0 if failed.

idList

auto generated ids if the primary key is autoid

infos

more information about the task, progress percent, file path, failed reason, etc.

id

id of an import task

dataQueryable

A flag indicating whether import data are queryable (i.e. loaded in query nodes)

dataIndexed

A flag indicating whether import data are indexed.

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

Instance Constructors

  1. new GetImportStateResponse(status: Option[Status] = _root_.scala.None, state: ImportState = ..., rowCount: Long = 0L, idList: Seq[Long] = _root_.scala.Seq.empty, infos: Seq[KeyValuePair] = _root_.scala.Seq.empty, id: Long = 0L, dataQueryable: Boolean = false, dataIndexed: Boolean = false, unknownFields: UnknownFieldSet = ...)

    state

    is this import task finished or not

    rowCount

    if the task is finished, this value is how many rows are imported. if the task is not finished, this value is how many rows are parsed. return 0 if failed.

    idList

    auto generated ids if the primary key is autoid

    infos

    more information about the task, progress percent, file path, failed reason, etc.

    id

    id of an import task

    dataQueryable

    A flag indicating whether import data are queryable (i.e. loaded in query nodes)

    dataIndexed

    A flag indicating whether import data are indexed.

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 addAllIdList(__vs: Iterable[Long]): GetImportStateResponse
  5. def addAllInfos(__vs: Iterable[KeyValuePair]): GetImportStateResponse
  6. def addIdList(__vs: Long*): GetImportStateResponse
  7. def addInfos(__vs: KeyValuePair*): GetImportStateResponse
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearIdList: GetImportStateResponse
  10. def clearInfos: GetImportStateResponse
  11. def clearStatus: GetImportStateResponse
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def companion: GetImportStateResponse.type
    Definition Classes
    GetImportStateResponse → GeneratedMessage
  14. val dataIndexed: Boolean
  15. val dataQueryable: Boolean
  16. def discardUnknownFields: GetImportStateResponse
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    GetImportStateResponse → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    GetImportStateResponse → GeneratedMessage
  21. def getStatus: Status
  22. val id: Long
  23. val idList: Seq[Long]
  24. val infos: Seq[KeyValuePair]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val rowCount: Long
  30. def serializedSize: Int
    Definition Classes
    GetImportStateResponse → GeneratedMessage
  31. val state: ImportState
  32. val status: Option[Status]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    GetImportStateResponse → GeneratedMessage
  38. val unknownFields: UnknownFieldSet
  39. def update(ms: (Lens[GetImportStateResponse, GetImportStateResponse]) ⇒ Mutation[GetImportStateResponse]*): GetImportStateResponse
    Definition Classes
    Updatable
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withDataIndexed(__v: Boolean): GetImportStateResponse
  44. def withDataQueryable(__v: Boolean): GetImportStateResponse
  45. def withId(__v: Long): GetImportStateResponse
  46. def withIdList(__v: Seq[Long]): GetImportStateResponse
  47. def withInfos(__v: Seq[KeyValuePair]): GetImportStateResponse
  48. def withRowCount(__v: Long): GetImportStateResponse
  49. def withState(__v: ImportState): GetImportStateResponse
  50. def withStatus(__v: Status): GetImportStateResponse
  51. def withUnknownFields(__v: UnknownFieldSet): GetImportStateResponse
  52. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    GetImportStateResponse → GeneratedMessage
  54. 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

Inherited from Updatable[GetImportStateResponse]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped