org.apache.accumulo.server.master.tableOps
public static class CompactRange.CompactionIterators extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
CompactRange.CompactionIterators() |
CompactRange.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 CompactRange.CompactionIterators(byte[] startRow, byte[] endRow, List<IteratorSetting> iterators)
public CompactRange.CompactionIterators()
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public org.apache.hadoop.io.Text getEndRow()
public org.apache.hadoop.io.Text getStartRow()
public List<IteratorSetting> getIterators()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.