| Package | Description |
|---|---|
| org.apache.accumulo.tserver | |
| org.apache.accumulo.tserver.tablet |
| Modifier and Type | Method and Description |
|---|---|
static MinorCompactionReason |
MinorCompactionReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinorCompactionReason[] |
MinorCompactionReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Tablet.initiateMinorCompaction(MinorCompactionReason mincReason) |
boolean |
Tablet.minorCompactNow(MinorCompactionReason mincReason) |
| Constructor and Description |
|---|
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.