Class CollectionAdminRequest.MoveReplica

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

public static class CollectionAdminRequest.MoveReplica extends CollectionAdminRequest.AsyncCollectionAdminRequest
See Also:
  • Field Details

    • collection

      protected String collection
    • replica

      protected String replica
    • targetNode

      protected String targetNode
    • shard

      protected String shard
    • sourceNode

      protected String sourceNode
    • randomlyMoveReplica

      protected boolean randomlyMoveReplica
    • inPlaceMove

      protected boolean inPlaceMove
    • timeout

      protected int timeout
  • Constructor Details

  • Method Details

    • setInPlaceMove

      public void setInPlaceMove(boolean inPlaceMove)
    • setTimeout

      public void setTimeout(int timeout)
    • 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