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

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations
Enclosing class:
TabletLocator

public static class TabletLocator.TabletServerMutations
extends Object


Constructor Summary
TabletLocator.TabletServerMutations()
           
 
Method Summary
 void addMutation(KeyExtent ke, Mutation m)
           
 Map<KeyExtent,List<Mutation>> getMutations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabletLocator.TabletServerMutations

public TabletLocator.TabletServerMutations()
Method Detail

addMutation

public void addMutation(KeyExtent ke,
                        Mutation m)

getMutations

public Map<KeyExtent,List<Mutation>> getMutations()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.