org.elasticsearch.index.store
Interface DirectoryService

All Known Implementing Classes:
ByteBufferDirectoryService, FsDirectoryService, MmapFsDirectoryService, NioFsDirectoryService, RamDirectoryService, SimpleFsDirectoryService

public interface DirectoryService


Method Summary
 org.apache.lucene.store.Directory[] build()
           
 void fullDelete(org.apache.lucene.store.Directory dir)
           
 void renameFile(org.apache.lucene.store.Directory dir, String from, String to)
           
 long throttleTimeInNanos()
           
 

Method Detail

build

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

throttleTimeInNanos

long throttleTimeInNanos()

renameFile

void renameFile(org.apache.lucene.store.Directory dir,
                String from,
                String to)
                throws IOException
Throws:
IOException

fullDelete

void fullDelete(org.apache.lucene.store.Directory dir)
                throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.