Uses of Class
net.snowflake.ingest.connection.IngestStatus
-
Packages that use IngestStatus Package Description net.snowflake.ingest.connection -
-
Uses of IngestStatus in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection that return IngestStatus Modifier and Type Method Description static IngestStatus
IngestStatus. findByStatusId(int statusId)
Search file Status given its idIngestStatus
HistoryResponse.FileEntry. getStatus()
Load status for the file: LOAD_IN_PROGRESS: Part of the file has been loaded into the table, but the load process has not completed yet.static IngestStatus
IngestStatus. lookupByName(String name)
Given an enum name, find associated IngestStatusstatic IngestStatus
IngestStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static IngestStatus[]
IngestStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.ingest.connection with parameters of type IngestStatus Modifier and Type Method Description void
HistoryResponse.FileEntry. setStatus(IngestStatus status)
Load status for the file: LOAD_IN_PROGRESS: Part of the file has been loaded into the table, but the load process has not completed yet.
-