- S3Configuration - Class in org.apache.streams.s3
-
- S3Configuration() - Constructor for class org.apache.streams.s3.S3Configuration
-
- S3Configuration.Protocol - Enum in org.apache.streams.s3
-
- S3ObjectInputStreamWrapper - Class in org.apache.streams.s3
-
There is a nuance associated with reading portions of files in S3.
- S3ObjectInputStreamWrapper(S3Object) - Constructor for class org.apache.streams.s3.S3ObjectInputStreamWrapper
-
Create an input stream safely.
- S3OutputStreamWrapper - Class in org.apache.streams.s3
-
This class uses ByteArrayOutputStreams to ensure files are written to S3 properly.
- S3OutputStreamWrapper(AmazonS3Client, String, String, String, Map<String, String>) - Constructor for class org.apache.streams.s3.S3OutputStreamWrapper
-
Create an OutputStream Wrapper
- S3PersistReader - Class in org.apache.streams.s3
-
S3PersistReader reads documents from s3.
- S3PersistReader(S3ReaderConfiguration) - Constructor for class org.apache.streams.s3.S3PersistReader
-
- S3PersistReaderTask - Class in org.apache.streams.s3
-
S3PersistReaderTask reads documents from s3 on behalf of
- S3PersistReaderTask(S3PersistReader) - Constructor for class org.apache.streams.s3.S3PersistReaderTask
-
- S3PersistWriter - Class in org.apache.streams.s3
-
S3PersistWriter writes documents to s3.
- S3PersistWriter() - Constructor for class org.apache.streams.s3.S3PersistWriter
-
- S3PersistWriter(S3WriterConfiguration) - Constructor for class org.apache.streams.s3.S3PersistWriter
-
- S3PersistWriter(AmazonS3Client, S3WriterConfiguration) - Constructor for class org.apache.streams.s3.S3PersistWriter
-
Instantiator with a pre-existing amazonS3Client, this is used to help with re-use.
- S3ReaderConfiguration - Class in org.apache.streams.s3
-
- S3ReaderConfiguration() - Constructor for class org.apache.streams.s3.S3ReaderConfiguration
-
- S3WriterConfiguration - Class in org.apache.streams.s3
-
- S3WriterConfiguration() - Constructor for class org.apache.streams.s3.S3WriterConfiguration
-
- S3WriterConfiguration.Compression - Enum in org.apache.streams.s3
-
- setAdditionalProperty(String, Object) - Method in class org.apache.streams.s3.S3Configuration
-
- setAdditionalProperty(String, Object) - Method in class org.apache.streams.s3.S3ReaderConfiguration
-
- setAdditionalProperty(String, Object) - Method in class org.apache.streams.s3.S3WriterConfiguration
-
- setBucket(String) - Method in class org.apache.streams.s3.S3Configuration
-
Your AWS bucket
(Required)
- setChunk(Boolean) - Method in class org.apache.streams.s3.S3WriterConfiguration
-
Whether you want the file chunked inside of a folder or not
- setCompression(S3WriterConfiguration.Compression) - Method in class org.apache.streams.s3.S3WriterConfiguration
-
compression
- setKey(String) - Method in class org.apache.streams.s3.S3Configuration
-
Your Amazon Key
(Required)
- setMaxFileSize(Long) - Method in class org.apache.streams.s3.S3WriterConfiguration
-
If files are elected to be 'chunked' which they are by default, this is the maximum size of that file before the byte array stream is vacated and the file is created.
- setObjectMapper(ObjectMapper) - Method in class org.apache.streams.s3.S3PersistWriter
-
- setObjectMetaData(Map<String, String>) - Method in class org.apache.streams.s3.S3PersistWriter
-
- setProtocol(S3Configuration.Protocol) - Method in class org.apache.streams.s3.S3Configuration
-
Whether you are using HTTP or HTTPS
- setReaderPath(String) - Method in class org.apache.streams.s3.S3ReaderConfiguration
-
Path below root path
- setRegion(String) - Method in class org.apache.streams.s3.S3Configuration
-
The AWS region where your bucket resides
- setSecretKey(String) - Method in class org.apache.streams.s3.S3Configuration
-
Your Amazon Secret Key
(Required)
- setWriterFilePrefix(String) - Method in class org.apache.streams.s3.S3WriterConfiguration
-
File Prefix
- setWriterPath(String) - Method in class org.apache.streams.s3.S3WriterConfiguration
-
Path
- skip(long) - Method in class org.apache.streams.s3.S3ObjectInputStreamWrapper
-
- startStream() - Method in class org.apache.streams.s3.S3PersistReader
-
- STREAMS_ID - Static variable in class org.apache.streams.s3.S3PersistReader
-
- STREAMS_ID - Static variable in class org.apache.streams.s3.S3PersistWriter
-