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