GSMultiTxtFileReaderPipe(GoogleStorage storage,
String bucket,
String folderPath) |
Constructor
Scans the remote files in lexicographic name order.
|
GSMultiTxtFileReaderPipe(GoogleStorage storage,
String bucket,
String folderPath,
Charset charset,
int chunkSize,
String fileRegex,
Comparator<com.google.cloud.storage.Blob> comparator) |
Constructor
|
GSMultiTxtFileReaderPipe(GoogleStorage storage,
String bucket,
String folderPath,
Comparator<com.google.cloud.storage.Blob> comparator) |
Constructor
Assumes UTF8 encoding of all files, and doesn't apply any filter on files to read from.
|
GSTxtFileFetcherReaderPipe(GoogleStorage gs,
String bucket,
String path,
File tempFolder) |
Constructor
Uses the default read chunk size and default read options, and assumes UTF8
|
GSTxtFileFetcherReaderPipe(GoogleStorage gs,
String bucket,
String path,
Charset charset,
int chunkSize,
org.pipecraft.infra.io.FileReadOptions options,
File tempFolder) |
Constructor
|
GSTxtFileFetcherReaderPipe(GoogleStorage gs,
String bucket,
String path,
Charset charset,
File tempFolder) |
Constructor
Uses the default read chunk size and default read options
|
GSTxtFileFetcherReaderPipe(GoogleStorage gs,
String bucket,
String path,
org.pipecraft.infra.io.FileReadOptions options,
File tempFolder) |
Constructor
Uses the default read chunk size and assumes UTF8
|
GSTxtFileReaderPipe(GoogleStorage gs,
String bucket,
String path) |
Constructor
Uses the default read chunk size and default read options, and assumes UTF8
|
GSTxtFileReaderPipe(GoogleStorage gs,
String bucket,
String path,
Charset charset) |
Constructor
Uses the default read chunk size and default read options
|
GSTxtFileReaderPipe(GoogleStorage gs,
String bucket,
String path,
Charset charset,
int chunkSize,
org.pipecraft.infra.io.FileReadOptions options) |
Constructor
|
GSTxtFileReaderPipe(GoogleStorage gs,
String bucket,
String path,
org.pipecraft.infra.io.FileReadOptions options) |
Constructor
Uses the default read chunk size and assumes UTF8
|