StorageMultiTxtFileReaderPipe(Storage<?,B> storage,
String bucket,
String folderPath) |
Constructor
Scans the remote files in lexicographic name order.
|
StorageMultiTxtFileReaderPipe(Storage<?,B> storage,
String bucket,
String folderPath,
Charset charset,
int chunkSize,
String fileRegex,
Comparator<B> comparator) |
Constructor
|
StorageMultiTxtFileReaderPipe(Storage<?,B> storage,
String bucket,
String folderPath,
Comparator<B> comparator) |
Constructor
Assumes UTF8 encoding of all files, and doesn't apply any filter on files to read from.
|
StorageTxtFileFetcherReaderPipe(Storage<?,?> storage,
String bucket,
String path,
File tempFolder) |
Constructor
Uses the default read chunk size and default read options, and assumes UTF8
|
StorageTxtFileFetcherReaderPipe(Storage<?,?> storage,
String bucket,
String path,
Charset charset,
int chunkSize,
FileReadOptions options,
File tempFolder) |
Constructor
|
StorageTxtFileFetcherReaderPipe(Storage<?,?> storage,
String bucket,
String path,
Charset charset,
File tempFolder) |
Constructor
Uses the default read chunk size and default read options
|
StorageTxtFileFetcherReaderPipe(Storage<?,?> storage,
String bucket,
String path,
FileReadOptions options,
File tempFolder) |
Constructor
Uses the default read chunk size and assumes UTF8
|
StorageTxtFileReaderPipe(Storage<?,?> storageConnector,
String bucket,
String path) |
Constructor
Uses the default read chunk size and default read options, and assumes UTF8
|
StorageTxtFileReaderPipe(Storage<?,?> storageConnector,
String bucket,
String path,
Charset charset) |
Constructor
Uses the default read chunk size and default read options
|
StorageTxtFileReaderPipe(Storage<?,?> storageConnector,
String bucketName,
String path,
Charset charset,
int chunkSize,
FileReadOptions options) |
Constructor
|
StorageTxtFileReaderPipe(Storage<?,?> storageConnector,
String bucket,
String path,
FileReadOptions options) |
Constructor
Uses the default read chunk size and assumes UTF8
|