Uses of Class
com.influxdb.client.domain.Cell
-
Uses of Cell in com.influxdb.client
Modifier and TypeMethodDescriptionDashboardsApi.addCell
(CreateCell createCell, Dashboard dashboard) Create a dashboard cell.DashboardsApi.addCell
(CreateCell createCell, String dashboardID) Create a dashboard cell.DashboardsApi.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).Modifier and TypeMethodDescriptionDashboardsApi.addCellView
(View view, Cell cell, Dashboard dashboard) Add the view to a cell.void
DashboardsApi.deleteCell
(Cell cell, Dashboard dashboard) Delete a dashboard cell.DashboardsApi.getCellView
(Cell cell, Dashboard dashboard) Retrieve the view for a cell in a dashboard.DashboardsApi.updateCellView
(View view, Cell cell, Dashboard dashboard) Update the view for a cell.Modifier and TypeMethodDescriptionDashboardsApi.replaceCells
(List<Cell> cells, Dashboard dashboard) Replace a dashboards cells.DashboardsApi.replaceCells
(List<Cell> cells, String dashboardID) Replace a dashboards cells. -
Uses of Cell in com.influxdb.client.domain
Modifier and TypeMethodDescription -
Uses of Cell in com.influxdb.client.service
Modifier 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.retrofit2.Call
<Cell> CellsService.postDashboardsIDCells
(String dashboardID, CreateCell createCell, String zapTraceSpan) Create a dashboard cellretrofit2.Call
<Cell> DashboardsService.postDashboardsIDCells
(String dashboardID, CreateCell createCell, String zapTraceSpan) Create a dashboard cellModifier and TypeMethodDescriptionretrofit2.Call
<Dashboard> CellsService.putDashboardsIDCells
(String dashboardID, List<Cell> cell, String zapTraceSpan) Replace cells in a dashboard Replaces all cells in a dashboard.retrofit2.Call
<Dashboard> DashboardsService.putDashboardsIDCells
(String dashboardID, List<Cell> cell, String zapTraceSpan) Replace cells in a dashboard Replaces all cells in a dashboard.