org.elasticsearch.index.store.fs
Class NioFsDirectoryService

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.NioFsDirectoryService
All Implemented Interfaces:
StoreRateLimiting.Listener, StoreRateLimiting.Provider, IndexShardComponent, DirectoryService

public class NioFsDirectoryService
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
NioFsDirectoryService(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

NioFsDirectoryService

@Inject
public NioFsDirectoryService(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.