Table of Contents

Class FollowerState

Namespace
Org.Apache.Kafka.Raft
Assembly
MASES.KNet.dll
public class FollowerState : EpochState, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEpochState, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<AutoCloseable>
FollowerState
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

FollowerState()

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

public FollowerState()

FollowerState(Time, int, int, Endpoints, Set<Integer>, Optional<LogOffsetMetadata>, int, LogContext)

public FollowerState(Time arg0, int arg1, int arg2, Endpoints arg3, Set<Integer> arg4, Optional<LogOffsetMetadata> arg5, int arg6, LogContext arg7)

Parameters

arg0 Time

Time

arg1 int

int

arg2 int

int

arg3 Endpoints

Endpoints

arg4 Set<Integer>

Set

arg5 Optional<LogOffsetMetadata>

Optional

arg6 int

int

arg7 LogContext

LogContext

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

FetchingSnapshot()

public Optional<RawSnapshotWriter> FetchingSnapshot()

Returns

Optional<RawSnapshotWriter>

Optional

HasFetchTimeoutExpired(long)

public bool HasFetchTimeoutExpired(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

HasUpdateVoterPeriodExpired(long)

public bool HasUpdateVoterPeriodExpired(long arg0)

Parameters

arg0 long

long

Returns

bool

bool

HighWatermark()

public Optional<LogOffsetMetadata> HighWatermark()

Returns

Optional<LogOffsetMetadata>

Optional

LeaderEndpoints()

public Endpoints LeaderEndpoints()

Returns

Endpoints

Endpoints

LeaderId()

public int LeaderId()

Returns

int

int

Name()

public String Name()

Returns

String

String

OverrideFetchTimeout(long, long)

public void OverrideFetchTimeout(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

RemainingFetchTimeMs(long)

public long RemainingFetchTimeMs(long arg0)

Parameters

arg0 long

long

Returns

long

long

RemainingUpdateVoterPeriodMs(long)

public long RemainingUpdateVoterPeriodMs(long arg0)

Parameters

arg0 long

long

Returns

long

long

ResetFetchTimeout(long)

public void ResetFetchTimeout(long arg0)

Parameters

arg0 long

long

ResetUpdateVoterPeriod(long)

public void ResetUpdateVoterPeriod(long arg0)

Parameters

arg0 long

long

SetFetchingSnapshot(Optional<RawSnapshotWriter>)

public void SetFetchingSnapshot(Optional<RawSnapshotWriter> arg0)

Parameters

arg0 Optional<RawSnapshotWriter>

Optional

UpdateHighWatermark(OptionalLong)

public bool UpdateHighWatermark(OptionalLong arg0)

Parameters

arg0 OptionalLong

OptionalLong

Returns

bool

bool