Class DistributedSearchType


  • public class DistributedSearchType
    extends Object
    Governs the behaviour of a distributed search. hopCount - the maximum number of message hops before the search is terminated. Each catalogue node decrements this value when the request is received, and must not forward the request if hopCount=0.

    Java class for DistributedSearchType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DistributedSearchType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="hopCount" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="2" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DistributedSearchType

        public DistributedSearchType()
        Default no-arg constructor
      • DistributedSearchType

        public DistributedSearchType​(BigInteger hopCount)
        Fully-initialising value constructor
    • Method Detail

      • getHopCount

        public BigInteger getHopCount()
        Gets the value of the hopCount property.
        Returns:
        possible object is BigInteger
      • setHopCount

        public void setHopCount​(BigInteger value)
        Sets the value of the hopCount property.
        Parameters:
        value - allowed object is BigInteger