Uses of Class
org.apache.accumulo.server.mem.LowMemoryDetector.DetectionScope
-
Packages that use LowMemoryDetector.DetectionScope Package Description org.apache.accumulo.server.mem -
-
Uses of LowMemoryDetector.DetectionScope in org.apache.accumulo.server.mem
Methods in org.apache.accumulo.server.mem that return LowMemoryDetector.DetectionScope Modifier and Type Method Description static LowMemoryDetector.DetectionScopeLowMemoryDetector.DetectionScope. valueOf(String name)Returns the enum constant of this type with the specified name.static LowMemoryDetector.DetectionScope[]LowMemoryDetector.DetectionScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.server.mem with parameters of type LowMemoryDetector.DetectionScope Modifier and Type Method Description booleanLowMemoryDetector. isRunningLowOnMemory(ServerContext context, LowMemoryDetector.DetectionScope scope, Supplier<Boolean> isUserTable, LowMemoryDetector.Action action)
-