Class SerdeProviderAdditionalInfoIndex
java.lang.Object
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoIndex
Information that the serde applies to an index.
-
Constructor Summary
ConstructorDescriptionSerdeProviderAdditionalInfoIndex
(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw) Ctor -
Method Summary
Methods inherited from class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
getAnnotations, getContextName, getModuleName, getStatementName, getStatementType
-
Constructor Details
-
SerdeProviderAdditionalInfoIndex
public SerdeProviderAdditionalInfoIndex(com.espertech.esper.common.internal.compile.stage2.StatementRawInfo raw) Ctor- Parameters:
raw
- statement information
-