Table of Contents

Class ConsumerGroupDescription

Namespace
Org.Apache.Kafka.Clients.Admin
Assembly
MASES.KNet.dll
public class ConsumerGroupDescription : JVMBridgeBase<ConsumerGroupDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
ConsumerGroupDescription
Implements
Inherited Members

Constructors

ConsumerGroupDescription()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ConsumerGroupDescription()

ConsumerGroupDescription(String, bool, Collection<MemberDescription>, String, GroupType, GroupState, Node, Set<AclOperation>, Optional<Integer>, Optional<Integer>)

public ConsumerGroupDescription(String arg0, bool arg1, Collection<MemberDescription> arg2, String arg3, GroupType arg4, GroupState arg5, Node arg6, Set<AclOperation> arg7, Optional<Integer> arg8, Optional<Integer> arg9)

Parameters

arg0 String

String

arg1 bool

bool

arg2 Collection<MemberDescription>

Collection

arg3 String

String

arg4 GroupType

GroupType

arg5 GroupState

GroupState

arg6 Node

Node

arg7 Set<AclOperation>

Set

arg8 Optional<Integer>

Optional

arg9 Optional<Integer>

Optional

ConsumerGroupDescription(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ConsumerGroupDescription(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AuthorizedOperations()

public Set<AclOperation> AuthorizedOperations()

Returns

Set<AclOperation>

Set

Coordinator()

public Node Coordinator()

Returns

Node

Node

GroupEpoch()

public Optional<Integer> GroupEpoch()

Returns

Optional<Integer>

Optional

GroupId()

public String GroupId()

Returns

String

String

GroupState()

public GroupState GroupState()

Returns

GroupState

GroupState

IsSimpleConsumerGroup()

public bool IsSimpleConsumerGroup()

Returns

bool

bool

Members()

public Collection<MemberDescription> Members()

Returns

Collection<MemberDescription>

Collection

PartitionAssignor()

public String PartitionAssignor()

Returns

String

String

TargetAssignmentEpoch()

public Optional<Integer> TargetAssignmentEpoch()

Returns

Optional<Integer>

Optional

Type()

public GroupType Type()

Returns

GroupType

GroupType