Class Disk.Metrics
- java.lang.Object
-
- org.apache.druid.java.util.metrics.cgroups.Disk.Metrics
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDiskName()longgetReadBytes()longgetReadCount()longgetWriteBytes()longgetWriteCount()inthashCode()voidsetReadBytes(long readBytes)voidsetReadCount(long readCount)voidsetWriteBytes(long writeBytes)voidsetWriteCount(long writeCount)
-
-
-
Constructor Detail
-
Metrics
public Metrics(String majorMinor)
-
-
Method Detail
-
getReadCount
public long getReadCount()
-
getWriteCount
public long getWriteCount()
-
getReadBytes
public long getReadBytes()
-
getWriteBytes
public long getWriteBytes()
-
getDiskName
public String getDiskName()
-
setReadCount
public void setReadCount(long readCount)
-
setWriteCount
public void setWriteCount(long writeCount)
-
setReadBytes
public void setReadBytes(long readBytes)
-
setWriteBytes
public void setWriteBytes(long writeBytes)
-
-