Enum TestOperatorEnum

    • Enum Constant Detail

      • KEYED_STATE_OPER_WITH_KRYO_AND_CUSTOM_SER

        public static final TestOperatorEnum KEYED_STATE_OPER_WITH_KRYO_AND_CUSTOM_SER
      • KEYED_STATE_OPER_WITH_AVRO_SER

        public static final TestOperatorEnum KEYED_STATE_OPER_WITH_AVRO_SER
      • SEMANTICS_CHECK_MAPPER

        public static final TestOperatorEnum SEMANTICS_CHECK_MAPPER
      • SEMANTICS_CHECK_PRINT_SINK

        public static final TestOperatorEnum SEMANTICS_CHECK_PRINT_SINK
      • SLIDING_WINDOW_CHECK_MAPPER

        public static final TestOperatorEnum SLIDING_WINDOW_CHECK_MAPPER
      • SLIDING_WINDOW_CHECK_PRINT_SINK

        public static final TestOperatorEnum SLIDING_WINDOW_CHECK_PRINT_SINK
      • RESULT_TYPE_QUERYABLE_MAPPER_WITH_CUSTOM_SER

        public static final TestOperatorEnum RESULT_TYPE_QUERYABLE_MAPPER_WITH_CUSTOM_SER
      • MAPPER_RETURNS_OUT_WITH_CUSTOM_SER

        public static final TestOperatorEnum MAPPER_RETURNS_OUT_WITH_CUSTOM_SER
      • EVENT_IDENTITY_MAPPER

        public static final TestOperatorEnum EVENT_IDENTITY_MAPPER
    • Method Detail

      • values

        public static TestOperatorEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TestOperatorEnum c : TestOperatorEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TestOperatorEnum valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getName

        public String getName()
      • getUid

        public String getUid()