Uses of Class
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Package
Description
Serdes are for serializing and de-serializing.
-
Uses of SerdeProviderAdditionalInfo in com.espertech.esper.common.client.serde
Modifier and TypeClassDescriptionclass
Information that the serde applies to an aggregation.class
Information that the serde applies to an distinct-value expression of an aggregation.class
Information that the serde applies to a derived-value view property.class
Information about the event property for which to obtain a serde.class
Information about the event type for which to obtain a serde.class
Information that the serde applies to a filter.class
Information that the serde applies to an index.class
Information about the multikey for which to obtain a serde.class
Information about the variable for which to obtain a serde.class
For use with high-availability and scale-out only, this class provides contextual information about the event type that we looking to serialize or de-serialize, for use withSerdeProvider
Modifier and TypeMethodDescriptionSerdeProviderContextClass.getAdditionalInfo()
Returns additional information on why and where a serde is need for this typeModifierConstructorDescriptionSerdeProviderContextClass
(EPTypeClass clazz, SerdeProviderAdditionalInfo additionalInfo) Ctor.