public class ElasticStackComputeServiceContextModule extends ComputeServiceAdapterContextModule<ElasticStackClient,ElasticStackAsyncClient,ServerInfo,Hardware,DriveInfo,Location>
Modifier and Type | Class and Description |
---|---|
static class |
ElasticStackComputeServiceContextModule.GetDrive |
ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage, ComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule<N,H,I,L>
Constructor and Description |
---|
ElasticStackComputeServiceContextModule() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<String,DriveInfo> |
cache(ElasticStackComputeServiceContextModule.GetDrive getDrive) |
protected void |
configure() |
protected Map<String,WellKnownImage> |
provideImages(Json json,
String providerName) |
protected com.google.common.base.Predicate<DriveInfo> |
supplyDriveUnclaimed(DriveClaimed driveClaimed,
ComputeServiceConstants.Timeouts timeouts) |
defineAddNodeWithTagStrategy, defineDestroyNodeStrategy, defineGetNodeMetadataStrategy, defineListNodesStrategy, defineRebootNodeStrategy, defineStartNodeStrategy, defineStopNodeStrategy, provideHardware, provideImages
indexer, provideImageMap, provideNamingConvention, provideOsVersionMap, provideSizeMap, provideTemplate, provideTemplateOptionallyFromProperties, provideTemplateOptions, shouldParseImagesOnDemand, supplyImageCache, supplyImageCache, supplyNonParsingImageCache, supplySizeCache
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public ElasticStackComputeServiceContextModule()
protected void configure()
@Provides @Singleton protected com.google.common.cache.LoadingCache<String,DriveInfo> cache(ElasticStackComputeServiceContextModule.GetDrive getDrive)
@Singleton @Provides protected Map<String,WellKnownImage> provideImages(Json json, String providerName) throws IOException
IOException
@Provides @Singleton protected com.google.common.base.Predicate<DriveInfo> supplyDriveUnclaimed(DriveClaimed driveClaimed, ComputeServiceConstants.Timeouts timeouts)
Copyright © 2009-2012 jclouds. All Rights Reserved.