public class IndexMerge extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OAK_CHILD_ORDER |
| Constructor and Description |
|---|
IndexMerge() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String... args)
Execute the command.
|
static Set<String> |
getSupersededIndexDefs(org.apache.jackrabbit.oak.commons.json.JsonObject indexDefs)
Get the names of the index definitions that are superseded in one of the
indexes.
|
static void |
main(String... args) |
public static final String OAK_CHILD_ORDER
public void execute(String... args) throws Exception
args - the command line argumentsExceptionpublic static Set<String> getSupersededIndexDefs(org.apache.jackrabbit.oak.commons.json.JsonObject indexDefs)
indexDefs - all index definitionsCopyright © 2012–2020 The Apache Software Foundation. All rights reserved.