Uses of Class
org.apache.accumulo.tserver.log.DfsLogger
-
Packages that use DfsLogger Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.log org.apache.accumulo.tserver.tablet -
-
Uses of DfsLogger in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver with parameters of type DfsLogger Modifier and Type Method Description voidTabletServer. addNewLogMarker(DfsLogger copy)voidTabletServer. walogClosed(DfsLogger currentLog) -
Uses of DfsLogger in org.apache.accumulo.tserver.log
Methods in org.apache.accumulo.tserver.log with parameters of type DfsLogger Modifier and Type Method Description intDfsLogger. compareTo(DfsLogger o) -
Uses of DfsLogger in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet with parameters of type DfsLogger Modifier and Type Method Description booleanCommitSession. beginUpdatingLogsUsed(DfsLogger copy, boolean mincFinish)booleanTablet. beginUpdatingLogsUsed(InMemoryMap memTable, DfsLogger more, boolean mincFinish)Method parameters in org.apache.accumulo.tserver.tablet with type arguments of type DfsLogger Modifier and Type Method Description voidTablet. checkIfMinorCompactionNeededForLogs(List<DfsLogger> closedLogs)voidTablet. removeInUseLogs(Set<DfsLogger> candidates)
-