Class StreamsGroupData
java.lang.Object
io.confluent.kafkarest.entities.v3.Resource
io.confluent.kafkarest.entities.v3.StreamsGroupData
public abstract class StreamsGroupData
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 StreamsGroupData.Builderbuilder()static StreamsGroupDatafromJson(String kind, io.confluent.kafkarest.entities.v3.Resource.Metadata metadata, String clusterId, String streamsGroupId, StreamsGroup.State state, io.confluent.kafkarest.entities.v3.Resource.Relationship members, int memberCount, int groupEpoch, int targetAssignmentEpoch, int topologyEpoch, io.confluent.kafkarest.entities.v3.Resource.Relationship subtopologies, int subtopologyCount) static StreamsGroupData.BuilderfromStreamsGroup(StreamsGroup streamsGroup) abstract Stringabstract intabstract intabstract io.confluent.kafkarest.entities.v3.Resource.Relationshipabstract StreamsGroup.StategetState()abstract Stringabstract io.confluent.kafkarest.entities.v3.Resource.Relationshipabstract intabstract intabstract intMethods inherited from class io.confluent.kafkarest.entities.v3.Resource
getKind, getMetadata
-
Method Details
-
getClusterId
-
getStreamsGroupId
-
getState
-
getMembers
public abstract io.confluent.kafkarest.entities.v3.Resource.Relationship getMembers() -
getMemberCount
public abstract int getMemberCount() -
getGroupEpoch
public abstract int getGroupEpoch() -
getTargetAssignmentEpoch
public abstract int getTargetAssignmentEpoch() -
getTopologyEpoch
public abstract int getTopologyEpoch() -
getSubtopologies
public abstract io.confluent.kafkarest.entities.v3.Resource.Relationship getSubtopologies() -
getSubtopologyCount
public abstract int getSubtopologyCount() -
builder
-
fromStreamsGroup
-
fromJson
public static StreamsGroupData fromJson(String kind, io.confluent.kafkarest.entities.v3.Resource.Metadata metadata, String clusterId, String streamsGroupId, StreamsGroup.State state, io.confluent.kafkarest.entities.v3.Resource.Relationship members, int memberCount, int groupEpoch, int targetAssignmentEpoch, int topologyEpoch, io.confluent.kafkarest.entities.v3.Resource.Relationship subtopologies, int subtopologyCount)
-