public enum TestOperatorEnum extends Enum<TestOperatorEnum>
DataStreamAllroundTestProgram
.Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getUid() |
static TestOperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestOperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestOperatorEnum EVENT_SOURCE
public static final TestOperatorEnum KEYED_STATE_OPER_WITH_KRYO_AND_CUSTOM_SER
public static final TestOperatorEnum KEYED_STATE_OPER_WITH_AVRO_SER
public static final TestOperatorEnum OPERATOR_STATE_OPER
public static final TestOperatorEnum TIME_WINDOW_OPER
public static final TestOperatorEnum FAILURE_MAPPER_NAME
public static final TestOperatorEnum SEMANTICS_CHECK_MAPPER
public static final TestOperatorEnum SEMANTICS_CHECK_PRINT_SINK
public static final TestOperatorEnum SLIDING_WINDOW_AGG
public static final TestOperatorEnum SLIDING_WINDOW_CHECK_MAPPER
public static final TestOperatorEnum SLIDING_WINDOW_CHECK_PRINT_SINK
public static final TestOperatorEnum RESULT_TYPE_QUERYABLE_MAPPER_WITH_CUSTOM_SER
public static final TestOperatorEnum MAPPER_RETURNS_OUT_WITH_CUSTOM_SER
public static final TestOperatorEnum EVENT_IDENTITY_MAPPER
public static TestOperatorEnum[] values()
for (TestOperatorEnum c : TestOperatorEnum.values()) System.out.println(c);
public static TestOperatorEnum 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 nullpublic String getName()
public String getUid()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.