Uses of Class
com.databricks.jdbc.model.telemetry.enums.DriverVolumeOperationType
-
Packages that use DriverVolumeOperationType Package Description com.databricks.jdbc.model.telemetry com.databricks.jdbc.model.telemetry.enums -
-
Uses of DriverVolumeOperationType in com.databricks.jdbc.model.telemetry
Methods in com.databricks.jdbc.model.telemetry with parameters of type DriverVolumeOperationType Modifier and Type Method Description DriverVolumeOperationDriverVolumeOperation. setVolumeOperationType(DriverVolumeOperationType volumeOperationType) -
Uses of DriverVolumeOperationType in com.databricks.jdbc.model.telemetry.enums
Methods in com.databricks.jdbc.model.telemetry.enums that return DriverVolumeOperationType Modifier and Type Method Description static DriverVolumeOperationTypeDriverVolumeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DriverVolumeOperationType[]DriverVolumeOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-