pub const JVM_BUFFER_POOL_NAME: &str = "jvm.buffer.pool.name";
Expand description
Name of the buffer pool.
§Notes
Pool names are generally obtained via BufferPoolMXBean#getName().
§Examples
"mapped"
"direct"
pub const JVM_BUFFER_POOL_NAME: &str = "jvm.buffer.pool.name";
Name of the buffer pool.
Pool names are generally obtained via BufferPoolMXBean#getName().
"mapped"
"direct"