Uses of Class
net.snowflake.client.loader.Operation
-
Packages that use Operation Package Description net.snowflake.client.loader -
-
Uses of Operation in net.snowflake.client.loader
Methods in net.snowflake.client.loader that return Operation Modifier and Type Method Description 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.Methods in net.snowflake.client.loader with parameters of type Operation Modifier and Type Method 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 committedvoid
StreamLoader. resetOperation(Operation op)
-