Class ContextDescriptorNested
java.lang.Object
com.espertech.esper.common.client.soda.ContextDescriptorNested
- All Implemented Interfaces:
ContextDescriptor
,Serializable
Nested context.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of nested contextsvoid
setContexts
(List<CreateContextClause> contexts) Sets the list of nested contextsvoid
toEPL
(StringWriter writer, EPStatementFormatter formatter) Format as EPL.
-
Constructor Details
-
ContextDescriptorNested
public ContextDescriptorNested()Ctor. -
ContextDescriptorNested
Ctor.- Parameters:
contexts
- the nested contexts
-
-
Method Details
-
getContexts
Returns the list of nested contexts- Returns:
- contexts
-
setContexts
Sets the list of nested contexts- Parameters:
contexts
- nested contexts to set
-
toEPL
Description copied from interface:ContextDescriptor
Format as EPL.- Specified by:
toEPL
in interfaceContextDescriptor
- Parameters:
writer
- outputformatter
- formatter
-