Uses of Class
io.lakefs.clients.api.model.StatsEvent
-
Packages that use StatsEvent Package Description io.lakefs.clients.api.model -
-
Uses of StatsEvent in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return StatsEvent Modifier and Type Method Description StatsEventStatsEvent. count(Integer count)StatsEventStatsEvent. name(String name)StatsEventStatsEvent. propertyClass(String propertyClass)Methods in io.lakefs.clients.api.model that return types with arguments of type StatsEvent Modifier and Type Method Description List<StatsEvent>StatsEventsList. getEvents()Get eventsMethods in io.lakefs.clients.api.model with parameters of type StatsEvent Modifier and Type Method Description StatsEventsListStatsEventsList. addEventsItem(StatsEvent eventsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type StatsEvent Modifier and Type Method Description StatsEventsListStatsEventsList. events(List<StatsEvent> events)voidStatsEventsList. setEvents(List<StatsEvent> events)
-