org.jclouds.elasticstack.compute.config
Class ElasticStackComputeServiceContextModule.GetDrive

java.lang.Object
  extended by com.google.common.cache.CacheLoader<String,DriveInfo>
      extended by org.jclouds.elasticstack.compute.config.ElasticStackComputeServiceContextModule.GetDrive
Enclosing class:
ElasticStackComputeServiceContextModule

@Singleton
public static class ElasticStackComputeServiceContextModule.GetDrive
extends com.google.common.cache.CacheLoader<String,DriveInfo>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
com.google.common.cache.CacheLoader.InvalidCacheLoadException
 
Constructor Summary
ElasticStackComputeServiceContextModule.GetDrive(ElasticStackClient client)
           
 
Method Summary
 DriveInfo load(String input)
           
 
Methods inherited from class com.google.common.cache.CacheLoader
from, from, loadAll, reload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticStackComputeServiceContextModule.GetDrive

@Inject
public ElasticStackComputeServiceContextModule.GetDrive(ElasticStackClient client)
Method Detail

load

public DriveInfo load(String input)
Specified by:
load in class com.google.common.cache.CacheLoader<String,DriveInfo>


Copyright © 2009-2012 jclouds. All Rights Reserved.