| Package | Description |
|---|---|
| org.apache.accumulo.tserver.tablet |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TabletCommitter.beginUpdatingLogsUsed(InMemoryMap memTable,
Collection<DfsLogger> copy,
boolean mincFinish)
If this method returns true, the caller must call
TabletCommitter.finishUpdatingLogsUsed() to clean up |
boolean |
Tablet.beginUpdatingLogsUsed(InMemoryMap memTable,
Collection<DfsLogger> more,
boolean mincFinish) |
| Constructor and Description |
|---|
Compactor(AccumuloServerContext context,
Tablet tablet,
Map<FileRef,DataFileValue> files,
InMemoryMap imm,
FileRef outputFile,
boolean propogateDeletes,
Compactor.CompactionEnv env,
List<IteratorSetting> iterators,
int reason,
AccumuloConfiguration tableConfiguation) |
MinorCompactor(TabletServer tabletServer,
Tablet tablet,
InMemoryMap imm,
FileRef mergeFile,
DataFileValue dfv,
FileRef outputFile,
MinorCompactionReason mincReason,
TableConfiguration tableConfig) |
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.