private class SplitTableRegionProcedure.StoreFileSplitter extends Object implements Callable<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>>
| Modifier and Type | Field and Description | 
|---|---|
| private byte[] | family | 
| private HRegionFileSystem | regionFs | 
| private HStoreFile | sf | 
| Constructor and Description | 
|---|
| StoreFileSplitter(HRegionFileSystem regionFs,
                 byte[] family,
                 HStoreFile sf)Constructor that takes what it needs to split | 
| Modifier and Type | Method and Description | 
|---|---|
| Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path> | call() | 
private final HRegionFileSystem regionFs
private final byte[] family
private final HStoreFile sf
public StoreFileSplitter(HRegionFileSystem regionFs, byte[] family, HStoreFile sf)
regionFs - the file systemfamily - Family that contains the store filesf - which filepublic Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path> call() throws IOException
call in interface Callable<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>>IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.