Class CellData
java.lang.Object
io.confluent.kafkarest.entities.v3.Resource
io.confluent.kafkarest.entities.v3.CellData
public abstract class CellData
extends io.confluent.kafkarest.entities.v3.Resource
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.confluent.kafkarest.entities.v3.Resource
io.confluent.kafkarest.entities.v3.Resource.Metadata, io.confluent.kafkarest.entities.v3.Resource.Relationship -
Method Summary
Modifier and TypeMethodDescriptionstatic CellData.Builderbuilder()static CellData.BuilderfromCell(org.apache.kafka.common.message.DescribeCellsResponseData.Cell cell) fromCellList(List<org.apache.kafka.common.message.DescribeCellsResponseData.Cell> cells) abstract Integerabstract Booleanabstract bytegetState()Methods inherited from class io.confluent.kafkarest.entities.v3.Resource
getKind, getMetadata
-
Method Details
-
getCellId
-
getState
public abstract byte getState() -
getBrokers
-
getOpenForTenantAssignment
-
builder
-
fromCell
public static CellData.Builder fromCell(org.apache.kafka.common.message.DescribeCellsResponseData.Cell cell) -
fromCellList
-