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 IngestStatusIngestStatus. findByStatusId(int statusId)Search file Status given its idIngestStatusHistoryResponse.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 IngestStatusIngestStatus. lookupByName(String name)Given an enum name, find associated IngestStatusstatic IngestStatusIngestStatus. 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 voidHistoryResponse.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.
-