class SplitTransactionImpl.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 StoreFile |
sf |
Constructor and Description |
---|
SplitTransactionImpl.StoreFileSplitter(byte[] family,
StoreFile sf)
Constructor that takes what it needs to split
|
private final byte[] family
private final StoreFile sf
public SplitTransactionImpl.StoreFileSplitter(byte[] family, StoreFile sf)
family
- 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>>
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.