Search Results for

    Show / Hide Table of Contents

    Class DiskSegmentFactory

    Inheritance
    object
    DiskSegmentFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Segments.Disk
    Assembly: ZoneTree.dll
    Syntax
    public static class DiskSegmentFactory

    Methods

    | Improve this Doc View Source

    CreateDiskSegment<TKey, TValue>(long, ZoneTreeOptions<TKey, TValue>)

    Declaration
    public static IDiskSegment<TKey, TValue> CreateDiskSegment<TKey, TValue>(long segmentId, ZoneTreeOptions<TKey, TValue> options)
    Parameters
    Type Name Description
    long segmentId
    ZoneTreeOptions<TKey, TValue> options
    Returns
    Type Description
    IDiskSegment<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    | Improve this Doc View Source

    CreateDiskSegment<TKey, TValue>(long, ZoneTreeOptions<TKey, TValue>, IRandomAccessDevice, IRandomAccessDevice)

    Declaration
    public static IDiskSegment<TKey, TValue> CreateDiskSegment<TKey, TValue>(long segmentId, ZoneTreeOptions<TKey, TValue> options, IRandomAccessDevice dataHeaderDevice, IRandomAccessDevice dataDevice)
    Parameters
    Type Name Description
    long segmentId
    ZoneTreeOptions<TKey, TValue> options
    IRandomAccessDevice dataHeaderDevice
    IRandomAccessDevice dataDevice
    Returns
    Type Description
    IDiskSegment<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io