Package | Description |
---|---|
com.espertech.esper.common.client.serde |
Serdes are for serializing and de-serializing.
|
Modifier and Type | Class and Description |
---|---|
class |
SerdeProviderAdditionalInfoAggregation
Information that the serde applies to an aggregation.
|
class |
SerdeProviderAdditionalInfoAggregationDistinct
Information that the serde applies to an distinct-value expression of an aggregation.
|
class |
SerdeProviderAdditionalInfoDerivedViewProperty
Information that the serde applies to a derived-value view property.
|
class |
SerdeProviderAdditionalInfoEventProperty
Information about the event property for which to obtain a serde.
|
class |
SerdeProviderAdditionalInfoEventType
Information about the event type for which to obtain a serde.
|
class |
SerdeProviderAdditionalInfoFilter
Information that the serde applies to a filter.
|
class |
SerdeProviderAdditionalInfoIndex
Information that the serde applies to an index.
|
class |
SerdeProviderAdditionalInfoMultikey
Information about the multikey for which to obtain a serde.
|
class |
SerdeProviderAdditionalInfoVariable
Information about the variable for which to obtain a serde.
|
class |
SerdeProviderEventTypeContext
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 with
SerdeProvider |
Modifier and Type | Method and Description |
---|---|
SerdeProviderAdditionalInfo |
SerdeProviderContextClass.getAdditionalInfo()
Returns additional information on why and where a serde is need for this type
|
Constructor and Description |
---|
SerdeProviderContextClass(EPTypeClass clazz,
SerdeProviderAdditionalInfo additionalInfo)
Ctor.
|