Package | Description |
---|---|
org.datavec.api.split |
Modifier and Type | Class and Description |
---|---|
class |
CollectionInputSplit
A simple InputSplit based on a collection of URIs
|
class |
FileSplit
File input split.
|
class |
TransformSplit
InputSplit implementation that maps the URIs of a given BaseInputSplit to new URIs.
|
Modifier and Type | Method and Description |
---|---|
static TransformSplit |
TransformSplit.ofSearchReplace(@NonNull BaseInputSplit sourceSplit,
@NonNull String search,
@NonNull String replace)
Static factory method, replace the string version of the URI with a simple search-replace pair
|
Constructor and Description |
---|
TransformSplit(@NonNull BaseInputSplit sourceSplit,
@NonNull TransformSplit.URITransform transform)
Apply a given transformation to the raw URI objects
|
Copyright © 2020. All rights reserved.