Methods in com.espertech.esper.epl.core that throw StreamNotFoundException |
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(java.lang.String streamName,
java.lang.String propertyName,
boolean obtainFragment)
|
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(java.lang.String streamName,
java.lang.String propertyName,
boolean obtainFragment)
Returns the offset of the stream and the type of the property for the given property name,
by using the specified stream name to resolve the property. |
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropNameExplicitProps(java.lang.String streamName,
java.lang.String propertyName,
boolean obtainFragment)
|
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropNameExplicitProps(java.lang.String streamName,
java.lang.String propertyName,
boolean obtainFragment)
Returns the offset of the stream and the type of the property for the given property name,
by using the specified stream name to resolve the property and considering only explicitly listed properties. |