A B C D E G H I J L M O P R S T U V W 
所有类 所有程序包

A

AddWindowFunction - org.apache.pulsar.functions.api.examples中的类
Example Function that acts on a window of tuples at a time rather than per tuple basis.
AddWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.AddWindowFunction
 
apply(String) - 类 中的方法org.apache.pulsar.functions.api.examples.JavaNativeAsyncExclamationFunction
 
apply(String) - 类 中的方法org.apache.pulsar.functions.api.examples.JavaNativeExclamationFunction
 
apply(Collection<Integer>) - 类 中的方法org.apache.pulsar.functions.api.examples.AddWindowFunction
 
apply(Collection<String>) - 类 中的方法org.apache.pulsar.functions.api.examples.CommaWindowFunction
 
apply(Collection<String>) - 类 中的方法org.apache.pulsar.functions.api.examples.WindowDurationFunction
 
AsyncContextFunction - org.apache.pulsar.functions.api.examples中的类
 
AsyncContextFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.AsyncContextFunction
 
AutoSchemaFunction - org.apache.pulsar.functions.api.examples中的类
Function that deals with Schema.Auto.
AutoSchemaFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.AutoSchemaFunction
 
AvroSchemaTestFunction - org.apache.pulsar.functions.api.examples中的类
 
AvroSchemaTestFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.AvroSchemaTestFunction
 
AvroTestObject - org.apache.pulsar.functions.api.examples.pojo中的类
Avro test object.
AvroTestObject() - 类 的构造器org.apache.pulsar.functions.api.examples.pojo.AvroTestObject
 

B

ByteBufferSerDe - org.apache.pulsar.functions.api.examples中的类
Simple ByteBuffer Serializer and Deserializer.
ByteBufferSerDe() - 类 的构造器org.apache.pulsar.functions.api.examples.ByteBufferSerDe
 

C

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.window中的类
Example Function that acts on a window of tuples at a time rather than per tuple basis.
ContextWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.window.ContextWindowFunction
 
CursorManagementFunction - org.apache.pulsar.functions.api.examples中的类
A function that demonstrates how to use pulsar admin client exposed from Function Context.
CursorManagementFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.CursorManagementFunction
 
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
 

D

deserialize(byte[]) - 类 中的方法org.apache.pulsar.functions.api.examples.ByteBufferSerDe
 
deserialize(byte[]) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomBaseSerde
 
deserialize(byte[]) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomDerivedSerde
 
deserialize(byte[]) - 类 中的方法org.apache.pulsar.functions.api.examples.serde.CustomObjectSerde
 

E

ExclamationFunction - org.apache.pulsar.functions.api.examples中的类
The classic Exclamation Function that appends an exclamation at the end of the input.
ExclamationFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.ExclamationFunction
 

G

getPrivateKey(String, Map<String, String>) - 类 中的方法org.apache.pulsar.functions.api.examples.RawFileKeyReader
 
getPublicKey(String, Map<String, String>) - 类 中的方法org.apache.pulsar.functions.api.examples.RawFileKeyReader
 

H

HostAppenderFunction - org.apache.pulsar.functions.api.examples中的类
Function that appends the host name to the payload message.
HostAppenderFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.HostAppenderFunction
 

I

InstanceIdAppenderFunction - org.apache.pulsar.functions.api.examples中的类
Function that appends the instance id to the payload message.
InstanceIdAppenderFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.InstanceIdAppenderFunction
 
IntegerAdditionFunction - org.apache.pulsar.functions.api.examples中的类
Function that appends to an integer input value and outputs the new value.
IntegerAdditionFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.IntegerAdditionFunction
 

J

JavaNativeAsyncExclamationFunction - org.apache.pulsar.functions.api.examples中的类
 
JavaNativeAsyncExclamationFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.JavaNativeAsyncExclamationFunction
 
JavaNativeExclamationFunction - org.apache.pulsar.functions.api.examples中的类
 
JavaNativeExclamationFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.JavaNativeExclamationFunction
 

L

LoggingFunction - org.apache.pulsar.functions.api.examples中的类
A function that demonstrates how to redirect logging to a topic.
LoggingFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.LoggingFunction
 
LoggingWindowFunction - org.apache.pulsar.functions.api.examples.window中的类
A function that demonstrates how to redirect logging to a topic.
LoggingWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.window.LoggingWindowFunction
 

M

MergeTopicFunction - org.apache.pulsar.functions.api.examples中的类
Merge various schemas data to a topic.
MergeTopicFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.MergeTopicFunction
 

O

org.apache.pulsar.functions.api.examples - 程序包 org.apache.pulsar.functions.api.examples
 
org.apache.pulsar.functions.api.examples.pojo - 程序包 org.apache.pulsar.functions.api.examples.pojo
 
org.apache.pulsar.functions.api.examples.serde - 程序包 org.apache.pulsar.functions.api.examples.serde
 
org.apache.pulsar.functions.api.examples.window - 程序包 org.apache.pulsar.functions.api.examples.window
 

P

process(Integer, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.IntegerAdditionFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.AsyncContextFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.ConfigBasedAppendFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.ConsistentlyFailingFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.ContextFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.CursorManagementFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.ExclamationFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.HostAppenderFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.InstanceIdAppenderFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.LoggingFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.PublishFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.TypedMessageBuilderPublish
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.UserConfigFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.UserExceptionFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.UserMetricFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.UserPublishFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.VoidFunction
 
process(String, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.WordCountFunction
 
process(Collection<Record<Integer>>, WindowContext) - 类 中的方法org.apache.pulsar.functions.api.examples.window.ContextWindowFunction
 
process(Collection<Record<String>>, WindowContext) - 类 中的方法org.apache.pulsar.functions.api.examples.window.LoggingWindowFunction
 
process(Collection<Record<String>>, WindowContext) - 类 中的方法org.apache.pulsar.functions.api.examples.window.PublishWindowFunction
 
process(Collection<Record<String>>, WindowContext) - 类 中的方法org.apache.pulsar.functions.api.examples.window.UserConfigWindowFunction
 
process(Collection<Record<String>>, WindowContext) - 类 中的方法org.apache.pulsar.functions.api.examples.window.UserExceptionWindowFunction
 
process(Collection<Record<String>>, WindowContext) - 类 中的方法org.apache.pulsar.functions.api.examples.window.UserMetricWindowFunction
 
process(Collection<Record<String>>, WindowContext) - 类 中的方法org.apache.pulsar.functions.api.examples.window.WordCountWindowFunction
 
process(GenericRecord, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.AutoSchemaFunction
 
process(GenericRecord, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.MergeTopicFunction
 
process(CustomBaseObject, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomBaseToBaseFunction
 
process(CustomBaseObject, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomBaseToDerivedFunction
 
process(CustomDerivedObject, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomDerivedToBaseFunction
 
process(CustomDerivedObject, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomDerivedToDerivedFunction
 
process(AvroTestObject, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.AvroSchemaTestFunction
 
process(CustomObject, Context) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomObjectFunction
 
PublishFunction - org.apache.pulsar.functions.api.examples中的类
Example function that uses the built in publish function in the context to publish to a desired topic based on config.
PublishFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.PublishFunction
 
PublishWindowFunction - org.apache.pulsar.functions.api.examples.window中的类
Example function that uses the built in publish function in the context to publish to a desired topic based on config.
PublishWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.window.PublishWindowFunction
 

R

RawFileKeyReader - org.apache.pulsar.functions.api.examples中的类
Example function that provide a constructor with map argument to initialize the CryptoKeyReader class used by pulsar function
RawFileKeyReader(String, String) - 类 的构造器org.apache.pulsar.functions.api.examples.RawFileKeyReader
 
RawFileKeyReader(Map<String, Object>) - 类 的构造器org.apache.pulsar.functions.api.examples.RawFileKeyReader
 

S

serialize(Integer) - 类 中的方法org.apache.pulsar.functions.api.examples.ByteBufferSerDe
 
serialize(CustomBaseObject) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomBaseSerde
 
serialize(CustomDerivedObject) - 类 中的方法org.apache.pulsar.functions.api.examples.CustomDerivedSerde
 
serialize(CustomObject) - 类 中的方法org.apache.pulsar.functions.api.examples.serde.CustomObjectSerde
 

T

Tick - org.apache.pulsar.functions.api.examples.pojo中的类
Pojo to represent a stock tick.
Tick() - 类 的构造器org.apache.pulsar.functions.api.examples.pojo.Tick
 
Tick(long, String, double, double) - 类 的构造器org.apache.pulsar.functions.api.examples.pojo.Tick
 
TypedMessageBuilderPublish - org.apache.pulsar.functions.api.examples中的类
Example function that uses the built in publish function in the context to publish to a desired topic based on config and setting various message configurations to be passed along.
TypedMessageBuilderPublish() - 类 的构造器org.apache.pulsar.functions.api.examples.TypedMessageBuilderPublish
 

U

UserConfigFunction - org.apache.pulsar.functions.api.examples中的类
An example demonstrate retrieving user config value from Context.
UserConfigFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.UserConfigFunction
 
UserConfigWindowFunction - org.apache.pulsar.functions.api.examples.window中的类
An example demonstrate retrieving user config value from Context.
UserConfigWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.window.UserConfigWindowFunction
 
UserExceptionFunction - org.apache.pulsar.functions.api.examples中的类
This Function simulates a pulsar function encountering runtime errors.
UserExceptionFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.UserExceptionFunction
 
UserExceptionWindowFunction - org.apache.pulsar.functions.api.examples.window中的类
This Function simulates a pulsar function encountering runtime errors.
UserExceptionWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.window.UserExceptionWindowFunction
 
UserMetricFunction - org.apache.pulsar.functions.api.examples中的类
Example function that wants to keep track of the rate of letters seen in input.
UserMetricFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.UserMetricFunction
 
UserMetricWindowFunction - org.apache.pulsar.functions.api.examples.window中的类
Example function that wants to keep track of the event time of each message sent.
UserMetricWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.window.UserMetricWindowFunction
 
UserPublishFunction - org.apache.pulsar.functions.api.examples中的类
An example demonstrate publishing messages through Context.
UserPublishFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.UserPublishFunction
 
Users - org.apache.pulsar.functions.api.examples.pojo中的类
Pojo for test multi-version schema.
Users() - 类 的构造器org.apache.pulsar.functions.api.examples.pojo.Users
 
Users.UserV1 - org.apache.pulsar.functions.api.examples.pojo中的类
 
Users.UserV2 - org.apache.pulsar.functions.api.examples.pojo中的类
 
UserV1() - 类 的构造器org.apache.pulsar.functions.api.examples.pojo.Users.UserV1
 
UserV2() - 类 的构造器org.apache.pulsar.functions.api.examples.pojo.Users.UserV2
 

V

VoidFunction - org.apache.pulsar.functions.api.examples中的类
Example function that does not return any value
VoidFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.VoidFunction
 

W

WindowDurationFunction - org.apache.pulsar.functions.api.examples中的类
This functions collects the timestamp during the window operation.
WindowDurationFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.WindowDurationFunction
 
WordCountFunction - org.apache.pulsar.functions.api.examples中的类
The classic word count example done using pulsar functions Each input message is a sentence that split into words and each word counted.
WordCountFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.WordCountFunction
 
WordCountWindowFunction - org.apache.pulsar.functions.api.examples.window中的类
The classic word count example done using pulsar functions Each input message is a sentence that split into words and each word counted.
WordCountWindowFunction() - 类 的构造器org.apache.pulsar.functions.api.examples.window.WordCountWindowFunction
 
A B C D E G H I J L M O P R S T U V W 
所有类 所有程序包