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