Uses of Class
io.envoyproxy.envoy.config.metrics.v3.HystrixSink
-
Packages that use HystrixSink Package Description io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of HystrixSink in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 declared as HystrixSink Modifier and Type Field Description private static HystrixSink
HystrixSink. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type HystrixSink Modifier and Type Field Description private static com.google.protobuf.Parser<HystrixSink>
HystrixSink. PARSER
Methods in io.envoyproxy.envoy.config.metrics.v3 that return HystrixSink Modifier and Type Method Description HystrixSink
HystrixSink.Builder. build()
HystrixSink
HystrixSink.Builder. buildPartial()
static HystrixSink
HystrixSink. getDefaultInstance()
HystrixSink
HystrixSink.Builder. getDefaultInstanceForType()
HystrixSink
HystrixSink. getDefaultInstanceForType()
static HystrixSink
HystrixSink. parseDelimitedFrom(java.io.InputStream input)
static HystrixSink
HystrixSink. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HystrixSink
HystrixSink. parseFrom(byte[] data)
static HystrixSink
HystrixSink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HystrixSink
HystrixSink. parseFrom(com.google.protobuf.ByteString data)
static HystrixSink
HystrixSink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HystrixSink
HystrixSink. parseFrom(com.google.protobuf.CodedInputStream input)
static HystrixSink
HystrixSink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HystrixSink
HystrixSink. parseFrom(java.io.InputStream input)
static HystrixSink
HystrixSink. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HystrixSink
HystrixSink. parseFrom(java.nio.ByteBuffer data)
static HystrixSink
HystrixSink. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type HystrixSink Modifier and Type Method Description com.google.protobuf.Parser<HystrixSink>
HystrixSink. getParserForType()
static com.google.protobuf.Parser<HystrixSink>
HystrixSink. parser()
Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type HystrixSink Modifier and Type Method Description private void
HystrixSink.Builder. buildPartial0(HystrixSink result)
HystrixSink.Builder
HystrixSink.Builder. mergeFrom(HystrixSink other)
static HystrixSink.Builder
HystrixSink. newBuilder(HystrixSink prototype)
-