| Package | Description |
|---|---|
| net.snowflake.client.loader |
| Modifier and Type | Method and Description |
|---|---|
Operation |
BufferStage.getOp() |
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadResultListener.addOperationRecordCount(Operation op,
int i) |
void |
LoadResultListener.addProcessedRecordCount(Operation op,
int i) |
void |
LoadResultListener.recordProvided(Operation op,
Object[] record) |
void |
Loader.resetOperation(Operation op)
If operation is changed, previous data is committed
|
void |
StreamLoader.resetOperation(Operation op) |
| Constructor and Description |
|---|
BufferStage(StreamLoader loader,
Operation op,
long csvFileBucketSize,
long csvFileSize) |
Copyright © 2017. All rights reserved.