Uses of Class
com.google.cloud.storage.ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy
Packages that use ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy
-
Uses of ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy in com.google.cloud.storage
Methods in com.google.cloud.storage that return ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategyModifier and TypeMethodDescriptionParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy.fixedPool(int bufferCount, int bufferCapacity) Create a buffer strategy which will have a fixed size pool of buffers.ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy.simple(int capacity) Create a buffer strategy which will rely upon standard garbage collection.Methods in com.google.cloud.storage with parameters of type ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategyModifier and TypeMethodDescriptionParallelCompositeUploadBlobWriteSessionConfig.withBufferAllocationStrategy(ParallelCompositeUploadBlobWriteSessionConfig.BufferAllocationStrategy bufferAllocationStrategy) Specify a specific buffering strategy which will dictate how buffers are allocated and used when performing a parallel composite upload.