Table of Contents

Class CandidateState

Namespace
Org.Apache.Kafka.Raft
Assembly
MASES.KNet.dll
public class CandidateState : EpochState, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEpochState, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<AutoCloseable>
CandidateState
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AutoCloseable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AutoCloseable>.IsAssignableFrom<T>()
JVMBridgeBase<AutoCloseable>.Execute<T>(params T[])
JVMBridgeBase<AutoCloseable>.DynBridgeClazz
JVMBridgeBase<AutoCloseable>.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

CandidateState()

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

public CandidateState()

CandidateState(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 CandidateState(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

CanGrantVote(ReplicaKey, bool)

public bool CanGrantVote(ReplicaKey arg0, bool arg1)

Parameters

arg0 ReplicaKey

ReplicaKey

arg1 bool

bool

Returns

bool

bool

Close()

public void Close()

Election()

public ElectionState Election()

Returns

ElectionState

ElectionState

Epoch()

public int Epoch()

Returns

int

int

GrantingVoters()

public Set<Integer> GrantingVoters()

Returns

Set<Integer>

Set

HasElectionTimeoutExpired(long)

public bool HasElectionTimeoutExpired(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

HighWatermark()

public Optional<LogOffsetMetadata> HighWatermark()

Returns

Optional<LogOffsetMetadata>

Optional

IsBackingOff()

public bool IsBackingOff()

Returns

bool

bool

IsBackoffComplete(long)

public bool IsBackoffComplete(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

IsVoteGranted()

public bool IsVoteGranted()

Returns

bool

bool

IsVoteRejected()

public bool IsVoteRejected()

Returns

bool

bool

LeaderEndpoints()

public Endpoints LeaderEndpoints()

Returns

Endpoints

Endpoints

LocalId()

public int LocalId()

Returns

int

int

MajoritySize()

public int MajoritySize()

Returns

int

int

Name()

public String Name()

Returns

String

String

RecordGrantedVote(int)

public bool RecordGrantedVote(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

RecordRejectedVote(int)

public bool RecordRejectedVote(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

RejectingVoters()

public Set<Integer> RejectingVoters()

Returns

Set<Integer>

Set

RemainingBackoffMs(long)

public long RemainingBackoffMs(long arg0)

Parameters

arg0 long

long

Returns

long

long

RemainingElectionTimeMs(long)

public long RemainingElectionTimeMs(long arg0)

Parameters

arg0 long

long

Returns

long

long

Retries()

public int Retries()

Returns

int

int

StartBackingOff(long, long)

public void StartBackingOff(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

UnrecordedVoters()

public Set<ReplicaKey> UnrecordedVoters()

Returns

Set<ReplicaKey>

Set