Class CollectionAdminRequest.DeleteNode

All Implemented Interfaces:
Serializable, MapSerializable, MapWriter, NavigableObject, org.noggit.JSONWriter.Writable
Enclosing class:
CollectionAdminRequest<T extends CollectionAdminResponse>

public static class CollectionAdminRequest.DeleteNode extends CollectionAdminRequest.AsyncCollectionAdminRequest
See Also:
  • Constructor Details

    • DeleteNode

      public DeleteNode(String node)
      Parameters:
      node - The node to be deleted
  • Method Details

    • 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 CollectionAdminRequest.AsyncCollectionAdminRequest