org.apache.accumulo.core.client.impl
Class TabletLocator.TabletServerMutations<T extends Mutation>

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

public static class TabletLocator.TabletServerMutations<T extends Mutation>
extends Object


Constructor Summary
TabletLocator.TabletServerMutations(String tserverSession)
           
 
Method Summary
 void addMutation(KeyExtent ke, T m)
           
 Map<KeyExtent,List<T>> 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(String tserverSession)
Method Detail

addMutation

public void addMutation(KeyExtent ke,
                        T m)

getMutations

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


Copyright © 2015 Apache Accumulo Project. All rights reserved.