Uses of Class
com.databricks.sdk.service.compute.ClusterEvent
-
Packages that use ClusterEvent Package Description com.databricks.sdk.service.compute -
-
Uses of ClusterEvent in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ClusterEvent Modifier and Type Method Description ClusterEventClusterEvent. setClusterId(String clusterId)ClusterEventClusterEvent. setDataPlaneEventDetails(DataPlaneEventDetails dataPlaneEventDetails)ClusterEventClusterEvent. setDetails(EventDetails details)ClusterEventClusterEvent. setTimestamp(Long timestamp)ClusterEventClusterEvent. setType(EventType typeValue)Methods in com.databricks.sdk.service.compute that return types with arguments of type ClusterEvent Modifier and Type Method Description Iterable<ClusterEvent>ClustersAPI. events(GetEvents request)List cluster activity events.Iterable<ClusterEvent>ClustersAPI. events(String clusterId)Collection<ClusterEvent>GetEventsResponse. getEvents()Method parameters in com.databricks.sdk.service.compute with type arguments of type ClusterEvent Modifier and Type Method Description GetEventsResponseGetEventsResponse. setEvents(Collection<ClusterEvent> events)
-