Show / Hide Table of Contents

    Class MMapDirectory.MMapIndexInput

    Inheritance
    System.Object
    DataInput
    IndexInput
    ByteBufferIndexInput
    MMapDirectory.MMapIndexInput
    Implements
    IDisposable
    Inherited Members
    ByteBufferIndexInput.ReadByte()
    ByteBufferIndexInput.ReadBytes(Byte[], Int32, Int32)
    ByteBufferIndexInput.ReadInt16()
    ByteBufferIndexInput.ReadInt32()
    ByteBufferIndexInput.ReadInt64()
    ByteBufferIndexInput.GetFilePointer()
    ByteBufferIndexInput.Seek(Int64)
    ByteBufferIndexInput.Length
    ByteBufferIndexInput.Clone()
    ByteBufferIndexInput.Slice(String, Int64, Int64)
    ByteBufferIndexInput.ToString()
    IndexInput.Dispose()
    DataInput.ReadBytes(Byte[], Int32, Int32, Boolean)
    DataInput.ReadVInt32()
    DataInput.ReadVInt64()
    DataInput.ReadString()
    DataInput.ReadStringStringMap()
    DataInput.ReadStringSet()
    DataInput.SkipBytes(Int64)
    Namespace: Lucene.Net.Store
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class MMapIndexInput : ByteBufferIndexInput, IDisposable

    Methods

    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override sealed void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    ByteBufferIndexInput.Dispose(Boolean)
    | Improve this Doc View Source

    FreeBuffer(ByteBuffer)

    Try to unmap the buffer, this method silently fails if no support for that in the runtime. On Windows, this leads to the fact, that mmapped files cannot be modified or deleted.

    Declaration
    protected override void FreeBuffer(ByteBuffer buffer)
    Parameters
    Type Name Description
    ByteBuffer buffer
    Overrides
    ByteBufferIndexInput.FreeBuffer(ByteBuffer)

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)