Uses of Interface
org.apache.jackrabbit.oak.run.commons.Command
-
-
Uses of Command in org.apache.jackrabbit.oak.exporter
Classes in org.apache.jackrabbit.oak.exporter that implement Command Modifier and Type Class Description classNodeStateExportCommand -
Uses of Command in org.apache.jackrabbit.oak.index
Classes in org.apache.jackrabbit.oak.index that implement Command Modifier and Type Class Description classIndexCommand -
Uses of Command in org.apache.jackrabbit.oak.index.merge
Classes in org.apache.jackrabbit.oak.index.merge that implement Command Modifier and Type Class Description classIndexDiffCommandclassIndexStoreCommandclassIndexStoreStatsCommand -
Uses of Command in org.apache.jackrabbit.oak.run
Classes in org.apache.jackrabbit.oak.run that implement Command Modifier and Type Class Description classCompositePrepareCommandclassCreateGarbageCommandCreateGarbageCommand creates garbage nodes in the repository in order to allow for testing fullGC functionality.classDataStoreCacheUpgradeCommandCommand to upgrade JR2 DataStore cache.classDataStoreCheckCommandCommand to check data store consistency and also optionally retrieve ids and references.classDataStoreCommandCommand to check data store consistency and also optionally retrieve ids and references.classDataStoreCopyCommandCommand to concurrently download blobs from an azure datastore using sas token authentication.classFlatFileCommandThe flatfile command is an extract of the ability to create a filefile from the index command.classFrozenNodeRefsByScanningCommandScans and lists all references to nt:frozenNode and returns an exit code of 1 if any are found (0 otherwise).classFrozenNodeRefsUsingIndexCommandScans and lists all references to nt:frozenNode and returns an exit code of 1 if any are found (0 otherwise).classIndexMergeCommandclassJsonIndexCommandclassLucenePurgeOldIndexVersionCommandclassNamespaceRegistryCommandCommand to analyze and repair the namespace registry in an Oak repository (NamespaceRegistryModel).classPersistentCacheCommandclassPurgeOldIndexVersionCommandclassRDBDDLDumpCommandclassRevisionsCommandGives information about current node revisions state.classThreadDumpCommand -
Uses of Command in org.apache.jackrabbit.oak.run.commons
Methods in org.apache.jackrabbit.oak.run.commons that return Command Modifier and Type Method Description CommandModes. getCommand(String name)Constructor parameters in org.apache.jackrabbit.oak.run.commons with type arguments of type Command Constructor Description Modes(Map<String,Command> modes)
-