Package io.trino.hdfs
Class CallStats
java.lang.Object
io.trino.hdfs.CallStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.airlift.stats.CounterStatio.airlift.stats.CounterStatio.airlift.stats.TimeStatgetTime()io.airlift.stats.CounterStatio.airlift.stats.CounterStatvoidnewCall()voidrecordException(Exception exception) io.airlift.stats.TimeStat.BlockTimertime()
-
Constructor Details
-
CallStats
public CallStats()
-
-
Method Details
-
time
public io.airlift.stats.TimeStat.BlockTimer time() -
recordException
-
getTotalCalls
public io.airlift.stats.CounterStat getTotalCalls() -
getTotalFailures
public io.airlift.stats.CounterStat getTotalFailures() -
getIoExceptions
public io.airlift.stats.CounterStat getIoExceptions() -
getFileNotFoundExceptions
public io.airlift.stats.CounterStat getFileNotFoundExceptions() -
getTime
public io.airlift.stats.TimeStat getTime() -
newCall
public void newCall()
-