public static class S3Options.S3UploadBufferSizeBytesFactory
extends java.lang.Object
implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Integer>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_UPLOAD_BUFFER_SIZE_BYTES |
static int |
MINIMUM_UPLOAD_BUFFER_SIZE_BYTES |
static int |
REQUIRED_MEMORY_FOR_DEFAULT_BUFFER_BYTES |
| Constructor and Description |
|---|
S3UploadBufferSizeBytesFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
create(org.apache.beam.sdk.options.PipelineOptions options) |
public static final int REQUIRED_MEMORY_FOR_DEFAULT_BUFFER_BYTES
public static final int MINIMUM_UPLOAD_BUFFER_SIZE_BYTES
public static final int DEFAULT_UPLOAD_BUFFER_SIZE_BYTES