Class ConsumerGroupDescription
public class ConsumerGroupDescription : JVMBridgeBase<ConsumerGroupDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ConsumerGroupDescription
- Implements
- Inherited Members
-
JVMBridgeBase<ConsumerGroupDescription>.SExecuteWithSignature(Type, string, string, params object[])JVMBridgeBase<ConsumerGroupDescription>.SExecute<TReturn, TConverter>(Type, string, params object[])
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
Stringarg1
boolarg2
Collection<MemberDescription>arg3
Stringarg4
GroupTypearg5
GroupStatearg6
Nodearg7
Set<AclOperation>arg8
Optional<Integer>arg9
Optional<Integer>
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
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
AuthorizedOperations()
public Set<AclOperation> AuthorizedOperations()
Returns
Coordinator()
public Node Coordinator()
Returns
GroupEpoch()
public Optional<Integer> GroupEpoch()
Returns
GroupId()
public String GroupId()
Returns
GroupState()
public GroupState GroupState()
Returns
IsSimpleConsumerGroup()
public bool IsSimpleConsumerGroup()
Returns
Members()
public Collection<MemberDescription> Members()
Returns
PartitionAssignor()
public String PartitionAssignor()
Returns
TargetAssignmentEpoch()
public Optional<Integer> TargetAssignmentEpoch()
Returns
Type()
public GroupType Type()