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