Package | Description |
---|---|
org.elasticsearch.index.store | |
org.elasticsearch.index.store.distributor | |
org.elasticsearch.index.store.fs | |
org.elasticsearch.index.store.ram |
Modifier and Type | Method and Description |
---|---|
Class<? extends DirectoryService> |
IndexStore.shardDirectory()
The shard store class that should be used for each shard.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributorDirectory.renameFile(DirectoryService directoryService,
String source,
String dest)
Renames the given source file to the given target file unless the target already exists.
|
Constructor and Description |
---|
Store(ShardId shardId,
Settings indexSettings,
DirectoryService directoryService,
Distributor distributor,
ShardLock shardLock) |
Store(ShardId shardId,
Settings indexSettings,
DirectoryService directoryService,
Distributor distributor,
ShardLock shardLock,
Store.OnClose onClose) |
Constructor and Description |
---|
AbstractDistributor(DirectoryService directoryService) |
LeastUsedDistributor(DirectoryService directoryService) |
RandomWeightedDistributor(DirectoryService directoryService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFsDirectoryService |
class |
FsDirectoryService |
class |
MmapFsDirectoryService |
class |
NioFsDirectoryService |
class |
SimpleFsDirectoryService |
Modifier and Type | Method and Description |
---|---|
Class<? extends DirectoryService> |
NioFsIndexStore.shardDirectory() |
Class<? extends DirectoryService> |
SimpleFsIndexStore.shardDirectory() |
Class<? extends DirectoryService> |
DefaultFsIndexStore.shardDirectory() |
Class<? extends DirectoryService> |
MmapFsIndexStore.shardDirectory() |
Modifier and Type | Class and Description |
---|---|
class |
RamDirectoryService |
Modifier and Type | Method and Description |
---|---|
Class<? extends DirectoryService> |
RamIndexStore.shardDirectory() |
Copyright © 2009–2015. All rights reserved.