Class CacheCommand

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

public class CacheCommand extends SolrCommands
  • Field Details

    • clear

      protected boolean clear
    • force

      protected boolean force
    • session

      protected org.apache.karaf.shell.api.console.Session session
  • Constructor Details

    • CacheCommand

      public CacheCommand()
  • Method Details

    • execute

      public Object execute() throws Exception
      Throws:
      Exception
    • setClient

      protected void setClient(org.apache.solr.client.solrj.SolrClient client)