Table of Contents

Class UnattachedState

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

UnattachedState()

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

public UnattachedState()

UnattachedState(Time, int, OptionalInt, Optional<ReplicaKey>, Set<Integer>, Optional<LogOffsetMetadata>, long, LogContext)

public UnattachedState(Time arg0, int arg1, OptionalInt arg2, Optional<ReplicaKey> arg3, Set<Integer> arg4, Optional<LogOffsetMetadata> arg5, long arg6, LogContext arg7)

Parameters

arg0 Time

Time

arg1 int

int

arg2 OptionalInt

OptionalInt

arg3 Optional<ReplicaKey>

Optional

arg4 Set<Integer>

Set

arg5 Optional<LogOffsetMetadata>

Optional

arg6 long

long

arg7 LogContext

LogContext

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

ElectionTimeoutMs()

public long ElectionTimeoutMs()

Returns

long

long

Epoch()

public int Epoch()

Returns

int

int

HasElectionTimeoutExpired(long)

public bool HasElectionTimeoutExpired(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

Name()

public String Name()

Returns

String

String

RemainingElectionTimeMs(long)

public long RemainingElectionTimeMs(long arg0)

Parameters

arg0 long

long

Returns

long

long

VotedKey()

public Optional<ReplicaKey> VotedKey()

Returns

Optional<ReplicaKey>

Optional