Class ProviderConfig.Yca

  • Enclosing class:
    ProviderConfig

    public static final class ProviderConfig.Yca
    extends com.yahoo.config.InnerNode
    This class represents provider.yca
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String applicationId()  
      java.lang.String host()  
      int port()  
      int retry()  
      int ttl()  
      boolean useProxy()  
      • 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

      • host

        public java.lang.String host()
        Returns:
        provider.yca.host
      • port

        public int port()
        Returns:
        provider.yca.port
      • useProxy

        public boolean useProxy()
        Returns:
        provider.yca.useProxy
      • applicationId

        public java.lang.String applicationId()
        Returns:
        provider.yca.applicationId
      • ttl

        public int ttl()
        Returns:
        provider.yca.ttl
      • retry

        public int retry()
        Returns:
        provider.yca.retry