Uses of Class
com.influxdb.client.domain.CellUpdate
Packages that use CellUpdate
-
Uses of CellUpdate in com.influxdb.client
Methods in com.influxdb.client with parameters of type CellUpdateModifier and TypeMethodDescriptionDashboardsApi.updateCell
(CellUpdate cellUpdate, String cellID, String dashboardID) Update the non positional information related to a cell (because updates to a single cells positional data could cause grid conflicts). -
Uses of CellUpdate in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return CellUpdateModifier and TypeMethodDescription -
Uses of CellUpdate in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type CellUpdateModifier and TypeMethodDescriptionretrofit2.Call
<Cell> CellsService.patchDashboardsIDCellsID
(String dashboardID, String cellID, CellUpdate cellUpdate, String zapTraceSpan) Update the non-positional information related to a cell Updates the non positional information related to a cell.retrofit2.Call
<Cell> DashboardsService.patchDashboardsIDCellsID
(String dashboardID, String cellID, CellUpdate cellUpdate, String zapTraceSpan) Update the non-positional information related to a cell Updates the non positional information related to a cell.