SplitStoreFromFile
instead@Deprecated public class SplitStore extends Object implements Operation
SplitStore
operation is for splitting a store
based on a sequence file of split points.SplitStore.Builder
Modifier and Type | Class and Description |
---|---|
static class |
SplitStore.Builder
Deprecated.
|
Operation.BaseBuilder<OP extends Operation,B extends Operation.BaseBuilder<OP,?>>
Constructor and Description |
---|
SplitStore()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getInputPath()
Deprecated.
|
Map<String,String> |
getOptions()
Deprecated.
|
void |
setInputPath(String inputPath)
Deprecated.
|
void |
setOptions(Map<String,String> options)
Deprecated.
|
SplitStore |
shallowClone()
Deprecated.
Operation implementations should ensure a ShallowClone method is implemented.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_getNullOrOptions, addOption, asOperationChain, close, getOption, getOption, validate, validateRequiredFieldPresent
public String getInputPath()
public void setInputPath(String inputPath)
public Map<String,String> getOptions()
getOptions
in interface Operation
public void setOptions(Map<String,String> options)
setOptions
in interface Operation
options
- the operation options. This may contain store specific options such as authorisation strings or and
other properties required for the operation to be executed. Note these options will probably not be interpreted
in the same way by every store implementation.public SplitStore shallowClone()
Operation
shallowClone
in interface Operation
Copyright © 2022. All rights reserved.