| Package | Description |
|---|---|
| org.apache.accumulo.proxy.thrift |
| Modifier and Type | Field and Description |
|---|---|
CompactionType |
ActiveCompaction.type |
| Modifier and Type | Method and Description |
|---|---|
static CompactionType |
CompactionType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
CompactionType |
ActiveCompaction.getType() |
static CompactionType |
CompactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactionType[] |
CompactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveCompaction |
ActiveCompaction.setType(CompactionType type) |
| Constructor and Description |
|---|
ActiveCompaction(KeyExtent extent,
long age,
List<String> inputFiles,
String outputFile,
CompactionType type,
CompactionReason reason,
String localityGroup,
long entriesRead,
long entriesWritten,
List<IteratorSetting> iterators) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.