Show / Hide Table of Contents

    Interface IAccountable

    An object whose RAM usage can be computed.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public interface IAccountable

    Methods

    | Improve this Doc View Source

    RamBytesUsed()

    Return the memory usage of this object in bytes. Negative values are illegal.

    Declaration
    long RamBytesUsed()
    Returns
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)