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
RamBytesUsed()
Return the memory usage of this object in bytes. Negative values are illegal.
Declaration
long RamBytesUsed()
Returns
Type | Description |
---|---|
long |