Interface IAccountable
An object whose RAM usage can be computed.
@lucene.internal
Assembly: DistributedLucene.Net.dll
Syntax
public interface IAccountable
Methods
Name | Description |
---|---|
RamBytesUsed() | Return the memory usage of this object in bytes. Negative values are illegal. |