Show / Hide Table of Contents

Struct EmptyEntry

Represents No-OP entry.

Implements
IRaftLogEntry
Log.ILogEntry
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public struct EmptyEntry : IRaftLogEntry, Log.ILogEntry

Constructors

| Improve this Doc View Source

EmptyEntry(Int64)

Initializes a new empty log entry.

Declaration
public EmptyEntry(long term)
Parameters
Type Name Description
Int64 term

The term value.

Properties

| Improve this Doc View Source

Term

Gets or sets log entry term.

Declaration
public long Term { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

Timestamp

Gets timestamp of this log entry.

Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type Description
DateTimeOffset

Implements

IRaftLogEntry
ILogEntry

Extension Methods

Sequence.Skip<TEnumerator, T>(ref TEnumerator, Int32)
ExpressionBuilder.Const<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX