org.elasticsearch.index.store.fs
Class SimpleFsDirectoryService

java.lang.Object
  extended by org.elasticsearch.index.shard.AbstractIndexShardComponent
      extended by org.elasticsearch.index.store.fs.FsDirectoryService
          extended by org.elasticsearch.index.store.fs.SimpleFsDirectoryService
All Implemented Interfaces:
StoreRateLimiting.Listener, StoreRateLimiting.Provider, IndexShardComponent, DirectoryService

public class SimpleFsDirectoryService
extends FsDirectoryService


Field Summary
 
Fields inherited from class org.elasticsearch.index.store.fs.FsDirectoryService
indexStore
 
Fields inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
componentSettings, indexSettings, logger, shardId
 
Constructor Summary
SimpleFsDirectoryService(ShardId shardId, Settings indexSettings, IndexStore indexStore)
           
 
Method Summary
 org.apache.lucene.store.Directory[] build()
           
 
Methods inherited from class org.elasticsearch.index.store.fs.FsDirectoryService
buildLockFactory, fullDelete, onPause, rateLimiting, renameFile, throttleTimeInNanos
 
Methods inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
indexSettings, managementGroupName, nodeName, shardId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFsDirectoryService

@Inject
public SimpleFsDirectoryService(ShardId shardId,
                                       @IndexSettings
                                       Settings indexSettings,
                                       IndexStore indexStore)
Method Detail

build

public org.apache.lucene.store.Directory[] build()
                                          throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.