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.
|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(String streamName,
String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(String streamName,
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(String streamName,
String propertyName,
boolean obtainFragment) |
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropNameExplicitProps(String streamName,
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.
|
Copyright © 2005–2018. All rights reserved.