Uses of Class
com.influxdb.client.domain.Cell
Packages that use Cell
-
Uses of Cell in com.influxdb.client
Methods in com.influxdb.client that return CellModifier 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).Methods in com.influxdb.client with parameters of type CellModifier 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.Method parameters in com.influxdb.client with type arguments of type CellModifier 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
Subclasses of Cell in com.influxdb.client.domainMethods in com.influxdb.client.domain that return CellModifier and TypeMethodDescriptionMethods in com.influxdb.client.domain that return types with arguments of type CellMethods in com.influxdb.client.domain with parameters of type CellMethod parameters in com.influxdb.client.domain with type arguments of type Cell -
Uses of Cell in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type CellModifier 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 cellMethod parameters in com.influxdb.client.service with type arguments of type 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.