Uses of Class
net.snowflake.client.loader.BufferStage.State
-
Packages that use BufferStage.State Package Description net.snowflake.client.loader -
-
Uses of BufferStage.State in net.snowflake.client.loader
Methods in net.snowflake.client.loader that return BufferStage.State Modifier and Type Method Description BufferStage.StateBufferStage. state()static BufferStage.StateBufferStage.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BufferStage.State[]BufferStage.State. 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 BufferStage.State Modifier and Type Method Description voidBufferStage. setState(BufferStage.State state)
-