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 java.util.List<TabletMigration> TabletBalancer.checkMigrationSanity(java.util.Set<TServerInstance> current, java.util.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(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Set<KeyExtent> migrations, java.util.List<TabletMigration> migrationsOut)
          Ask the balancer if any migrations are necessary.
 long TableLoadBalancer.balance(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Set<KeyExtent> migrations, java.util.List<TabletMigration> migrationsOut)
           
 long DefaultLoadBalancer.balance(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Set<KeyExtent> migrations, java.util.List<TabletMigration> migrationsOut)
           
static java.util.List<TabletMigration> TabletBalancer.checkMigrationSanity(java.util.Set<TServerInstance> current, java.util.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(java.util.Map<TServerInstance,TabletServerStatus> current, java.util.List<TabletMigration> result)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.