Class ConsumerGroupDescription
public class ConsumerGroupDescription : JVMBridgeBase<ConsumerGroupDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<ConsumerGroupDescription>ConsumerGroupDescription
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<ConsumerGroupDescription>.SExecuteWithSignature(Type, string, string, params object[])JVMBridgeBase<ConsumerGroupDescription>.SExecute<TReturn, TConverter>(Type, string, params object[])JVMBridgeBase<ConsumerGroupDescription>.IsAssignableFrom(IJavaType)JVMBridgeBase<ConsumerGroupDescription>.IsAssignableFrom<T>()JVMBridgeBase<ConsumerGroupDescription>.Execute<T>(params T[])JVMBridgeBase<ConsumerGroupDescription>.DynBridgeClazzJVMBridgeBase<ConsumerGroupDescription>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
Stringarg1
boolarg2
Collection<MemberDescription>arg3
Stringarg4
ConsumerGroupStatearg5
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
Stringarg1
boolarg2
Collection<MemberDescription>arg3
Stringarg4
ConsumerGroupStatearg5
Nodearg6
Set<AclOperation>
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
Stringarg1
boolarg2
Collection<MemberDescription>arg3
Stringarg4
GroupTypearg5
ConsumerGroupStatearg6
Nodearg7
Set<AclOperation>
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
AuthorizedOperations()
public Set<AclOperation> AuthorizedOperations()
Returns
Coordinator()
public Node Coordinator()
Returns
GroupId()
public String GroupId()
Returns
IsSimpleConsumerGroup()
public bool IsSimpleConsumerGroup()
Returns
Members()
public Collection<MemberDescription> Members()
Returns
PartitionAssignor()
public String PartitionAssignor()
Returns
State()
public ConsumerGroupState State()
Returns
Type()
public GroupType Type()