com.espertech.esper.epl.spec
Class ViewSpec
java.lang.Object
com.espertech.esper.epl.spec.ObjectSpec
com.espertech.esper.epl.spec.ViewSpec
- All Implemented Interfaces:
- MetaDefItem, java.io.Serializable
public final class ViewSpec
- extends ObjectSpec
Specification for a view object consists of a namespace, name and view object parameters.
- See Also:
- Serialized Form
Constructor Summary |
ViewSpec(java.lang.String namespace,
java.lang.String objectName,
java.util.List<ExprNode> viewParameters)
Constructor. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EMPTY_VIEWSPEC_ARRAY
public static final ViewSpec[] EMPTY_VIEWSPEC_ARRAY
ViewSpec
public ViewSpec(java.lang.String namespace,
java.lang.String objectName,
java.util.List<ExprNode> viewParameters)
- Constructor.
- Parameters:
namespace
- if the namespace the object is inobjectName
- is the name of the objectviewParameters
- is a list of expressions representing the view parameters
toArray
public static ViewSpec[] toArray(java.util.List<ViewSpec> viewSpecs)