Uses of Class
com.google.cloud.storage.FlushPolicy
Packages that use FlushPolicy
-
Uses of FlushPolicy in com.google.cloud.storage
Subclasses of FlushPolicy in com.google.cloud.storageModifier and TypeClassDescriptionstatic final classDefine aFlushPolicywhere a max number of bytes will be flushed to GCS per flush.static final classDefine aFlushPolicywhere a min number of bytes will be required before a flush GCS happens.Methods in com.google.cloud.storage that return FlushPolicyModifier and TypeMethodDescriptionBlobAppendableUploadConfig.getFlushPolicy()TheFlushPolicywhich will be used to determine when and how many bytes to flush to GCS.Methods in com.google.cloud.storage with parameters of type FlushPolicyModifier and TypeMethodDescriptionBlobAppendableUploadConfig.withFlushPolicy(FlushPolicy flushPolicy) Return an instance with theFlushPolicyset to be the specified value.