Class RestoreCommand

java.lang.Object
org.codice.ddf.commands.catalog.CommandSupport
org.codice.ddf.commands.solr.SolrCommands
org.codice.ddf.commands.solr.RestoreCommand
All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action

public class RestoreCommand extends SolrCommands
  • Field Details

    • backupLocation

      protected String backupLocation
    • backupName

      protected String backupName
    • coreName

      protected String coreName
    • status

      protected boolean status
    • requestId

      protected String requestId
    • asyncRestore

      protected boolean asyncRestore
    • force

      protected boolean force
  • Constructor Details

    • RestoreCommand

      public RestoreCommand()
  • Method Details