Uses of Interface
org.apache.accumulo.core.spi.balancer.data.TabletServerId
Packages that use TabletServerId
Package
Description
-
Uses of TabletServerId in org.apache.accumulo.core.spi.balancer
Methods in org.apache.accumulo.core.spi.balancer that return TabletServerIdModifier and TypeMethodDescriptionSimpleLoadBalancer.getAssignment(SortedMap<TabletServerId, TServerStatus> locations, TabletServerId last) Methods in org.apache.accumulo.core.spi.balancer that return types with arguments of type TabletServerIdModifier and TypeMethodDescriptionTabletBalancer.AssignmentParameters.currentStatus()TabletBalancer.BalanceParameters.currentStatus()protected Map<TabletId,TabletServerId> GroupBalancer.getLocationProvider()BalancerEnvironment.listTabletLocations(TableId tableId) Fetch the locations for each oftableId's tablets from the metadata table.protected Map<String,SortedMap<TabletServerId, TServerStatus>> HostRegexTableLoadBalancer.splitCurrentByRegex(SortedMap<TabletServerId, TServerStatus> current) Group the set of current tservers by pool name.TabletBalancer.AssignmentParameters.unassignedTablets()Methods in org.apache.accumulo.core.spi.balancer with parameters of type TabletServerIdModifier and TypeMethodDescriptionvoidTabletBalancer.AssignmentParameters.addAssignment(TabletId tabletId, TabletServerId tabletServerId) AssignstabletIdtotabletServerId.SimpleLoadBalancer.getAssignment(SortedMap<TabletServerId, TServerStatus> locations, TabletServerId last) protected List<TabletStatistics>HostRegexTableLoadBalancer.getOnlineTabletsForTable(TabletServerId tabletServerId, TableId tableId) protected List<TabletStatistics>SimpleLoadBalancer.getOnlineTabletsForTable(TabletServerId tabletServerId, TableId tableId) HostRegexTableLoadBalancer.getPoolNamesForHost(TabletServerId tabletServerId) Matches host against the regexes and returns the matching pool namesBalancerEnvironment.listOnlineTabletsForTable(TabletServerId tabletServerId, TableId tableId) Fetch the tablets for the given table by asking the tablet server.Method parameters in org.apache.accumulo.core.spi.balancer with type arguments of type TabletServerIdModifier 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. -
Uses of TabletServerId in org.apache.accumulo.core.spi.balancer.data
Methods in org.apache.accumulo.core.spi.balancer.data that return TabletServerIdModifier and TypeMethodDescriptionTabletMigration.getNewTabletServer()TabletMigration.getOldTabletServer()Constructors in org.apache.accumulo.core.spi.balancer.data with parameters of type TabletServerIdModifierConstructorDescriptionTabletMigration(TabletId tabletId, TabletServerId oldTabletServer, TabletServerId newTabletServer)