| Interface | Description |
|---|---|
| Store.OnClose |
A listener that is executed once the store is closed and all references to it are released
|
| Class | Description |
|---|---|
| DirectoryService | |
| DirectoryUtils |
Utils for working with
Directory classes. |
| FsDirectoryService | |
| IndexStore | |
| IndexStore.IndexRateLimitingType |
On an index level we can configure all of
StoreRateLimiting.Type as well as
node which will then use a global rate limiter that has it's own configuration. |
| IndexStoreConfig |
IndexStoreConfig encapsulates node / cluster level configuration for index level
IndexStore instances. |
| Store |
A Store provides plain access to files written by an elasticsearch index shard.
|
| Store.MetadataSnapshot |
Represents a snapshot of the current directory build from the latest Lucene commit.
|
| Store.RecoveryDiff |
A class representing the diff between a recovery source and recovery target
|
| StoreFileMetaData | |
| StoreStats | |
| VerifyingIndexOutput |
abstract class for verifying what was written.
|