Uses of Class
org.elasticsearch.repositories.IndexId
-
Packages that use IndexId Package Description org.elasticsearch.cluster org.elasticsearch.repositories org.elasticsearch.repositories.blobstore -
-
Uses of IndexId in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return types with arguments of type IndexId Modifier and Type Method Description List<IndexId>SnapshotsInProgress.Entry. indices()Constructor parameters in org.elasticsearch.cluster with type arguments of type IndexId Constructor Description Entry(Snapshot snapshot, boolean includeGlobalState, boolean partial, SnapshotsInProgress.State state, List<IndexId> indices, long startTime, long repositoryStateId, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards, String failure, Map<String,Object> userMetadata)Entry(Snapshot snapshot, boolean includeGlobalState, boolean partial, SnapshotsInProgress.State state, List<IndexId> indices, long startTime, long repositoryStateId, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards, Map<String,Object> userMetadata) -
Uses of IndexId in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories that return IndexId Modifier and Type Method Description IndexIdRepositoryData. resolveIndexId(String indexName)Resolve the index name to the index id specific to the repository, throwing an exception if the index could not be resolved.Methods in org.elasticsearch.repositories that return types with arguments of type IndexId Modifier and Type Method Description Map<String,IndexId>RepositoryData. getIndices()Returns an unmodifiable map of the index names toIndexIdin the repository.List<IndexId>RepositoryData. indicesToUpdateAfterRemovingSnapshot(SnapshotId snapshotId)Returns the list ofIndexIdthat have their snapshots updated but not removed (because they are still referenced by other snapshots) after removing the given snapshot from the repository.List<IndexId>RepositoryData. resolveIndices(List<String> indices)Resolve the given index names to index ids.List<IndexId>RepositoryData. resolveNewIndices(List<String> indicesToResolve)Resolve the given index names to index ids, creating new index ids for new indices in the repository.Methods in org.elasticsearch.repositories with parameters of type IndexId Modifier and Type Method Description IndexShardSnapshotStatusRepository. getShardSnapshotStatus(SnapshotId snapshotId, Version version, IndexId indexId, ShardId shardId)Retrieve shard snapshot status for the stored snapshotIndexMetaDataRepository. getSnapshotIndexMetaData(SnapshotId snapshotId, IndexId index)Returns the index metadata associated with the snapshot.Set<SnapshotId>RepositoryData. getSnapshots(IndexId indexId)Returns an immutable collection of the snapshot ids for the snapshots that contain the given index.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.Method parameters in org.elasticsearch.repositories with type arguments of type IndexId Modifier and Type Method Description RepositoryDataRepositoryData. addSnapshot(SnapshotId snapshotId, SnapshotState snapshotState, List<IndexId> snapshottedIndices)Add a snapshot and its indices to the repository; returns a new instance.voidRepository. finalizeSnapshot(SnapshotId snapshotId, List<IndexId> indices, long startTime, String failure, int totalShards, List<SnapshotShardFailure> shardFailures, long repositoryStateId, boolean includeGlobalState, MetaData clusterMetaData, Map<String,Object> userMetadata, ActionListener<SnapshotInfo> listener)Finalizes snapshotting processvoidRepository. initializeSnapshot(SnapshotId snapshotId, List<IndexId> indices, MetaData metaData)Deprecated.this method is only used when taking snapshots in a mixed version cluster where a master node older thanSnapshotsService.NO_REPO_INITIALIZE_VERSIONis present. -
Uses of IndexId in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore with parameters of type IndexId Modifier and Type Method Description IndexShardSnapshotStatusBlobStoreRepository. getShardSnapshotStatus(SnapshotId snapshotId, Version version, IndexId indexId, ShardId shardId)IndexMetaDataBlobStoreRepository. getSnapshotIndexMetaData(SnapshotId snapshotId, IndexId index)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)Method parameters in org.elasticsearch.repositories.blobstore with type arguments of type IndexId Modifier and Type Method Description voidBlobStoreRepository. finalizeSnapshot(SnapshotId snapshotId, List<IndexId> indices, long startTime, String failure, int totalShards, List<SnapshotShardFailure> shardFailures, long repositoryStateId, boolean includeGlobalState, MetaData clusterMetaData, Map<String,Object> userMetadata, ActionListener<SnapshotInfo> listener)voidBlobStoreRepository. initializeSnapshot(SnapshotId snapshotId, List<IndexId> indices, MetaData clusterMetaData)
-