Uses of Class
org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations

Packages that use TabletLocator.TabletServerMutations
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
 

Uses of TabletLocator.TabletServerMutations in org.apache.accumulo.core.client.impl
 

Method parameters in org.apache.accumulo.core.client.impl with type arguments of type TabletLocator.TabletServerMutations
 void TabletLocatorImpl.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
abstract  void TabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 void RootTabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 void TabletServerBatchWriter.updateBinningStats(int count, long time, Map<String,TabletLocator.TabletServerMutations> binnedMutations)
           
 

Uses of TabletLocator.TabletServerMutations in org.apache.accumulo.core.client.mock
 

Method parameters in org.apache.accumulo.core.client.mock with type arguments of type TabletLocator.TabletServerMutations
 void MockTabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 



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