Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IAccountable

    An object whose RAM usage can be computed.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    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 © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.