Search Results for

    Show / Hide Table of Contents

    Class NullWriteAheadLogProvider

    Inheritance
    object
    NullWriteAheadLogProvider
    Implements
    IWriteAheadLogProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.WAL
    Assembly: ZoneTree.dll
    Syntax
    public sealed class NullWriteAheadLogProvider : IWriteAheadLogProvider

    Methods

    | Improve this Doc View Source

    DropStore()

    Declaration
    public void DropStore()
    | Improve this Doc View Source

    GetOrCreateWAL<TKey, TValue>(long, string, WriteAheadLogOptions, ISerializer<TKey>, ISerializer<TValue>)

    Declaration
    public IWriteAheadLog<TKey, TValue> GetOrCreateWAL<TKey, TValue>(long segmentId, string category, WriteAheadLogOptions options, ISerializer<TKey> keySerializer, ISerializer<TValue> valueSerializer)
    Parameters
    Type Name Description
    long segmentId
    string category
    WriteAheadLogOptions options
    ISerializer<TKey> keySerializer
    ISerializer<TValue> valueSerializer
    Returns
    Type Description
    IWriteAheadLog<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    | Improve this Doc View Source

    GetWAL<TKey, TValue>(long, string)

    Declaration
    public IWriteAheadLog<TKey, TValue> GetWAL<TKey, TValue>(long segmentId, string category)
    Parameters
    Type Name Description
    long segmentId
    string category
    Returns
    Type Description
    IWriteAheadLog<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    | Improve this Doc View Source

    InitCategory(string)

    Declaration
    public void InitCategory(string category)
    Parameters
    Type Name Description
    string category
    | Improve this Doc View Source

    RemoveWAL(long, string)

    Declaration
    public bool RemoveWAL(long segmentId, string category)
    Parameters
    Type Name Description
    long segmentId
    string category
    Returns
    Type Description
    bool

    Implements

    IWriteAheadLogProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io