Class MessagebusConfig.Routingtable.Route

  • Enclosing class:
    MessagebusConfig.Routingtable

    public static final class MessagebusConfig.Routingtable.Route
    extends com.yahoo.config.InnerNode
    This class represents messagebus.routingtable[].route[]
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> hop()  
      java.lang.String hop​(int i)  
      java.lang.String name()  
      • Methods inherited from class com.yahoo.config.InnerNode

        equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
      • Methods inherited from class com.yahoo.config.Node

        clone
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • name

        public java.lang.String name()
        Returns:
        messagebus.routingtable[].route[].name
      • hop

        public java.util.List<java.lang.String> hop()
        Returns:
        messagebus.routingtable[].route[].hop[]
      • hop

        public java.lang.String hop​(int i)
        Parameters:
        i - the index of the value to return
        Returns:
        messagebus.routingtable[].route[].hop[]