Uses of Class
io.streamthoughts.kafka.connect.transform.data.Type
-
Packages that use Type Package Description io.streamthoughts.kafka.connect.transform.data io.streamthoughts.kafka.connect.transform.pattern -
-
Uses of Type in io.streamthoughts.kafka.connect.transform.data
Methods in io.streamthoughts.kafka.connect.transform.data that return Type Modifier and Type Method Description static TypeType. forName(String name)static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Type in io.streamthoughts.kafka.connect.transform.pattern
Methods in io.streamthoughts.kafka.connect.transform.pattern that return Type Modifier and Type Method Description TypeGrokCaptureGroup. type()Gets the type defined for the data field to capture.TypeGrokPattern. type()Constructors in io.streamthoughts.kafka.connect.transform.pattern with parameters of type Type Constructor Description GrokCaptureGroup(String name, int[] backRefs, Type type)
-