- All Known Implementing Classes:
TDBSystemInfo
public interface TDBSystemInfoMBean
Static information relating to TDB
-
Method Summary
Modifier and TypeMethodDescriptionintSize of read block cache (32 bit systems only).intSize, in bytes, of a disk blockintSize of the delayed-write block cache (32 bit systems only) (per file)intSize of Node to NodeId cache.intSize of NodeId to Node cache.intSize of NodeTable lookup miss cacheintSize of a memory-mapped file segment
-
Method Details
-
getBlockSize
int getBlockSize()Size, in bytes, of a disk block -
getSegmentSize
int getSegmentSize()Size of a memory-mapped file segment -
getNode2NodeIdCacheSize
int getNode2NodeIdCacheSize()Size of Node to NodeId cache. Used to map from Node to NodeId spaces. Used for loading and for query preparation. -
getNodeId2NodeCacheSize
int getNodeId2NodeCacheSize()Size of NodeId to Node cache. Used to map from NodeId to Node spaces. Used for retrieving results. -
getNodeMissCacheSize
int getNodeMissCacheSize()Size of NodeTable lookup miss cache -
getBlockWriteCacheSize
int getBlockWriteCacheSize()Size of the delayed-write block cache (32 bit systems only) (per file) -
getBlockReadCacheSize
int getBlockReadCacheSize()Size of read block cache (32 bit systems only). Increase JVM size as necessary. Per file.
-