Package | Description |
---|---|
org.apache.accumulo.server.master.state | |
org.apache.accumulo.server.master.tableOps |
Modifier and Type | Method and Description |
---|---|
MergeInfo.Operation |
MergeInfo.getOperation() |
static MergeInfo.Operation |
MergeInfo.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeInfo.Operation[] |
MergeInfo.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MergeInfo(KeyExtent range,
MergeInfo.Operation op) |
Constructor and Description |
---|
TableRangeOp(MergeInfo.Operation op,
String tableId,
org.apache.hadoop.io.Text startRow,
org.apache.hadoop.io.Text endRow) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.