Class CoreAdminRequest.WaitForState

All Implemented Interfaces:
Serializable
Enclosing class:
CoreAdminRequest

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

    • nodeName

      protected String nodeName
    • coreNodeName

      protected String coreNodeName
    • state

      protected Replica.State state
    • checkLive

      protected Boolean checkLive
    • onlyIfLeader

      protected Boolean onlyIfLeader
    • onlyIfLeaderActive

      protected Boolean onlyIfLeaderActive
  • Constructor Details

    • WaitForState

      public WaitForState()
  • Method Details

    • setNodeName

      public void setNodeName(String nodeName)
    • getNodeName

      public String getNodeName()
    • getCoreNodeName

      public String getCoreNodeName()
    • setCoreNodeName

      public void setCoreNodeName(String coreNodeName)
    • getState

      public Replica.State getState()
    • setState

      public void setState(Replica.State state)
    • getCheckLive

      public Boolean getCheckLive()
    • setCheckLive

      public void setCheckLive(Boolean checkLive)
    • isOnlyIfLeader

      public boolean isOnlyIfLeader()
    • setOnlyIfLeader

      public void setOnlyIfLeader(boolean onlyIfLeader)
    • setOnlyIfLeaderActive

      public void setOnlyIfLeaderActive(boolean onlyIfLeaderActive)
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object