| Package | Description |
|---|---|
| net.snowflake.ingest.connection |
| Modifier and Type | Method and Description |
|---|---|
static IngestStatus |
IngestStatus.findByStatusId(int statusId)
Search file Status given its id
|
IngestStatus |
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 IngestStatus
|
static 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.