org.apache.accumulo.server.master.tableOps
Class CompactRange.CompactionIterators
java.lang.Object
org.apache.accumulo.server.master.tableOps.CompactRange.CompactionIterators
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
- Enclosing class:
- CompactRange
public static class CompactRange.CompactionIterators
- extends Object
- implements org.apache.hadoop.io.Writable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompactRange.CompactionIterators
public CompactRange.CompactionIterators(byte[] startRow,
byte[] endRow,
List<IteratorSetting> iterators)
CompactRange.CompactionIterators
public CompactRange.CompactionIterators()
write
public void write(DataOutput out)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
readFields
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
getEndRow
public org.apache.hadoop.io.Text getEndRow()
getStartRow
public org.apache.hadoop.io.Text getStartRow()
getIterators
public List<IteratorSetting> getIterators()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.