Class PartitionInfo
public class PartitionInfo : JVMBridgeBase<PartitionInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
PartitionInfo
- Implements
- Inherited Members
-
JVMBridgeBase<PartitionInfo>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<PartitionInfo>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])
Constructors
PartitionInfo()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PartitionInfo()
PartitionInfo(String, int, Node, Node[], Node[])
public PartitionInfo(String arg0, int arg1, Node arg2, Node[] arg3, Node[] arg4)
Parameters
PartitionInfo(String, int, Node, Node[], Node[], Node[])
public PartitionInfo(String arg0, int arg1, Node arg2, Node[] arg3, Node[] arg4, Node[] arg5)
Parameters
PartitionInfo(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 PartitionInfo(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
InSyncReplicas()
public Node[] InSyncReplicas()
Returns
Leader()
public Node Leader()
Returns
OfflineReplicas()
public Node[] OfflineReplicas()
Returns
Partition()
public int Partition()
Returns
Replicas()
public Node[] Replicas()
Returns
Topic()
public String Topic()