Class ClusterName

org.elasticsearch.cluster.ClusterName
All Implemented Interfaces:
Writeable

public class ClusterName extends implements Writeable
  • Field Details

  • Constructor Details

    • ClusterName

      public ClusterName(StreamInput input) throws
      Throws:
    • ClusterName

      public ClusterName( value)
  • Method Details

    • value

      public  value()
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class 
    • getEqualityPredicate

      public <ClusterName> getEqualityPredicate()