org.elasticsearch.cloud.blobstore
Class CloudBlobStoreService

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.util.component.AbstractLifecycleComponent<CloudBlobStoreService>
          extended by org.elasticsearch.cloud.blobstore.CloudBlobStoreService
All Implemented Interfaces:
org.elasticsearch.util.component.CloseableComponent, org.elasticsearch.util.component.LifecycleComponent<CloudBlobStoreService>

public class CloudBlobStoreService
extends org.elasticsearch.util.component.AbstractLifecycleComponent<CloudBlobStoreService>


Field Summary
 
Fields inherited from class org.elasticsearch.util.component.AbstractLifecycleComponent
lifecycle
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
CloudBlobStoreService(org.elasticsearch.util.settings.Settings settings, org.elasticsearch.util.settings.SettingsFilter settingsFilter)
           
 
Method Summary
 org.jclouds.blobstore.BlobStoreContext context()
           
protected  void doClose()
           
protected  void doStart()
           
protected  void doStop()
           
 
Methods inherited from class org.elasticsearch.util.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from class org.elasticsearch.util.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudBlobStoreService

@Inject
public CloudBlobStoreService(org.elasticsearch.util.settings.Settings settings,
                                    org.elasticsearch.util.settings.SettingsFilter settingsFilter)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

doStart

protected void doStart()
                throws org.elasticsearch.ElasticSearchException
Specified by:
doStart in class org.elasticsearch.util.component.AbstractLifecycleComponent<CloudBlobStoreService>
Throws:
org.elasticsearch.ElasticSearchException

doStop

protected void doStop()
               throws org.elasticsearch.ElasticSearchException
Specified by:
doStop in class org.elasticsearch.util.component.AbstractLifecycleComponent<CloudBlobStoreService>
Throws:
org.elasticsearch.ElasticSearchException

doClose

protected void doClose()
                throws org.elasticsearch.ElasticSearchException
Specified by:
doClose in class org.elasticsearch.util.component.AbstractLifecycleComponent<CloudBlobStoreService>
Throws:
org.elasticsearch.ElasticSearchException

context

public org.jclouds.blobstore.BlobStoreContext context()