Uses of Interface
org.jclouds.blobstore.domain.BlobBuilder
Packages that use BlobBuilder
Package
Description
-
Uses of BlobBuilder in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return BlobBuilder -
Uses of BlobBuilder in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return BlobBuilder -
Uses of BlobBuilder in org.jclouds.blobstore.domain
Subinterfaces of BlobBuilder in org.jclouds.blobstore.domainMethods in org.jclouds.blobstore.domain that return BlobBuilderModifier and TypeMethodDescriptionBlobBuilder.type
(StorageType type) BlobBuilder.userMetadata
(Map<String, String> userMetadata) -
Uses of BlobBuilder in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement BlobBuilderModifier and TypeClassDescriptionclass
static class
Methods in org.jclouds.blobstore.domain.internal that return BlobBuilderModifier and TypeMethodDescriptionBlobBuilderImpl.PayloadBlobBuilderImpl.type
(StorageType type) BlobBuilderImpl.type
(StorageType type) BlobBuilderImpl.PayloadBlobBuilderImpl.userMetadata
(Map<String, String> userMetadata) BlobBuilderImpl.userMetadata
(Map<String, String> userMetadata) Constructors in org.jclouds.blobstore.domain.internal with parameters of type BlobBuilder -
Uses of BlobBuilder in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return BlobBuilderModifier and TypeMethodDescriptionBaseBlobStore.blobBuilder
(String name) invokesinvalid reference
BlobUtilsImpl#blobBuilder
-
Uses of BlobBuilder in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return BlobBuilderModifier and TypeMethodDescriptionBlobUtils.blobBuilder()
ForwardingBlobStore.blobBuilder
(String name) ReadOnlyBlobStore.blobBuilder
(String name) -
Uses of BlobBuilder in org.jclouds.blobstore.util.internal
Fields in org.jclouds.blobstore.util.internal with type parameters of type BlobBuilderModifier and TypeFieldDescriptionprotected final jakarta.inject.Provider
<BlobBuilder> BlobUtilsImpl.blobBuilders
Methods in org.jclouds.blobstore.util.internal that return BlobBuilderConstructor parameters in org.jclouds.blobstore.util.internal with type arguments of type BlobBuilderModifierConstructorDescriptionprotected
BlobUtilsImpl
(jakarta.inject.Provider<BlobBuilder> blobBuilders, ClearListStrategy clearContainerStrategy, GetDirectoryStrategy getDirectoryStrategy, MkdirStrategy mkdirStrategy, CountListStrategy countBlobsStrategy, DeleteDirectoryStrategy rmDirStrategy) -
Uses of BlobBuilder in org.jclouds.filesystem.strategy.internal
Fields in org.jclouds.filesystem.strategy.internal with type parameters of type BlobBuilderModifier and TypeFieldDescriptionprotected final jakarta.inject.Provider
<BlobBuilder> FilesystemStorageStrategyImpl.blobBuilders
Constructor parameters in org.jclouds.filesystem.strategy.internal with type arguments of type BlobBuilderModifierConstructorDescriptionprotected
FilesystemStorageStrategyImpl
(jakarta.inject.Provider<BlobBuilder> blobBuilders, String baseDir, boolean autoDetectContentType, FilesystemContainerNameValidator filesystemContainerNameValidator, FilesystemBlobKeyValidator filesystemBlobKeyValidator, com.google.common.base.Supplier<Location> defaultLocation) -
Uses of BlobBuilder in org.jclouds.filesystem.util.internal
Fields in org.jclouds.filesystem.util.internal with type parameters of type BlobBuilderModifier and TypeFieldDescriptionprotected final jakarta.inject.Provider
<BlobBuilder> FileSystemBlobUtilsImpl.blobBuilders
Methods in org.jclouds.filesystem.util.internal that return BlobBuilderConstructor parameters in org.jclouds.filesystem.util.internal with type arguments of type BlobBuilderModifierConstructorDescriptionFileSystemBlobUtilsImpl
(LocalStorageStrategy storageStrategy, jakarta.inject.Provider<BlobBuilder> blobBuilders) -
Uses of BlobBuilder in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return BlobBuilder