Package org.apache.druid.segment.loading
Class StorageLocation.StaticStats
java.lang.Object
org.apache.druid.segment.loading.StorageLocation.StaticStats
- All Implemented Interfaces:
StorageLocationStats
- Enclosing class:
- StorageLocation
public static final class StorageLocation.StaticStats
extends Object
implements StorageLocationStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondrop(long size) longNumber of bytes dropped during the measurement periodlongNumber of drop operations during the measurement periodlongNumber of bytes loaded during the measurement periodlongNumber of load operations during the measurement periodlongCurrent number of bytes stored at the time this measurement collection was created.load(long size)
-
Constructor Details
-
StaticStats
-
-
Method Details
-
load
-
drop
-
getUsedBytes
public long getUsedBytes()Description copied from interface:StorageLocationStatsCurrent number of bytes stored at the time this measurement collection was created.- Specified by:
getUsedBytesin interfaceStorageLocationStats
-
getLoadCount
public long getLoadCount()Description copied from interface:StorageLocationStatsNumber of load operations during the measurement period- Specified by:
getLoadCountin interfaceStorageLocationStats
-
getLoadBytes
public long getLoadBytes()Description copied from interface:StorageLocationStatsNumber of bytes loaded during the measurement period- Specified by:
getLoadBytesin interfaceStorageLocationStats
-
getDropCount
public long getDropCount()Description copied from interface:StorageLocationStatsNumber of drop operations during the measurement period- Specified by:
getDropCountin interfaceStorageLocationStats
-
getDropBytes
public long getDropBytes()Description copied from interface:StorageLocationStatsNumber of bytes dropped during the measurement period- Specified by:
getDropBytesin interfaceStorageLocationStats
-