public class UserCompactionConfig extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
UserCompactionConfig() |
UserCompactionConfig(byte[] startRow,
byte[] endRow,
List<IteratorSetting> iterators,
CompactionStrategyConfig csc) |
| Modifier and Type | Method and Description |
|---|---|
CompactionStrategyConfig |
getCompactionStrategy() |
org.apache.hadoop.io.Text |
getEndRow() |
List<IteratorSetting> |
getIterators() |
org.apache.hadoop.io.Text |
getStartRow() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public UserCompactionConfig(byte[] startRow,
byte[] endRow,
List<IteratorSetting> iterators,
CompactionStrategyConfig csc)
public UserCompactionConfig()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic org.apache.hadoop.io.Text getEndRow()
public org.apache.hadoop.io.Text getStartRow()
public List<IteratorSetting> getIterators()
public CompactionStrategyConfig getCompactionStrategy()
Copyright © 2015 Apache Accumulo Project. All rights reserved.