Class SnapshotUtils

org.elasticsearch.snapshots.SnapshotUtils

public class SnapshotUtils extends
Snapshot utilities
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <>
    <> availableIndices, [] selectedIndices, IndicesOptions indicesOptions)
    Filters out list of available indices based on the list of selected indices.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • SnapshotUtils

      public SnapshotUtils()
  • Method Details

    • filterIndices

      public static <> filterIndices(<> availableIndices, [] selectedIndices, IndicesOptions indicesOptions)
      Filters out list of available indices based on the list of selected indices.
      Parameters:
      availableIndices - list of available indices
      selectedIndices - list of selected indices
      indicesOptions - ignore indices flag
      Returns:
      filtered out indices