Uses of Class
org.apache.accumulo.server.master.state.TabletMigration

Packages that use TabletMigration
org.apache.accumulo.server.master.balancer   
 

Uses of TabletMigration in org.apache.accumulo.server.master.balancer
 

Methods in org.apache.accumulo.server.master.balancer that return types with arguments of type TabletMigration
static List<TabletMigration> TabletBalancer.checkMigrationSanity(Set<TServerInstance> current, List<TabletMigration> migrations)
          Utility to ensure that the migrations from balance() are consistent: Tablet objects are not null Source and destination tablet servers are not null and current
 

Method parameters in org.apache.accumulo.server.master.balancer with type arguments of type TabletMigration
abstract  long TabletBalancer.balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
          Ask the balancer if any migrations are necessary.
 long TableLoadBalancer.balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
           
 long ChaoticLoadBalancer.balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
          Will balance randomly, maintaining distribution
 long DefaultLoadBalancer.balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
           
static List<TabletMigration> TabletBalancer.checkMigrationSanity(Set<TServerInstance> current, List<TabletMigration> migrations)
          Utility to ensure that the migrations from balance() are consistent: Tablet objects are not null Source and destination tablet servers are not null and current
 boolean DefaultLoadBalancer.getMigrations(Map<TServerInstance,TabletServerStatus> current, List<TabletMigration> result)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.