A B C D F G H I L N O P R S T V W

A

apply(StorageMetadata) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore.CommonPrefixes
 
apply(StorageMetadata) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore.DelimiterFilter
 

B

baseDirectory - Variable in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
blobBuilder() - Method in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 
blobBuilders - Variable in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
blobBuilders - Variable in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 
blobExists(String, String) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
blobExists(String, String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
 
blobExists(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
blobFactory - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
blobMetadata(String, String) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
build() - Method in class org.jclouds.filesystem.FilesystemApiMetadata.Builder
 
builder() - Static method in class org.jclouds.filesystem.FilesystemApiMetadata
 
buildPathStartingFromBaseDir(String...) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
Facility method used to concatenate path tokens normalizing separators

C

clearContainer(String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Empty the container of its content (files and subdirectories), but doesn't delete the container itself
clearContainer(String, ListContainerOptions) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Like FilesystemStorageStrategy.clearContainer(String) except you can use options to do things like recursive deletes, or clear at a different path than root.
clearContainer(String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
Empty the directory of its content (files and subdirectories)
clearContainer(String, ListContainerOptions) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
clearContainer(String, ListContainerOptions) - Method in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 
configure() - Method in class org.jclouds.filesystem.config.FilesystemBlobStoreContextModule
 
containerExists(String) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
containerExists(String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Checks if a container exists
containerExists(String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
contentMetadataCodec - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
copy(MutableBlobMetadata) - Static method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
copy(MutableBlobMetadata, String) - Static method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
countBlobs(String, ListContainerOptions) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Counts number of blobs inside a container
countBlobs(String, ListContainerOptions) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
countBlobs(String, ListContainerOptions) - Method in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 
create() - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
createContainer(String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Creates a new container
createContainer(String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
createContainerInLocation(Location, String) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
createContainerInLocation(Location, String, CreateContainerOptions) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
createDirectory(String, String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Creates a folder or a directory marker depending on the service
createDirectory(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
createDirectory(String, String) - Method in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 
createDirectoryWithResult(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
Creates a directory and returns the result
crypto - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 

D

dateService - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
deleteAndVerifyContainerGone(String) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
deleteContainer(String) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
Override parent method because it uses strange futures and listenables that creates problem in the test if more than one test that deletes the container is executed
deleteContainer(String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Deletes a container and all its content
deleteContainer(String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
deleteDirectory(String, String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Deletes a folder or a directory marker depending on the service
deleteDirectory(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
deleteDirectory(String, String) - Method in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 
directoryExists(String, String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Determines if a directory exists
directoryExists(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
directoryExists(String, String) - Method in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 

F

FilesystemApiMetadata - Class in org.jclouds.filesystem
Implementation of ApiMetadata for jclouds Filesystem-based BlobStore
FilesystemApiMetadata() - Constructor for class org.jclouds.filesystem.FilesystemApiMetadata
 
FilesystemApiMetadata(FilesystemApiMetadata.Builder) - Constructor for class org.jclouds.filesystem.FilesystemApiMetadata
 
FilesystemApiMetadata.Builder - Class in org.jclouds.filesystem
 
FilesystemApiMetadata.Builder() - Constructor for class org.jclouds.filesystem.FilesystemApiMetadata.Builder
 
FilesystemAsyncBlobStore - Class in org.jclouds.filesystem
Preconditions: Blob name cannot start with / char (or \ under windows)
FilesystemAsyncBlobStore(BlobStoreContext, DateService, Crypto, HttpGetOptionsListToGetOptions, ContentMetadataCodec, IfDirectoryReturnNameStrategy, BlobUtils, ExecutorService, Supplier<Location>, Supplier<Set<? extends Location>>, Blob.Factory, FilesystemStorageStrategy) - Constructor for class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
FilesystemAsyncBlobStore.CommonPrefixes - Class in org.jclouds.filesystem
 
FilesystemAsyncBlobStore.CommonPrefixes(String, String) - Constructor for class org.jclouds.filesystem.FilesystemAsyncBlobStore.CommonPrefixes
 
FilesystemAsyncBlobStore.DelimiterFilter - Class in org.jclouds.filesystem
 
FilesystemAsyncBlobStore.DelimiterFilter(String, String) - Constructor for class org.jclouds.filesystem.FilesystemAsyncBlobStore.DelimiterFilter
 
FilesystemBlobKeyValidator - Class in org.jclouds.filesystem.predicates.validators
Validates name for filesystem container blob keys
FilesystemBlobKeyValidator() - Constructor for class org.jclouds.filesystem.predicates.validators.FilesystemBlobKeyValidator
 
filesystemBlobKeyValidator - Variable in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
FilesystemBlobKeyValidatorImpl - Class in org.jclouds.filesystem.predicates.validators.internal
Validates name for filesystem container blob keys implementation
FilesystemBlobKeyValidatorImpl() - Constructor for class org.jclouds.filesystem.predicates.validators.internal.FilesystemBlobKeyValidatorImpl
 
FilesystemBlobStore - Interface in org.jclouds.filesystem
 
FilesystemBlobStoreContextModule - Class in org.jclouds.filesystem.config
 
FilesystemBlobStoreContextModule() - Constructor for class org.jclouds.filesystem.config.FilesystemBlobStoreContextModule
 
FileSystemBlobUtilsImpl - Class in org.jclouds.filesystem.util.internal
Implements the BlobUtils interfaced and act as a bridge to FilesystemStorageStrategy when used inside AsyncBlobStore
FileSystemBlobUtilsImpl(FilesystemStorageStrategy, Provider<BlobBuilder>) - Constructor for class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 
FilesystemConstants - Class in org.jclouds.filesystem.reference
Common constants used in filesystem provider
FilesystemConstants() - Constructor for class org.jclouds.filesystem.reference.FilesystemConstants
 
FilesystemContainerNameValidator - Class in org.jclouds.filesystem.predicates.validators
Validates container name for filesystem provider
FilesystemContainerNameValidator() - Constructor for class org.jclouds.filesystem.predicates.validators.FilesystemContainerNameValidator
 
filesystemContainerNameValidator - Variable in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
FilesystemContainerNameValidatorImpl - Class in org.jclouds.filesystem.predicates.validators.internal
Validates container name for filesystem provider implementation
FilesystemContainerNameValidatorImpl() - Constructor for class org.jclouds.filesystem.predicates.validators.internal.FilesystemContainerNameValidatorImpl
 
FilesystemStorageStrategy - Interface in org.jclouds.filesystem.strategy
Strategy for filesystem operations related to container and blob
FilesystemStorageStrategyImpl - Class in org.jclouds.filesystem.strategy.internal
 
FilesystemStorageStrategyImpl(Provider<BlobBuilder>, String, FilesystemContainerNameValidator, FilesystemBlobKeyValidator) - Constructor for class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 

G

getAllContainerNames() - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Return an iterator that reports all the containers under base path
getAllContainerNames() - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
Return an iterator that reports all the containers under base path
getBlob(String, String, GetOptions) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
getBlob(String, String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Load the blob with the given key belonging to the container with the given name.
getBlob(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
getBlobKeysInsideContainer(String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Returns all the blobs key inside a container
getBlobKeysInsideContainer(String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
Returns all the blobs key inside a container
getFileForBlobKey(String, String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Returns a File object that links to the blob
getFileForBlobKey(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
Returns a File object that links to the blob

H

httpGetOptionsConverter - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 

I

ifDirectoryReturnName - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 

L

list(String, ListContainerOptions) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
default maxResults is 1000
list() - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
logger - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
logger - Variable in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 

N

newBlob(String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Creates a new blob
newBlob(String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
NO_PREFIX - Static variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore.CommonPrefixes
 

O

org.jclouds.filesystem - package org.jclouds.filesystem
 
org.jclouds.filesystem.config - package org.jclouds.filesystem.config
 
org.jclouds.filesystem.predicates.validators - package org.jclouds.filesystem.predicates.validators
 
org.jclouds.filesystem.predicates.validators.internal - package org.jclouds.filesystem.predicates.validators.internal
 
org.jclouds.filesystem.reference - package org.jclouds.filesystem.reference
 
org.jclouds.filesystem.strategy - package org.jclouds.filesystem.strategy
 
org.jclouds.filesystem.strategy.internal - package org.jclouds.filesystem.strategy.internal
 
org.jclouds.filesystem.util.internal - package org.jclouds.filesystem.util.internal
 

P

PROPERTY_BASEDIR - Static variable in class org.jclouds.filesystem.reference.FilesystemConstants
Specify the base directory where provider starts its file operations - must exists
putBlob(String, Blob) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
putBlob(String, Blob, PutOptions) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 

R

removeBlob(String, String) - Method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
removeBlob(String, String) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
 
removeBlob(String, String) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
 
returnResponseException(int) - Static method in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 

S

storageStrategy - Variable in class org.jclouds.filesystem.FilesystemAsyncBlobStore
 
storageStrategy - Variable in class org.jclouds.filesystem.util.internal.FileSystemBlobUtilsImpl
 

T

toBuilder() - Method in class org.jclouds.filesystem.FilesystemApiMetadata
 

V

validate(String) - Method in class org.jclouds.filesystem.predicates.validators.internal.FilesystemBlobKeyValidatorImpl
 
validate(String) - Method in class org.jclouds.filesystem.predicates.validators.internal.FilesystemContainerNameValidatorImpl
 

W

writePayloadOnFile(String, String, Payload) - Method in interface org.jclouds.filesystem.strategy.FilesystemStorageStrategy
Write a Blob Payload into a file
writePayloadOnFile(String, String, Payload) - Method in class org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl
Write a Blob Payload into a file

A B C D F G H I L N O P R S T V W

Copyright © 2009-2012 jclouds. All Rights Reserved.