Interface MemoryStats
-
@Immutable @Enclosing public interface MemoryStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMemoryStats.Stats
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Longfailcnt()Longlimit()LongmaxUsage()MemoryStats.Statsstats()Longusage()
-
-
-
Method Detail
-
stats
MemoryStats.Stats stats()
-
maxUsage
Long maxUsage()
-
usage
Long usage()
-
failcnt
Long failcnt()
-
limit
Long limit()
-
-