Package org.apache.cassandra.metrics
Class BufferPoolMetrics
java.lang.Object
org.apache.cassandra.metrics.BufferPoolMetrics
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.codahale.metrics.Gauge<Long>Total threshold for a certain type of buffer poolfinal com.codahale.metrics.MeterTotal number of hitsfinal com.codahale.metrics.MeterTotal number of missesfinal com.codahale.metrics.Gauge<Long>Total size, in bytes, of direct or heap buffers allocated by the pool but not part of the pool either because they are too large to fit or because the pool has exceeded its maximum limit or because it's on-heap allocation.final com.codahale.metrics.Gauge<Long>Total size of buffer pools, in bytes, including overflow allocationfinal com.codahale.metrics.Gauge<Long>Total size, in bytes, of active buffered being used from the pool currently + overflow -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hits
public final com.codahale.metrics.Meter hitsTotal number of hits -
misses
public final com.codahale.metrics.Meter missesTotal number of misses -
capacity
Total threshold for a certain type of buffer pool -
size
Total size of buffer pools, in bytes, including overflow allocation -
usedSize
Total size, in bytes, of active buffered being used from the pool currently + overflow -
overflowSize
Total size, in bytes, of direct or heap buffers allocated by the pool but not part of the pool either because they are too large to fit or because the pool has exceeded its maximum limit or because it's on-heap allocation.
-
-
Constructor Details
-
BufferPoolMetrics
-