Uses of Class
org.elasticsearch.index.store.Store
-
Packages that use Store Package Description org.elasticsearch.index.engine org.elasticsearch.index.shard org.elasticsearch.indices.recovery org.elasticsearch.repositories org.elasticsearch.repositories.blobstore -
-
Uses of Store in org.elasticsearch.index.engine
Fields in org.elasticsearch.index.engine declared as Store Modifier and Type Field Description protected StoreEngine. storeMethods in org.elasticsearch.index.engine that return Store Modifier and Type Method Description StoreEngineConfig. getStore()Returns theStoreinstance that provides access to theDirectoryused for the enginesIndexWriterto write it's index files to.Constructors in org.elasticsearch.index.engine with parameters of type Store Constructor Description EngineConfig(ShardId shardId, String allocationId, ThreadPool threadPool, IndexSettings indexSettings, Engine.Warmer warmer, Store store, MergePolicy mergePolicy, Analyzer analyzer, Similarity similarity, CodecService codecService, Engine.EventListener eventListener, QueryCache queryCache, QueryCachingPolicy queryCachingPolicy, TranslogConfig translogConfig, TimeValue flushMergesAfter, List<ReferenceManager.RefreshListener> externalRefreshListener, List<ReferenceManager.RefreshListener> internalRefreshListener, Sort indexSort, CircuitBreakerService circuitBreakerService, LongSupplier globalCheckpointSupplier, Supplier<RetentionLeases> retentionLeasesSupplier, LongSupplier primaryTermSupplier, EngineConfig.TombstoneDocSupplier tombstoneDocSupplier)Creates a newEngineConfig -
Uses of Store in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return Store Modifier and Type Method Description StoreIndexShard. store()Constructors in org.elasticsearch.index.shard with parameters of type Store Constructor Description IndexShard(ShardRouting shardRouting, IndexSettings indexSettings, ShardPath path, Store store, Supplier<Sort> indexSortSupplier, IndexCache indexCache, MapperService mapperService, SimilarityService similarityService, EngineFactory engineFactory, IndexEventListener indexEventListener, CheckedFunction<DirectoryReader,DirectoryReader,IOException> indexReaderWrapper, ThreadPool threadPool, BigArrays bigArrays, Engine.Warmer warmer, List<SearchOperationListener> searchOperationListener, List<IndexingOperationListener> listeners, Runnable globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer, CircuitBreakerService circuitBreakerService) -
Uses of Store in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return Store Modifier and Type Method Description StoreRecoveryTarget. store()Methods in org.elasticsearch.indices.recovery with parameters of type Store Modifier and Type Method Description IndexOutputMultiFileWriter. openAndPutIndexOutput(String fileName, StoreFileMetaData metaData, Store store)Creates anIndexOutputfor the given file name.Constructors in org.elasticsearch.indices.recovery with parameters of type Store Constructor Description MultiFileWriter(Store store, RecoveryState.Index indexState, String tempFilePrefix, org.apache.logging.log4j.Logger logger, Runnable ensureOpen) -
Uses of Store in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories with parameters of type Store Modifier and Type Method Description default voidRepository. restoreShard(IndexShard shard, Store store, SnapshotId snapshotId, Version version, IndexId indexId, ShardId snapshotShardId, RecoveryState recoveryState)Deprecated.voidRepository. restoreShard(Store store, SnapshotId snapshotId, Version version, IndexId indexId, ShardId snapshotShardId, RecoveryState recoveryState)Restores snapshot of the shard.voidRepository. snapshotShard(Store store, MapperService mapperService, SnapshotId snapshotId, IndexId indexId, IndexCommit snapshotIndexCommit, IndexShardSnapshotStatus snapshotStatus, ActionListener<Void> listener)Creates a snapshot of the shard based on the index commit point. -
Uses of Store in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore with parameters of type Store Modifier and Type Method Description voidFileRestoreContext. restore(SnapshotFiles snapshotFiles, Store store)Performs restore operationprotected voidFileRestoreContext. restoreFiles(List<BlobStoreIndexShardSnapshot.FileInfo> filesToRecover, Store store)voidBlobStoreRepository. restoreShard(Store store, SnapshotId snapshotId, Version version, IndexId indexId, ShardId snapshotShardId, RecoveryState recoveryState)voidBlobStoreRepository. snapshotShard(Store store, MapperService mapperService, SnapshotId snapshotId, IndexId indexId, IndexCommit snapshotIndexCommit, IndexShardSnapshotStatus snapshotStatus, ActionListener<Void> listener)
-