Class CoreAdminRequest.Unload

All Implemented Interfaces:
Serializable
Enclosing class:
CoreAdminRequest

public static class CoreAdminRequest.Unload extends CoreAdminRequest
See Also:
  • Field Details

    • deleteIndex

      protected boolean deleteIndex
    • deleteDataDir

      protected boolean deleteDataDir
    • deleteInstanceDir

      protected boolean deleteInstanceDir
  • Constructor Details

    • Unload

      public Unload(boolean deleteIndex)
  • Method Details

    • isDeleteIndex

      public boolean isDeleteIndex()
    • setDeleteIndex

      public void setDeleteIndex(boolean deleteIndex)
    • setDeleteDataDir

      public void setDeleteDataDir(boolean deleteDataDir)
    • setDeleteInstanceDir

      public void setDeleteInstanceDir(boolean deleteInstanceDir)
    • isDeleteDataDir

      public boolean isDeleteDataDir()
    • isDeleteInstanceDir

      public boolean isDeleteInstanceDir()
    • getParams

      public SolrParams getParams()
      Description copied from class: SolrRequest
      The parameters for this request; never null. The runtime type may be mutable but modifications may not affect this SolrRequest instance, as it may return a new instance here every time. If the subclass specifies the response type as ModifiableSolrParams, then one can expect it to change this request. If the subclass has a setter then one can expect this method to return the value set.
      Overrides:
      getParams in class CoreAdminRequest