Uses of Interface
org.apache.accumulo.core.spi.balancer.util.ThrottledBalancerProblemReporter.Problem
Packages that use ThrottledBalancerProblemReporter.Problem
-
Uses of ThrottledBalancerProblemReporter.Problem in org.apache.accumulo.core.spi.balancer.util
Subinterfaces of ThrottledBalancerProblemReporter.Problem in org.apache.accumulo.core.spi.balancer.utilModifier and TypeInterfaceDescriptionstatic interfaceMethods in org.apache.accumulo.core.spi.balancer.util that return ThrottledBalancerProblemReporter.ProblemModifier and TypeMethodDescriptionThrottledBalancerProblemReporter.createNoTabletServersProblem()Create a new problem reporter to indicate there are no tablet servers available and balancing could not be performed.Methods in org.apache.accumulo.core.spi.balancer.util with parameters of type ThrottledBalancerProblemReporter.ProblemModifier and TypeMethodDescriptionvoidThrottledBalancerProblemReporter.reportProblem(ThrottledBalancerProblemReporter.Problem problem) Reports a balance problem.