| Package | Description | 
|---|---|
| org.jclouds.atmos.functions | |
| org.jclouds.aws.config | |
| org.jclouds.aws.ec2.xml | |
| org.jclouds.azure.storage.config | |
| org.jclouds.azureblob.functions | |
| org.jclouds.azureblob.xml | |
| org.jclouds.blobstore | |
| org.jclouds.blobstore.functions | |
| org.jclouds.cloudwatch.xml | |
| org.jclouds.date.internal | |
| org.jclouds.date.joda | |
| org.jclouds.ec2.xml | |
| org.jclouds.filesystem | |
| org.jclouds.glesys.functions.internal | |
| org.jclouds.json.config | |
| org.jclouds.rest | |
| org.jclouds.rest.internal | |
| org.jclouds.s3.config | 
 This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. 
 | 
| org.jclouds.s3.xml | 
 This package contains xml logic that parses S3 responses. 
 | 
| org.jclouds.savvis.vpdc.xml | |
| org.jclouds.trmk.vcloud_0_8.xml | |
| org.jclouds.vcloud.xml | 
| Constructor and Description | 
|---|
ParseSystemMetadataFromHeaders(DateService dateService)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
FormSigningRestClientModule.provideTimeStamp(DateService dateService)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
SpotInstanceHandler.dateService  | 
protected DateService | 
SpotHandler.dateService  | 
protected DateService | 
LaunchSpecificationHandler.dateService  | 
protected DateService | 
BaseAWSReservationHandler.dateService  | 
| Constructor and Description | 
|---|
BaseAWSReservationHandler(DateService dateService,
                         com.google.common.base.Supplier<String> defaultRegion,
                         com.google.inject.Provider<AWSRunningInstance.Builder> builderProvider)  | 
LaunchSpecificationHandler(DateService dateService,
                          LaunchSpecification.Builder builder,
                          BlockDeviceMapping.Builder blockDeviceMappingBuilder)  | 
SpotHandler(DateService dateService,
           com.google.common.base.Supplier<String> defaultRegion)  | 
SpotInstanceHandler(DateService dateService,
                   com.google.common.base.Supplier<String> defaultRegion,
                   LaunchSpecificationHandler launchSpecificationHandler,
                   TagSetHandler tagSetHandler,
                   SpotInstanceRequest.Builder builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<String> | 
AzureStorageRestClientModule.provideTimeStampCache(long seconds,
                     DateService dateService)
borrowing concurrency code to ensure that caching takes place properly 
 | 
| Constructor and Description | 
|---|
ParseContainerPropertiesFromHeaders(DateService dateParser,
                                   String metadataPrefix)  | 
| Constructor and Description | 
|---|
AccountNameEnumerationResultsHandler(DateService dateParser)  | 
ContainerNameEnumerationResultsHandler(DateService dateParser)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
TransientAsyncBlobStore.dateService  | 
| Constructor and Description | 
|---|
TransientAsyncBlobStore(BlobStoreContext context,
                       DateService dateService,
                       Crypto crypto,
                       ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs,
                       Provider<UriBuilder> uriBuilders,
                       ConcurrentMap<String,Location> containerToLocation,
                       HttpGetOptionsListToGetOptions httpGetOptionsConverter,
                       IfDirectoryReturnNameStrategy ifDirectoryReturnName,
                       Blob.Factory blobFactory,
                       BlobUtils blobUtils,
                       ExecutorService service,
                       com.google.common.base.Supplier<Location> defaultLocation,
                       com.google.common.base.Supplier<Set<? extends Location>> locations)  | 
| Constructor and Description | 
|---|
ParseSystemAndUserMetadataFromHeaders(Provider<MutableBlobMetadata> metadataFactory,
                                     DateService dateParser,
                                     String metadataPrefix)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
DatapointHandler.dateService  | 
| Constructor and Description | 
|---|
DatapointHandler(DateService dateService)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleDateFormatDateService
uses  
SimpleDateFormat internally. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JodaDateService  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
SnapshotHandler.dateService  | 
protected DateService | 
GetPasswordDataResponseHandler.dateService  | 
protected DateService | 
CreateVolumeResponseHandler.dateService  | 
protected DateService | 
BundleTaskHandler.dateService  | 
protected DateService | 
BlockDeviceMappingHandler.dateService  | 
protected DateService | 
BaseReservationHandler.dateService  | 
protected DateService | 
AttachmentHandler.dateService  | 
| Constructor and Description | 
|---|
BaseReservationHandler(DateService dateService,
                      com.google.common.base.Supplier<String> defaultRegion,
                      com.google.inject.Provider<RunningInstance.Builder> builderProvider)  | 
BlockDeviceMappingHandler(DateService dateService)  | 
SnapshotHandler(DateService dateService,
               com.google.common.base.Supplier<String> defaultRegion)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
FilesystemAsyncBlobStore.dateService  | 
| Constructor and Description | 
|---|
FilesystemAsyncBlobStore(BlobStoreContext context,
                        DateService dateService,
                        Crypto crypto,
                        HttpGetOptionsListToGetOptions httpGetOptionsConverter,
                        IfDirectoryReturnNameStrategy ifDirectoryReturnName,
                        BlobUtils blobUtils,
                        ExecutorService service,
                        com.google.common.base.Supplier<Location> defaultLocation,
                        com.google.common.base.Supplier<Set<? extends Location>> locations,
                        FilesystemStorageStrategy storageStrategy)  | 
| Constructor and Description | 
|---|
GlesysDateAdapter(DateService service)
Deprecated.  
  | 
| Constructor and Description | 
|---|
GsonModule.CDateAdapter(DateService dateService)  | 
GsonModule.Iso8601DateAdapter(DateService dateService)  | 
| Modifier and Type | Method and Description | 
|---|---|
DateService | 
Utils.date()
#see #getDateService 
 | 
DateService | 
Utils.getDateService()  | 
| Modifier and Type | Method and Description | 
|---|---|
DateService | 
UtilsImpl.date()  | 
DateService | 
UtilsImpl.getDateService()  | 
| Constructor and Description | 
|---|
UtilsImpl(com.google.inject.Injector injector,
         Json json,
         HttpClient simpleClient,
         HttpAsyncClient simpleAsyncClient,
         Crypto encryption,
         DateService date,
         ExecutorService userThreads,
         ExecutorService ioThreads,
         com.google.common.eventbus.EventBus eventBus,
         Logger.LoggerFactory loggerFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<String> | 
S3RestClientModule.provideTimeStampCache(long seconds,
                     DateService dateService)
borrowing concurrency code to ensure that caching takes place properly 
 | 
| Constructor and Description | 
|---|
ListAllMyBucketsHandler(DateService dateParser)  | 
ListBucketHandler(DateService dateParser,
                 Provider<UriBuilder> uriBuilders)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
TaskHandler.dateService  | 
| Constructor and Description | 
|---|
TaskHandler(DateService dateService)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
TaskHandler.dateService  | 
| Constructor and Description | 
|---|
TaskHandler(DateService dateService)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DateService | 
TaskHandler.dateService  | 
| Constructor and Description | 
|---|
TaskHandler(DateService dateService)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.