Delegate WriteAheadLogEntryReader.LogEntryDeserializerDelegate<TKey, TValue, TLogEntry>
Namespace: Tenray.ZoneTree.WAL
Assembly: ZoneTree.dll
Syntax
public delegate (bool isValid, TKey key, TValue value, long opIndex) WriteAheadLogEntryReader.LogEntryDeserializerDelegate<TKey, TValue, TLogEntry>(in TLogEntry logEntry)
Parameters
Type | Name | Description |
---|---|---|
TLogEntry | logEntry |
Returns
Type | Description |
---|---|
(bool isValid, TKey key, TValue value, long opIndex) |
Type Parameters
Name | Description |
---|---|
TKey | |
TValue | |
TLogEntry |