org.apache.accumulo.server.tabletserver
Class Tablet.CommitSession
java.lang.Object
org.apache.accumulo.server.tabletserver.Tablet.CommitSession
- Enclosing class:
- Tablet
public class Tablet.CommitSession
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getWALogSeq
public int getWALogSeq()
abortCommit
public void abortCommit(List<Mutation> value)
commit
public void commit(List<Mutation> mutations)
getTablet
public Tablet getTablet()
beginUpdatingLogsUsed
public boolean beginUpdatingLogsUsed(ArrayList<DfsLogger> copy,
boolean mincFinish)
finishUpdatingLogsUsed
public void finishUpdatingLogsUsed()
getLogId
public int getLogId()
getExtent
public KeyExtent getExtent()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.