Package org.apache.kafka.clients.admin
Class StreamsGroupDescription
java.lang.Object
org.apache.kafka.clients.admin.StreamsGroupDescription
A detailed description of a single streams group in the cluster.
-
Constructor Summary
ConstructorsConstructorDescriptionStreamsGroupDescription
(String groupId, int groupEpoch, int targetAssignmentEpoch, int topologyEpoch, Collection<StreamsGroupSubtopologyDescription> subtopologies, Collection<StreamsGroupMemberDescription> members, GroupState groupState, Node coordinator, Set<AclOperation> authorizedOperations) -
Method Summary
Modifier and TypeMethodDescriptionauthorizedOperations for this group, or null if that information is not known.The group coordinator, or null if the coordinator is not known.boolean
int
The epoch of the consumer group.groupId()
The id of the streams group.The state of the streams group, or UNKNOWN if the state is too new for us to parse.int
hashCode()
members()
A list of the members of the streams group.A list of the subtopologies in the streams group.int
The epoch of the target assignment.int
The epoch of the currently used topology.toString()
-
Constructor Details
-
StreamsGroupDescription
public StreamsGroupDescription(String groupId, int groupEpoch, int targetAssignmentEpoch, int topologyEpoch, Collection<StreamsGroupSubtopologyDescription> subtopologies, Collection<StreamsGroupMemberDescription> members, GroupState groupState, Node coordinator, Set<AclOperation> authorizedOperations)
-
-
Method Details
-
groupId
The id of the streams group. -
groupEpoch
public int groupEpoch()The epoch of the consumer group. -
targetAssignmentEpoch
public int targetAssignmentEpoch()The epoch of the target assignment. -
topologyEpoch
public int topologyEpoch()The epoch of the currently used topology. -
members
A list of the members of the streams group. -
subtopologies
A list of the subtopologies in the streams group. -
groupState
The state of the streams group, or UNKNOWN if the state is too new for us to parse. -
coordinator
The group coordinator, or null if the coordinator is not known. -
authorizedOperations
authorizedOperations for this group, or null if that information is not known. -
equals
-
hashCode
public int hashCode() -
toString
-