org.apache.accumulo.server.tabletserver
Class TabletMutations

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.TabletMutations

public class TabletMutations
extends Object


Constructor Summary
TabletMutations(int tid, int seq, List<Mutation> mutations)
           
 
Method Summary
 List<Mutation> getMutations()
           
 int getSeq()
           
 int getTid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabletMutations

public TabletMutations(int tid,
                       int seq,
                       List<Mutation> mutations)
Method Detail

getMutations

public List<Mutation> getMutations()

getTid

public int getTid()

getSeq

public int getSeq()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.