|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.index.AbstractIndexComponent org.elasticsearch.index.store.support.AbstractIndexStore org.elasticsearch.index.store.fs.FsIndexStore org.elasticsearch.index.store.fs.MmapFsIndexStore
public class MmapFsIndexStore
Field Summary |
---|
Fields inherited from class org.elasticsearch.index.store.support.AbstractIndexStore |
---|
indexService |
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent |
---|
componentSettings, index, indexSettings, logger |
Constructor Summary | |
---|---|
MmapFsIndexStore(Index index,
Settings indexSettings,
IndexService indexService,
NodeEnvironment nodeEnv)
|
Method Summary | |
---|---|
java.lang.Class<? extends Store> |
shardStoreClass()
The shard store class that should be used for each shard. |
Methods inherited from class org.elasticsearch.index.store.fs.FsIndexStore |
---|
backingStoreFreeSpace, backingStoreTotalSpace, canDeleteUnallocated, deleteUnallocated, persistent, shardIndexLocation, shardLocation, shardTranslogLocation |
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent |
---|
index, nodeName |
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.IndexComponent |
---|
index |
Constructor Detail |
---|
@Inject public MmapFsIndexStore(Index index, @IndexSettings Settings indexSettings, IndexService indexService, NodeEnvironment nodeEnv)
Method Detail |
---|
public java.lang.Class<? extends Store> shardStoreClass()
IndexStore
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |