Uses of Class
org.apache.accumulo.server.tabletserver.Tablet.CommitSession

Packages that use Tablet.CommitSession
org.apache.accumulo.server.tabletserver   
org.apache.accumulo.server.tabletserver.log   
 

Uses of Tablet.CommitSession in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that return Tablet.CommitSession
 Tablet.CommitSession Tablet.prepareMutationsForCommit(org.apache.accumulo.server.tabletserver.TabletServer.TservConstraintEnv cenv, List<Mutation> mutations)
           
 

Methods in org.apache.accumulo.server.tabletserver with parameters of type Tablet.CommitSession
 void Tablet.abortCommit(Tablet.CommitSession commitSession, List<Mutation> value)
           
 void Tablet.commit(Tablet.CommitSession commitSession, List<Mutation> mutations)
           
 void TabletServer.minorCompactionFinished(Tablet.CommitSession tablet, String newDatafile, int walogSeq)
           
 void TabletServer.minorCompactionStarted(Tablet.CommitSession tablet, int lastUpdateSequence, String newMapfileLocation)
           
 

Uses of Tablet.CommitSession in org.apache.accumulo.server.tabletserver.log
 

Methods in org.apache.accumulo.server.tabletserver.log with parameters of type Tablet.CommitSession
 int TabletServerLogger.defineTablet(Tablet.CommitSession commitSession)
           
 int TabletServerLogger.log(Tablet.CommitSession commitSession, int tabletSeq, Mutation m)
           
 void TabletServerLogger.minorCompactionFinished(Tablet.CommitSession commitSession, String fullyQualifiedFileName, int walogSeq)
           
 int TabletServerLogger.minorCompactionStarted(Tablet.CommitSession commitSession, int seq, String fullyQualifiedFileName)
           
 

Method parameters in org.apache.accumulo.server.tabletserver.log with type arguments of type Tablet.CommitSession
 int TabletServerLogger.logManyTablets(Map<Tablet.CommitSession,List<Mutation>> mutations)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.