Uses of Class
org.apache.accumulo.tserver.tablet.CommitSession
-
Packages that use CommitSession Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.log org.apache.accumulo.tserver.tablet -
-
Uses of CommitSession in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver with parameters of type CommitSession Modifier and Type Method Description voidTabletServer. minorCompactionFinished(CommitSession tablet, long walogSeq)voidTabletServer. minorCompactionStarted(CommitSession tablet, long lastUpdateSequence, String newMapfileLocation)Constructors in org.apache.accumulo.tserver with parameters of type CommitSession Constructor Description TabletMutations(CommitSession commitSession, List<Mutation> mutations, Durability durability)TConstraintViolationException(Violations violations, List<Mutation> violators, List<Mutation> nonViolators, CommitSession commitSession) -
Uses of CommitSession in org.apache.accumulo.tserver.log
Methods in org.apache.accumulo.tserver.log with parameters of type CommitSession Modifier and Type Method Description org.apache.accumulo.tserver.log.DfsLogger.LoggerOperationDfsLogger. defineTablet(CommitSession cs)org.apache.accumulo.tserver.log.DfsLogger.LoggerOperationDfsLogger. log(CommitSession cs, Mutation m, Durability d)voidTabletServerLogger. log(CommitSession commitSession, Mutation m, Durability durability)Log a single mutation.voidTabletServerLogger. minorCompactionFinished(CommitSession commitSession, long walogSeq, Durability durability)longTabletServerLogger. minorCompactionStarted(CommitSession commitSession, long seq, String fullyQualifiedFileName, Durability durability)Method parameters in org.apache.accumulo.tserver.log with type arguments of type CommitSession Modifier and Type Method Description voidTabletServerLogger. logManyTablets(Map<CommitSession,TabletMutations> loggables)Log mutations. -
Uses of CommitSession in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet that return CommitSession Modifier and Type Method Description CommitSessionTablet. prepareMutationsForCommit(TservConstraintEnv cenv, List<Mutation> mutations)Methods in org.apache.accumulo.tserver.tablet with parameters of type CommitSession Modifier and Type Method Description voidTablet. abortCommit(CommitSession commitSession)voidTablet. commit(CommitSession commitSession, List<Mutation> mutations)
-