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 OperationOperation. 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 voidLoadResultListener. addOperationRecordCount(Operation op, int i)voidLoadResultListener. addProcessedRecordCount(Operation op, int i)voidLoadResultListener. recordProvided(Operation op, Object[] record)voidLoader. resetOperation(Operation op)If operation is changed, previous data is committedvoidStreamLoader. resetOperation(Operation op)
-