Uses of Class
com.databricks.sdk.service.compute.EventType
-
Packages that use EventType Package Description com.databricks.sdk.service.compute -
-
Uses of EventType in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return EventType Modifier and Type Method Description EventTypeClusterEvent. getType()static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.compute that return types with arguments of type EventType Modifier and Type Method Description Collection<EventType>GetEvents. getEventTypes()Methods in com.databricks.sdk.service.compute with parameters of type EventType Modifier and Type Method Description ClusterEventClusterEvent. setType(EventType typeValue)Method parameters in com.databricks.sdk.service.compute with type arguments of type EventType Modifier and Type Method Description GetEventsGetEvents. setEventTypes(Collection<EventType> eventTypes)
-