|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.inject.AbstractModule org.jclouds.ec2.compute.config.EC2ComputeServiceDependenciesModule
public class EC2ComputeServiceDependenciesModule
Field Summary | |
---|---|
static Map<InstanceState,NodeState> |
instanceToNodeState
|
Constructor Summary | |
---|---|
EC2ComputeServiceDependenciesModule()
|
Method Summary | |
---|---|
protected void |
configure()
|
protected com.google.common.cache.Cache<RunningInstance,Credentials> |
credentialsMap(com.google.common.cache.CacheLoader<RunningInstance,Credentials> in)
|
protected ConcurrentMap<RegionAndName,KeyPair> |
keypairMap(com.google.inject.Injector i)
|
protected com.google.common.base.Predicate<RegionAndName> |
securityGroupEventualConsistencyDelay(SecurityGroupPresent in,
long msDelay)
|
protected com.google.common.cache.Cache<RegionAndName,String> |
securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,String> in)
|
Methods inherited from class com.google.inject.AbstractModule |
---|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Map<InstanceState,NodeState> instanceToNodeState
Constructor Detail |
---|
public EC2ComputeServiceDependenciesModule()
Method Detail |
---|
protected void configure()
configure
in class com.google.inject.AbstractModule
@Provides @Singleton protected com.google.common.cache.Cache<RunningInstance,Credentials> credentialsMap(com.google.common.cache.CacheLoader<RunningInstance,Credentials> in)
@Provides @Singleton protected ConcurrentMap<RegionAndName,KeyPair> keypairMap(com.google.inject.Injector i)
@Provides @Singleton @Named(value="SECURITY") protected com.google.common.cache.Cache<RegionAndName,String> securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,String> in)
@Provides @Singleton @Named(value="SECURITY") protected com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay(SecurityGroupPresent in, @Named(value="jclouds.ec2.timeout.securitygroup-present") long msDelay)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |