public static class S3Options.S3UploadBufferSizeBytesFactory extends java.lang.Object implements 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(PipelineOptions options)
Creates a default value for a getter marked with
Default.InstanceFactory . |
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
public java.lang.Integer create(PipelineOptions options)
DefaultValueFactory
Default.InstanceFactory
.create
in interface DefaultValueFactory<java.lang.Integer>
options
- The current pipeline options.