org.apache.accumulo.server.tabletserver
Class TabletMutations
java.lang.Object
org.apache.accumulo.server.tabletserver.TabletMutations
public class TabletMutations
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabletMutations
public TabletMutations(int tid,
int seq,
List<Mutation> mutations)
getMutations
public List<Mutation> getMutations()
getTid
public int getTid()
getSeq
public int getSeq()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.