Uses of Class
io.lakefs.clients.api.model.StatsEventsList
-
Packages that use StatsEventsList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of StatsEventsList in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type StatsEventsList Modifier and Type Method Description voidInternalApi. postStatsEvents(StatsEventsList statsEventsList)post stats events, this endpoint is meant for internal use onlyokhttp3.CallInternalApi. postStatsEventsAsync(StatsEventsList statsEventsList, ApiCallback<Void> _callback)post stats events, this endpoint is meant for internal use only (asynchronously)okhttp3.CallInternalApi. postStatsEventsCall(StatsEventsList statsEventsList, ApiCallback _callback)Build call for postStatsEventsApiResponse<Void>InternalApi. postStatsEventsWithHttpInfo(StatsEventsList statsEventsList)post stats events, this endpoint is meant for internal use only -
Uses of StatsEventsList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return StatsEventsList Modifier and Type Method Description StatsEventsListStatsEventsList. addEventsItem(StatsEvent eventsItem)StatsEventsListStatsEventsList. events(List<StatsEvent> events)
-