public enum VoidBackPressureStatsTracker extends Enum<VoidBackPressureStatsTracker> implements BackPressureStatsTracker
BackPressureStatsTracker implementation which always returns no back pressure statistics.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static VoidBackPressureStatsTracker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoidBackPressureStatsTracker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcleanUpOperatorStatsCache, getOperatorBackPressureStats, shutDownpublic static final VoidBackPressureStatsTracker INSTANCE
public static VoidBackPressureStatsTracker[] values()
for (VoidBackPressureStatsTracker c : VoidBackPressureStatsTracker.values()) System.out.println(c);
public static VoidBackPressureStatsTracker valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.