Constant Field Values

Contents

org.apache.*

  • org.apache.dubbo.rpc.cluster.support.AvailableCluster
    Modifier and Type
    Constant Field
    Value
    public static final String
    "available"
  • org.apache.dubbo.rpc.cluster.support.FailbackCluster
    Modifier and Type
    Constant Field
    Value
    public static final String
    "failback"
  • org.apache.dubbo.rpc.cluster.support.FailfastCluster
    Modifier and Type
    Constant Field
    Value
    public static final String
    "failfast"
  • org.apache.dubbo.rpc.cluster.support.FailoverCluster
    Modifier and Type
    Constant Field
    Value
    public static final String
    "failover"
  • org.apache.dubbo.rpc.cluster.support.FailsafeCluster
    Modifier and Type
    Constant Field
    Value
    public static final String
    "failsafe"
  • org.apache.dubbo.rpc.cluster.support.ForkingCluster
    Modifier and Type
    Constant Field
    Value
    public static final String
    "forking"
  • org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareCluster
    Modifier and Type
    Constant Field
    Value
    public static final String
    "zone-aware"