org.elasticsearch.gateway.fs
Class FsGateway

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.common.component.AbstractLifecycleComponent<Gateway>
          extended by org.elasticsearch.gateway.blobstore.BlobStoreGateway
              extended by org.elasticsearch.gateway.fs.FsGateway
All Implemented Interfaces:
CloseableComponent, LifecycleComponent<Gateway>, Gateway

public class FsGateway
extends BlobStoreGateway


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
lifecycle
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
FsGateway(Settings settings, Environment environment, ClusterName clusterName, ThreadPool threadPool)
           
 
Method Summary
 java.lang.Class<? extends org.elasticsearch.common.inject.Module> suggestIndexGateway()
           
 java.lang.String type()
           
 
Methods inherited from class org.elasticsearch.gateway.blobstore.BlobStoreGateway
basePath, blobStore, chunkSize, doClose, doStart, doStop, initialize, read, reset, toString, write
 
Methods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.elasticsearch.common.component.LifecycleComponent
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from interface org.elasticsearch.common.component.CloseableComponent
close
 

Constructor Detail

FsGateway

@Inject
public FsGateway(Settings settings,
                        Environment environment,
                        ClusterName clusterName,
                        ThreadPool threadPool)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

type

public java.lang.String type()

suggestIndexGateway

public java.lang.Class<? extends org.elasticsearch.common.inject.Module> suggestIndexGateway()