public final class TransferManagerConfig
Inheritance
Object >
TransferManagerConfig
Static Methods
newBuilder()
public static TransferManagerConfig.Builder newBuilder()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter |
Name |
Description |
o |
Object
|
Overrides
getMaxWorkers()
public int getMaxWorkers()
Maximum amount of workers to be allocated to perform work in Transfer Manager
See Also: Builder#setMaxWorkers(int)
Returns |
Type |
Description |
int |
|
getParallelCompositeUploadPartNamingStrategy()
public ParallelCompositeUploadBlobWriteSessionConfig.PartNamingStrategy getParallelCompositeUploadPartNamingStrategy()
Part Naming Strategy to be used during Parallel Composite Uploads
See Also: Builder#setParallelCompositeUploadPartNamingStrategy(PartNamingStrategy)
getPerWorkerBufferSize()
public int getPerWorkerBufferSize()
Buffer size allowed to each worker
See Also: Builder#setPerWorkerBufferSize(int)
Returns |
Type |
Description |
int |
|
getService()
public TransferManager getService()
getStorageOptions()
public StorageOptions getStorageOptions()
Storage options that Transfer Manager will use to interact with Google Cloud Storage
See Also: Builder#setStorageOptions(StorageOptions)
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
isAllowDivideAndConquerDownload()
public boolean isAllowDivideAndConquerDownload()
Whether to allow Transfer Manager to perform chunked Uploads/Downloads if it determines
chunking will be beneficial
See Also: Builder#setAllowDivideAndConquerDownload(boolean)
isAllowParallelCompositeUpload()
public boolean isAllowParallelCompositeUpload()
Whether to allow Transfer Manager to perform Parallel Composite Uploads if it determines
chunking will be beneficial
See Also: <xref uid="Builder#setAllowParallelCompositeUpload(boolean)
Note: Performing parallel composite uploads costs more money. Class A operations
are performed to create each part and to perform each compose. If a storage tier other than
STANDARD
is used, early deletion fees apply to deletion of the parts.
Please see the Parallel composite
uploads documentation for a more in depth explanation of the limitations of Parallel
composite uploads." data-throw-if-not-resolved="false">Builder#setAllowParallelCompositeUpload(boolean)
Note: Performing parallel composite uploads costs more money. Class A operations
are performed to create each part and to perform each compose. If a storage tier other than
STANDARD
is used, early deletion fees apply to deletion of the parts.
Please see the Parallel composite
uploads documentation for a more in depth explanation of the limitations of Parallel
composite uploads.
toBuilder()
public TransferManagerConfig.Builder toBuilder()
toString()
Returns |
Type |
Description |
String |
|
Overrides