See: Description
Interface | Description |
---|---|
DataInputOutputSerde<E> |
Implementations read and write objects from/to the stream.
|
EventBeanCollatedWriter |
Collated writer for events, intented for passing along as a parameter and not intended to be implemented by an application
|
SerdeProvider |
For use with high-availability and scale-out only, provider for serde (serializer and deserializer) information
to the compiler.
|
SerdeProviderFactory |
Factory for serde providers.
|
Class | Description |
---|---|
SerdeProviderAdditionalInfo |
For use with high-availability and scale-out only, this class provides additional information passed to serde provider, for use with
SerdeProvider |
SerdeProviderAdditionalInfoAggregation |
Information that the serde applies to an aggregation.
|
SerdeProviderAdditionalInfoAggregationDistinct |
Information that the serde applies to an distinct-value expression of an aggregation.
|
SerdeProviderAdditionalInfoDerivedViewProperty |
Information that the serde applies to a derived-value view property.
|
SerdeProviderAdditionalInfoEventProperty |
Information about the event property for which to obtain a serde.
|
SerdeProviderAdditionalInfoEventType |
Information about the event type for which to obtain a serde.
|
SerdeProviderAdditionalInfoFilter |
Information that the serde applies to a filter.
|
SerdeProviderAdditionalInfoIndex |
Information that the serde applies to an index.
|
SerdeProviderAdditionalInfoMultikey |
Information about the multikey for which to obtain a serde.
|
SerdeProviderAdditionalInfoVariable |
Information about the variable for which to obtain a serde.
|
SerdeProviderContextClass |
For use with high-availability and scale-out only, this class provides contextual information about the class that we
looking to serialize or de-serialize, for use with
SerdeProvider |
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 |
SerdeProviderFactoryContext |
Context provided to serde provider factories for runtime-contextual information.
|
SerdeProvision |
For use with high-availability and scale-out only, this class provides information to the compiler how to
resolve the serializer and de-serializer (serde) at deployment-time.
|
SerdeProvisionArrayOfNonPrimitive |
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde)
is available for a given component type and component type serde
|
SerdeProvisionByClass |
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde)
is available via a singleton-pattern-style static field named "INSTANCE" (preferred) or by has a default constructor.
|
SerdeProvisionParameterized |
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde)
is available using a parameterized constructor that accepts expressions as represents by the functions provided.
|
Serdes are for serializing and de-serializing.
Copyright © 2005–2021. All rights reserved.