Search Results for

    Show / Hide Table of Contents

    Class DiskSegmentCreator<TKey, TValue>

    Inheritance
    object
    DiskSegmentCreator<TKey, TValue>
    Implements
    IDiskSegmentCreator<TKey, TValue>
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Segments.Disk
    Assembly: ZoneTree.dll
    Syntax
    public sealed class DiskSegmentCreator<TKey, TValue> : IDiskSegmentCreator<TKey, TValue>, IDisposable
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Improve this Doc View Source

    DiskSegmentCreator(ZoneTreeOptions<TKey, TValue>, IIncrementalIdProvider)

    Declaration
    public DiskSegmentCreator(ZoneTreeOptions<TKey, TValue> options, IIncrementalIdProvider incrementalIdProvider)
    Parameters
    Type Name Description
    ZoneTreeOptions<TKey, TValue> options
    IIncrementalIdProvider incrementalIdProvider

    Properties

    | Improve this Doc View Source

    AppendedPartSegmentIds

    Declaration
    public HashSet<long> AppendedPartSegmentIds { get; }
    Property Value
    Type Description
    HashSet<long>
    | Improve this Doc View Source

    CanSkipCurrentPart

    Declaration
    public bool CanSkipCurrentPart { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    int

    Methods

    | Improve this Doc View Source

    Append(IDiskSegment<TKey, TValue>, TKey, TKey, TValue, TValue)

    Declaration
    public void Append(IDiskSegment<TKey, TValue> part, TKey key1, TKey key2, TValue value1, TValue value2)
    Parameters
    Type Name Description
    IDiskSegment<TKey, TValue> part
    TKey key1
    TKey key2
    TValue value1
    TValue value2
    | Improve this Doc View Source

    Append(TKey, TValue, IteratorPosition)

    Declaration
    public void Append(TKey key, TValue value, IteratorPosition iteratorPosition)
    Parameters
    Type Name Description
    TKey key
    TValue value
    IteratorPosition iteratorPosition
    | Improve this Doc View Source

    CreateReadOnlyDiskSegment()

    Declaration
    public IDiskSegment<TKey, TValue> CreateReadOnlyDiskSegment()
    Returns
    Type Description
    IDiskSegment<TKey, TValue>
    | Improve this Doc View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

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

    DropDiskSegment()

    Declaration
    public void DropDiskSegment()

    Implements

    IDiskSegmentCreator<TKey, TValue>
    IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io