public class SnapshotUtils extends Object
| Constructor and Description |
|---|
SnapshotUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
filterIndices(List<String> availableIndices,
String[] selectedIndices,
IndicesOptions indicesOptions)
Filters out list of available indices based on the list of selected indices.
|
public static List<String> filterIndices(List<String> availableIndices, String[] selectedIndices, IndicesOptions indicesOptions)
availableIndices - list of available indicesselectedIndices - list of selected indicesindicesOptions - ignore indices flagCopyright © 2009–2017. All rights reserved.