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 class
NodeStateExportCommand
-
Uses of Command in org.apache.jackrabbit.oak.index
Classes in org.apache.jackrabbit.oak.index that implement Command Modifier and Type Class Description class
IndexCommand
-
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 class
IndexDiffCommand
class
IndexStoreCommand
-
Uses of Command in org.apache.jackrabbit.oak.run
Classes in org.apache.jackrabbit.oak.run that implement Command Modifier and Type Class Description class
CompositePrepareCommand
class
DataStoreCacheUpgradeCommand
Command to upgrade JR2 DataStore cache.class
DataStoreCheckCommand
Command to check data store consistency and also optionally retrieve ids and references.class
DataStoreCommand
Command to check data store consistency and also optionally retrieve ids and references.class
DataStoreCopyCommand
Command to concurrently download blobs from an azure datastore using sas token authentication.class
FlatFileCommand
The flatfile command is an extract of the ability to create a filefile from the index command.class
FrozenNodeRefsByScanningCommand
Scans and lists all references to nt:frozenNode and returns an exit code of 1 if any are found (0 otherwise).class
FrozenNodeRefsUsingIndexCommand
Scans and lists all references to nt:frozenNode and returns an exit code of 1 if any are found (0 otherwise).class
IndexMergeCommand
class
JsonIndexCommand
class
LucenePurgeOldIndexVersionCommand
class
PersistentCacheCommand
class
PurgeOldIndexVersionCommand
class
RDBDDLDumpCommand
class
RevisionsCommand
Gives information about current node revisions state.class
ThreadDumpCommand
-
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 Command
Modes. 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)
-