BlockStats

com.netflix.atlas.core.model.BlockStats
object BlockStats

Helper for tracking the number and amount of memory block data is using.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BlockStats.type

Members list

Value members

Concrete methods

def clear(): Unit
def dec(block: Block): Unit

Decrement stats when a block is deleted and no longer being used.

Decrement stats when a block is deleted and no longer being used.

Attributes

def inc(block: Block): Unit

Increment stats when a new block is created.

Increment stats when a new block is created.

Attributes

def overallBytes: Long
def overallCount: Int
def resize(block: Block, before: Long, after: Long): Unit

Decrement stats when a block is deleted and no longer being used.

Decrement stats when a block is deleted and no longer being used.

Attributes