Package io.grpc.grpclb
Class InternalGrpclbConstantsAccessor
- java.lang.Object
-
- io.grpc.grpclb.InternalGrpclbConstantsAccessor
-
@Internal public final class InternalGrpclbConstantsAccessor extends java.lang.Object
InternalGrpclbConstants
accessor. This is intended for usage internal to the gRPC team. If you *really* think you need to use this, contact the gRPC team first.
-
-
Field Summary
Fields Modifier and Type Field Description static Attributes.Key<java.lang.String>
ATTR_LB_ADDR_AUTHORITY
static Attributes.Key<java.util.List<EquivalentAddressGroup>>
ATTR_LB_ADDRS
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalGrpclbConstantsAccessor()
-
-
-
Field Detail
-
ATTR_LB_ADDRS
public static final Attributes.Key<java.util.List<EquivalentAddressGroup>> ATTR_LB_ADDRS
-
ATTR_LB_ADDR_AUTHORITY
@Attr public static final Attributes.Key<java.lang.String> ATTR_LB_ADDR_AUTHORITY
-
-