public class HGStats extends Object
This is a singleton HyperGraph
managed atom that the system
uses to collect global statistics about the HyperGraph instance. Such statistics
are mainly used during query and storage optimization, and for the management of the
lifetime of HGManagedAtom
instances.
Constructor and Description |
---|
HGStats() |
Modifier and Type | Method and Description |
---|---|
void |
atomAccessed() |
long |
getLastAccessTime() |
long |
getRetrievalCount() |
void |
setLastAccessTime(long lastAccessTime) |
void |
setRetrievalCount(long retrievalCount) |
public final void atomAccessed()
public final long getLastAccessTime()
public final void setLastAccessTime(long lastAccessTime)
public final long getRetrievalCount()
public final void setRetrievalCount(long retrievalCount)
Copyright © 2015. All rights reserved.