Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Bootstrap.StatsFlushCase
-
Packages that use Bootstrap.StatsFlushCase Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of Bootstrap.StatsFlushCase in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Bootstrap.StatsFlushCase Modifier and Type Method Description static Bootstrap.StatsFlushCase
Bootstrap.StatsFlushCase. forNumber(int value)
Bootstrap.StatsFlushCase
Bootstrap.Builder. getStatsFlushCase()
Bootstrap.StatsFlushCase
Bootstrap. getStatsFlushCase()
Bootstrap.StatsFlushCase
BootstrapOrBuilder. getStatsFlushCase()
static Bootstrap.StatsFlushCase
Bootstrap.StatsFlushCase. valueOf(int value)
Deprecated.static Bootstrap.StatsFlushCase
Bootstrap.StatsFlushCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Bootstrap.StatsFlushCase[]
Bootstrap.StatsFlushCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-