|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.shard.AbstractIndexShardComponent
org.elasticsearch.index.store.support.AbstractStore
org.elasticsearch.index.store.ram.RamStore
public class RamStore
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.elasticsearch.index.store.support.AbstractStore |
---|
AbstractStore.StoreDirectory |
Field Summary |
---|
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 | |
---|---|
RamStore(ShardId shardId,
Settings indexSettings,
IndexStore indexStore)
|
Method Summary | |
---|---|
org.apache.lucene.store.Directory |
directory()
The Lucene Directory this store is using. |
protected void |
doRenameFile(java.lang.String from,
java.lang.String to)
|
boolean |
suggestUseCompoundFile()
Its better to not use the compound format when using the Ram store. |
Methods inherited from class org.elasticsearch.index.store.support.AbstractStore |
---|
close, createOutputWithNoChecksum, deleteContent, estimateSize, fullDelete, isChecksum, list, metaData, readChecksums, renameFile, wrapDirectory, writeChecksum, writeChecksums, 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 RamStore(ShardId shardId, @IndexSettings Settings indexSettings, IndexStore indexStore) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public org.apache.lucene.store.Directory directory()
Store
Directory
this store is using.
public boolean suggestUseCompoundFile()
suggestUseCompoundFile
in interface Store
suggestUseCompoundFile
in class AbstractStore
protected void doRenameFile(java.lang.String from, java.lang.String to) throws java.io.IOException
doRenameFile
in class AbstractStore
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |