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()
- Alphabetic
- By Inheritance
- GetImportStateResponse
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
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
- def addAllIdList(__vs: Iterable[Long]): GetImportStateResponse
- def addAllInfos(__vs: Iterable[KeyValuePair]): GetImportStateResponse
- def addIdList(__vs: Long*): GetImportStateResponse
- def addInfos(__vs: KeyValuePair*): GetImportStateResponse
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearIdList: GetImportStateResponse
- def clearInfos: GetImportStateResponse
- def clearStatus: GetImportStateResponse
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: GetImportStateResponse.type
- Definition Classes
- GetImportStateResponse → GeneratedMessage
- val dataIndexed: Boolean
- val dataQueryable: Boolean
- def discardUnknownFields: GetImportStateResponse
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- GetImportStateResponse → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- GetImportStateResponse → GeneratedMessage
- def getStatus: Status
- val id: Long
- val idList: Seq[Long]
- val infos: Seq[KeyValuePair]
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val rowCount: Long
-
def
serializedSize: Int
- Definition Classes
- GetImportStateResponse → GeneratedMessage
- val state: ImportState
- val status: Option[Status]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- GetImportStateResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[GetImportStateResponse, GetImportStateResponse]) ⇒ Mutation[GetImportStateResponse]*): GetImportStateResponse
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withDataIndexed(__v: Boolean): GetImportStateResponse
- def withDataQueryable(__v: Boolean): GetImportStateResponse
- def withId(__v: Long): GetImportStateResponse
- def withIdList(__v: Seq[Long]): GetImportStateResponse
- def withInfos(__v: Seq[KeyValuePair]): GetImportStateResponse
- def withRowCount(__v: Long): GetImportStateResponse
- def withState(__v: ImportState): GetImportStateResponse
- def withStatus(__v: Status): GetImportStateResponse
- def withUnknownFields(__v: UnknownFieldSet): GetImportStateResponse
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- GetImportStateResponse → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated