Interface for a service object that exposes information about the Persistit environment. With this public API, embedding applications can query performance metrics and resources within Persistit that are not exposed by the normal access methods. For example, this class provides methods that enumerate the volumes currently mounted, the size and effectiveness of buffer pool components, and many other items that may be useful in tuning and managing Persistit.
Methods of this class are exposed via RMI (Remote Method Invocation) to permit management tools to operate remotely. For example, the AdminUI tool can connect to a running Persistit instance via RMI. Most of the information available on this interface is also accessible through JMX MXBeans.
@version 1.0