Uses of Enum
com.databricks.jdbc.model.telemetry.enums.DriverVolumeOperationType
Packages that use DriverVolumeOperationType
-
Uses of DriverVolumeOperationType in com.databricks.jdbc.model.telemetry
Methods in com.databricks.jdbc.model.telemetry with parameters of type DriverVolumeOperationTypeModifier and TypeMethodDescriptionDriverVolumeOperation.setVolumeOperationType(DriverVolumeOperationType volumeOperationType) -
Uses of DriverVolumeOperationType in com.databricks.jdbc.model.telemetry.enums
Subclasses with type arguments of type DriverVolumeOperationType in com.databricks.jdbc.model.telemetry.enumsMethods in com.databricks.jdbc.model.telemetry.enums that return DriverVolumeOperationTypeModifier and TypeMethodDescriptionstatic DriverVolumeOperationTypeReturns 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.