Package | Description |
---|---|
org.apache.accumulo.server.tabletserver | |
org.apache.accumulo.server.tabletserver.log |
Modifier and Type | Method and Description |
---|---|
Tablet.CommitSession |
Tablet.prepareMutationsForCommit(org.apache.accumulo.server.tabletserver.TabletServer.TservConstraintEnv cenv,
List<Mutation> mutations) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
int |
TabletServerLogger.logManyTablets(Map<Tablet.CommitSession,List<Mutation>> mutations) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.