Package | Description |
---|---|
com.espertech.esper.common.internal.epl.streamtype |
Stream-type management
|
Modifier and Type | Method and Description |
---|---|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByPropertyName(String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByPropertyName(String propertyName,
boolean obtainFragment)
Returns the offset of the stream and the type of the property for the given property name,
by looking through the types offered and matching up.
|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByPropertyNameExplicitProps(String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByPropertyNameExplicitProps(String propertyName,
boolean obtainFragment)
Returns the offset of the stream and the type of the property for the given property name,
by looking through the types offered considering only explicitly listed properties and matching up.
|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(String streamAndPropertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(String streamAndPropertyName,
boolean obtainFragment)
Returns the offset of the stream and the type of the property for the given property name,
by looking through the types offered and matching up.
|
Copyright © 2005–2018. All rights reserved.