Uses of Class
org.elasticsearch.snapshots.SnapshotShardsService
-
Packages that use SnapshotShardsService Package Description org.elasticsearch.action.admin.cluster.snapshots.status org.elasticsearch.indices.cluster -
-
Uses of SnapshotShardsService in org.elasticsearch.action.admin.cluster.snapshots.status
Constructors in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type SnapshotShardsService Constructor Description TransportNodesSnapshotsStatus(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, SnapshotShardsService snapshotShardsService, ActionFilters actionFilters) -
Uses of SnapshotShardsService in org.elasticsearch.indices.cluster
Constructors in org.elasticsearch.indices.cluster with parameters of type SnapshotShardsService Constructor Description IndicesClusterStateService(Settings settings, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool, PeerRecoveryTargetService recoveryTargetService, ShardStateAction shardStateAction, NodeMappingRefreshAction nodeMappingRefreshAction, RepositoriesService repositoriesService, SearchService searchService, SyncedFlushService syncedFlushService, PeerRecoverySourceService peerRecoverySourceService, SnapshotShardsService snapshotShardsService, PrimaryReplicaSyncer primaryReplicaSyncer, GlobalCheckpointSyncAction globalCheckpointSyncAction, RetentionLeaseSyncAction retentionLeaseSyncAction, RetentionLeaseBackgroundSyncAction retentionLeaseBackgroundSyncAction)
-