Uses of Interface
org.apache.accumulo.core.spi.balancer.data.TServerStatus
Packages that use TServerStatus
-
Uses of TServerStatus in org.apache.accumulo.core.spi.balancer
Methods in org.apache.accumulo.core.spi.balancer that return types with arguments of type TServerStatusModifier and TypeMethodDescriptionTabletBalancer.AssignmentParameters.currentStatus()TabletBalancer.BalanceParameters.currentStatus()protected Map<String,SortedMap<TabletServerId, TServerStatus>> HostRegexTableLoadBalancer.splitCurrentByRegex(SortedMap<TabletServerId, TServerStatus> current) Group the set of current tservers by pool name.Method parameters in org.apache.accumulo.core.spi.balancer with type arguments of type TServerStatusModifier and TypeMethodDescriptionSimpleLoadBalancer.getAssignment(SortedMap<TabletServerId, TServerStatus> locations, TabletServerId last) booleanSimpleLoadBalancer.getMigrations(Map<TabletServerId, TServerStatus> current, List<TabletMigration> result) protected booleanGroupBalancer.shouldBalance(SortedMap<TabletServerId, TServerStatus> current, Set<TabletId> migrations) protected Map<String,SortedMap<TabletServerId, TServerStatus>> HostRegexTableLoadBalancer.splitCurrentByRegex(SortedMap<TabletServerId, TServerStatus> current) Group the set of current tservers by pool name.