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
JVMBridgeBase
ConsumerGroupDescription
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ConsumerGroupDescription>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ConsumerGroupDescription>.IsAssignableFrom<T>()
JVMBridgeBase<ConsumerGroupDescription>.Execute<T>(params T[])
JVMBridgeBase<ConsumerGroupDescription>.DynBridgeClazz
JVMBridgeBase<ConsumerGroupDescription>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

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, ConsumerGroupState, Node)

public ConsumerGroupDescription(String arg0, bool arg1, Collection<MemberDescription> arg2, String arg3, ConsumerGroupState arg4, Node arg5)

Parameters

arg0 String

String

arg1 bool

bool

arg2 Collection<MemberDescription>

Collection

arg3 String

String

arg4 ConsumerGroupState

ConsumerGroupState

arg5 Node

Node

ConsumerGroupDescription(String, bool, Collection<MemberDescription>, String, ConsumerGroupState, Node, Set<AclOperation>)

public ConsumerGroupDescription(String arg0, bool arg1, Collection<MemberDescription> arg2, String arg3, ConsumerGroupState arg4, Node arg5, Set<AclOperation> arg6)

Parameters

arg0 String

String

arg1 bool

bool

arg2 Collection<MemberDescription>

Collection

arg3 String

String

arg4 ConsumerGroupState

ConsumerGroupState

arg5 Node

Node

arg6 Set<AclOperation>

Set

ConsumerGroupDescription(String, bool, Collection<MemberDescription>, String, GroupType, ConsumerGroupState, Node, Set<AclOperation>)

public ConsumerGroupDescription(String arg0, bool arg1, Collection<MemberDescription> arg2, String arg3, GroupType arg4, ConsumerGroupState arg5, Node arg6, Set<AclOperation> arg7)

Parameters

arg0 String

String

arg1 bool

bool

arg2 Collection<MemberDescription>

Collection

arg3 String

String

arg4 GroupType

GroupType

arg5 ConsumerGroupState

ConsumerGroupState

arg6 Node

Node

arg7 Set<AclOperation>

Set

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

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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

GroupId()

public String GroupId()

Returns

String

String

IsSimpleConsumerGroup()

public bool IsSimpleConsumerGroup()

Returns

bool

bool

Members()

public Collection<MemberDescription> Members()

Returns

Collection<MemberDescription>

Collection

PartitionAssignor()

public String PartitionAssignor()

Returns

String

String

State()

public ConsumerGroupState State()

Returns

ConsumerGroupState

ConsumerGroupState

Type()

public GroupType Type()

Returns

GroupType

GroupType