org.apache.accumulo.server.master.tableOps
public class CompactionIterators extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
CompactionIterators() |
CompactionIterators(byte[] startRow,
byte[] endRow,
List<IteratorSetting> iterators) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.Text |
getEndRow() |
List<IteratorSetting> |
getIterators() |
org.apache.hadoop.io.Text |
getStartRow() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public CompactionIterators(byte[] startRow,
byte[] endRow,
List<IteratorSetting> iterators)
public CompactionIterators()
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()
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.