|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.index.shard.AbstractIndexShardComponent org.elasticsearch.index.store.support.AbstractStore org.elasticsearch.index.store.fs.FsStore org.elasticsearch.index.store.fs.MmapFsStore
public class MmapFsStore
Field Summary |
---|
Fields inherited from class org.elasticsearch.index.store.fs.FsStore |
---|
DEFAULT_SUGGEST_USE_COMPOUND_FILE |
Fields inherited from class org.elasticsearch.index.store.support.AbstractStore |
---|
indexStore |
Fields inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent |
---|
componentSettings, indexSettings, logger, shardId |
Constructor Summary | |
---|---|
MmapFsStore(ShardId shardId,
Settings indexSettings,
IndexStore indexStore,
ByteBufferCache byteBufferCache)
|
Method Summary | |
---|---|
org.apache.lucene.store.Directory |
directory()
The Lucene Directory this store is using. |
org.apache.lucene.store.FSDirectory |
fsDirectory()
|
boolean |
suggestUseCompoundFile()
Returns true by default. |
Methods inherited from class org.elasticsearch.index.store.fs.FsStore |
---|
buildLockFactory, buildSwitchDirectoryIfNeeded, fullDelete |
Methods inherited from class org.elasticsearch.index.store.support.AbstractStore |
---|
close, createOutputWithNoChecksum, deleteContent, estimateSize, list, metaData, readChecksums, wrapDirectory, writeChecksum, writeChecksums |
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 |
Methods inherited from interface org.elasticsearch.index.shard.IndexShardComponent |
---|
indexSettings, shardId |
Constructor Detail |
---|
@Inject public MmapFsStore(ShardId shardId, @IndexSettings Settings indexSettings, IndexStore indexStore, ByteBufferCache byteBufferCache) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public org.apache.lucene.store.FSDirectory fsDirectory()
fsDirectory
in class FsStore
public org.apache.lucene.store.Directory directory()
Store
Directory
this store is using.
public boolean suggestUseCompoundFile()
AbstractStore
suggestUseCompoundFile
in interface Store
suggestUseCompoundFile
in class AbstractStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |