- CommaWindowFunction - org.apache.pulsar.functions.api.examples中的类
-
Comma based aggregation window function example.
- CommaWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.CommaWindowFunction
-
- ConfigBasedAppendFunction - org.apache.pulsar.functions.api.examples中的类
-
Function that appends something to incoming input based on config supplied.
- ConfigBasedAppendFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.ConfigBasedAppendFunction
-
- ConsistentlyFailingFunction - org.apache.pulsar.functions.api.examples中的类
-
This Function simulates a pulsar function encountering failing on a particular message.
- ConsistentlyFailingFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.ConsistentlyFailingFunction
-
- ContextFunction - org.apache.pulsar.functions.api.examples中的类
-
- ContextFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.ContextFunction
-
- ContextWindowFunction - org.apache.pulsar.functions.api.examples中的类
-
Example Function that acts on a window of tuples at a time rather than per tuple basis.
- ContextWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.ContextWindowFunction
-
- CustomBaseObject - org.apache.pulsar.functions.api.examples中的类
-
- CustomBaseObject() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomBaseObject
-
- CustomBaseSerde - org.apache.pulsar.functions.api.examples中的类
-
Example of using a byte buffer serialization for Custom object.
- CustomBaseSerde() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomBaseSerde
-
- CustomBaseToBaseFunction - org.apache.pulsar.functions.api.examples中的类
-
Function example of processing on a custom object type.
- CustomBaseToBaseFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomBaseToBaseFunction
-
- CustomBaseToDerivedFunction - org.apache.pulsar.functions.api.examples中的类
-
Example of function doing a type object conversion between input ann output type.
- CustomBaseToDerivedFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomBaseToDerivedFunction
-
- CustomDerivedObject - org.apache.pulsar.functions.api.examples中的类
-
- CustomDerivedObject(long, int) - 类 的构造器org.apache.pulsar.functions.api.examples.CustomDerivedObject
-
- CustomDerivedSerde - org.apache.pulsar.functions.api.examples中的类
-
Example to derived object serialization.
- CustomDerivedSerde() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomDerivedSerde
-
- CustomDerivedToBaseFunction - org.apache.pulsar.functions.api.examples中的类
-
Example of function converting a derived object to a base object.
- CustomDerivedToBaseFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomDerivedToBaseFunction
-
- CustomDerivedToDerivedFunction - org.apache.pulsar.functions.api.examples中的类
-
Example of 2nd order conversion from a base object for composition pipelines.
- CustomDerivedToDerivedFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomDerivedToDerivedFunction
-
- CustomObject - org.apache.pulsar.functions.api.examples.serde中的类
-
This class simulates a user defined POJO.
- CustomObject() - 类 的构造器org.apache.pulsar.functions.api.examples.serde.CustomObject
-
- CustomObjectFunction - org.apache.pulsar.functions.api.examples中的类
-
Function that deals with custom objects.
- CustomObjectFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.CustomObjectFunction
-
- CustomObjectSerde - org.apache.pulsar.functions.api.examples.serde中的类
-
This class takes care of serializing/deserializing CustomObject.
- CustomObjectSerde() - 类 的构造器org.apache.pulsar.functions.api.examples.serde.CustomObjectSerde
-