Class EPCompiled
java.lang.Object
com.espertech.esper.common.client.EPCompiled
- All Implemented Interfaces:
Serializable
The byte code and manifest of a compile EPL module or EPL fire-and-forget query.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a map of class name and byte code for a classloaderReturns a manifest object
-
Constructor Details
-
EPCompiled
Ctor.- Parameters:
classes
- map of class name and byte code for a classloadermanifest
- the manifest
-
-
Method Details
-
getClasses
Returns a map of class name and byte code for a classloader- Returns:
- classes
-
getManifest
Returns a manifest object- Returns:
- manifest
-