Class SnapshotRestoreHelper
- java.lang.Object
-
- com.floragunn.searchguard.support.SnapshotRestoreHelper
-
public class SnapshotRestoreHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description SnapshotRestoreHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.elasticsearch.snapshots.SnapshotInfogetSnapshotInfo(org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest restoreRequest, org.elasticsearch.repositories.RepositoriesService repositoriesService)static List<String>resolveOriginalIndices(org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest restoreRequest, org.elasticsearch.repositories.RepositoriesService repositoriesService)
-
-
-
Method Detail
-
resolveOriginalIndices
public static List<String> resolveOriginalIndices(org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest restoreRequest, org.elasticsearch.repositories.RepositoriesService repositoriesService)
-
getSnapshotInfo
public static org.elasticsearch.snapshots.SnapshotInfo getSnapshotInfo(org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest restoreRequest, org.elasticsearch.repositories.RepositoriesService repositoriesService)
-
-