| Package | Description |
|---|---|
| org.apache.accumulo.tserver | |
| org.apache.accumulo.tserver.compaction | |
| org.apache.accumulo.tserver.tablet |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TabletServerResourceManager.TabletResourceManager.needsMajorCompaction(SortedMap<FileRef,DataFileValue> tabletFiles,
MajorCompactionReason reason) |
| Modifier and Type | Method and Description |
|---|---|
MajorCompactionReason |
MajorCompactionRequest.getReason() |
static MajorCompactionReason |
MajorCompactionReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MajorCompactionReason[] |
MajorCompactionReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MajorCompactionRequest(KeyExtent extent,
MajorCompactionReason reason,
VolumeManager manager,
AccumuloConfiguration tabletConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Tablet.initiateMajorCompaction(MajorCompactionReason reason) |
boolean |
Tablet.needsMajorCompaction(MajorCompactionReason reason)
Returns true if a major compaction should be performed on the tablet.
|
void |
Tablet.removeMajorCompactionQueuedReason(MajorCompactionReason reason) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.