static class HFileSystem.ReorderWALBlocks extends Object implements HFileSystem.ReorderBlocks
| Constructor and Description |
|---|
HFileSystem.ReorderWALBlocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
reorderBlocks(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hdfs.protocol.LocatedBlocks lbs,
String src) |
public void reorderBlocks(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hdfs.protocol.LocatedBlocks lbs,
String src)
throws IOException
reorderBlocks in interface HFileSystem.ReorderBlocksconf - - the conf to uselbs - - the LocatedBlocks to reordersrc - - the file name currently readIOException - - if something went wrongCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.