Package org.elasticsearch.snapshots
Class InternalSnapshotsInfoService
java.lang.Object
org.elasticsearch.snapshots.InternalSnapshotsInfoService
- All Implemented Interfaces:
ClusterStateListener,SnapshotsInfoService
public class InternalSnapshotsInfoService
extends Object
implements ClusterStateListener, SnapshotsInfoService
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionInternalSnapshotsInfoService(Settings settings, ClusterService clusterService, Supplier<RepositoriesService> repositoriesServiceSupplier, Supplier<RerouteService> rerouteServiceSupplier) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when cluster state changes.
-
Field Details
-
INTERNAL_SNAPSHOT_INFO_MAX_CONCURRENT_FETCHES_SETTING
-
-
Constructor Details
-
InternalSnapshotsInfoService
public InternalSnapshotsInfoService(Settings settings, ClusterService clusterService, Supplier<RepositoriesService> repositoriesServiceSupplier, Supplier<RerouteService> rerouteServiceSupplier)
-
-
Method Details
-
snapshotShardSizes
- Specified by:
snapshotShardSizesin interfaceSnapshotsInfoService
-
clusterChanged
Description copied from interface:ClusterStateListenerCalled when cluster state changes.- Specified by:
clusterChangedin interfaceClusterStateListener
-