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