Modifier and Type | Class and Description |
---|---|
class |
EventTypeException
Indicates that a problem occurred looking up, assigning or creating and event type.
|
Modifier and Type | Method and Description |
---|---|
void |
EventSender.routeEvent(Object theEvent)
Route the event object back to the event stream processing runtime for internal dispatching,
to avoid the possibility of a stack overflow due to nested calls to sendEvent.
|
void |
EventSender.sendEvent(Object theEvent)
Processes the event object.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
Thrown to indicate a configuration problem.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.configure()
Use the configuration specified in an application
resource named esper.cfg.xml.
|
Configuration |
Configuration.configure(Document document)
Use the mappings and properties specified in the given XML document.
|
Configuration |
Configuration.configure(File configFile)
Use the configuration specified in the given application
file.
|
Configuration |
Configuration.configure(String resource)
Use the configuration specified in the given application
resource.
|
Configuration |
Configuration.configure(URL url)
Use the configuration specified by the given URL.
|
protected static InputStream |
Configuration.getConfigurationInputStream(String resource)
Get the configuration file as an InputStream.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidContextPartitionSelector
Indicates an invalid combination of context declaration and context partition selector, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
EPDataFlowAlreadyExistsException
Thrown to indicate a data flow saved configuration already exists.
|
class |
EPDataFlowCancellationException
Indicates cancellation of a data flow instance.
|
class |
EPDataFlowExecutionException
Thrown to indicate a data flow execution exception.
|
class |
EPDataFlowInstantiationException
Indicates an exception instantiating a data flow.
|
class |
EPDataFlowNotFoundException
Thrown to indicate a data flow is not found.
|
Modifier and Type | Method and Description |
---|---|
void |
EPFireAndForgetPreparedQueryParameterized.setObject(int parameterIndex,
Object value)
Sets the value of the designated parameter using the given object.
|
void |
EPFireAndForgetPreparedQueryParameterized.setObject(String parameterName,
Object value)
Sets the value of the designated parameter using the given object.
|
Modifier and Type | Class and Description |
---|---|
class |
VariableConstantValueException
Indicates that a variable cannot be set.
|
class |
VariableNotFoundException
Indicates that a variable was not found.
|
class |
VariableValueException
Indicates that a variable value could not be assigned.
|
Modifier and Type | Method and Description |
---|---|
ExprNode |
CompileExpressionSPI.compileExpression(String epl,
EventType[] eventTypes,
String[] streamNames) |
Modifier and Type | Method and Description |
---|---|
static EPException |
ContextDeployTimeResolver.failedToFind(String contextModuleName,
NameAccessModifier visibility,
String contextName) |
Modifier and Type | Method and Description |
---|---|
static EPException |
ExprCastNode.handleParseException(DateFormat format,
String date,
Exception ex) |
static EPException |
ExprCastNode.handleParseException(String formatString,
String date,
Exception ex) |
static EPException |
ExprCastNode.handleParseISOException(String date,
ScheduleParameterException ex) |
Modifier and Type | Method and Description |
---|---|
static EPException |
ExprTimePeriodForge.makeTimePeriodParamNullException(String expressionText)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Method and Description |
---|---|
static EPException |
FAFQueryMethodUtil.runtimeDestroyed() |
Modifier and Type | Method and Description |
---|---|
static EPException |
AdvancedIndexEvaluationHelper.invalidColumnValue(String indexName,
String parameterName,
Object value,
String expected) |
static EPException |
AdvancedIndexEvaluationHelper.invalidParameterValue(String indexName,
String parameterName,
Object value,
String expected) |
Modifier and Type | Method and Description |
---|---|
static EPException |
PropertyHashedEventTableUnique.handleUniqueIndexViolation(String indexName,
Object key) |
Modifier and Type | Method and Description |
---|---|
static EPException |
PatternExpressionUtil.handleRuntimeEx(RuntimeException ex,
String objectName) |
Modifier and Type | Method and Description |
---|---|
static Object |
PatternExpressionUtil.evaluateChecked(String objectName,
ExprEvaluator evaluator,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
static void |
MXCIFQuadTreeFilterIndexCheckBB.checkBB(BoundingBox bb,
double x,
double y,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
static void |
PointRegionQuadTreeFilterIndexCheckBB.checkBB(BoundingBox bb,
double x,
double y) |
Modifier and Type | Method and Description |
---|---|
static EPException |
CompileTimeResolver.makePathAmbiguous(PathRegistryObjectType objectType,
String name,
PathException e) |
Modifier and Type | Method and Description |
---|---|
void |
EventSenderBean.routeEvent(Object theEvent) |
Modifier and Type | Method and Description |
---|---|
static EPException |
InstanceManufacturerFastCtor.getTargetExceptionAsEPException(String targetClassName,
Throwable thrown)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Class and Description |
---|---|
class |
EventAdapterException
This exception is thrown to indicate a problem resolving an event type by name.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
EventTypeResolvingBeanFactoryImpl.adapterForObjectArray(Object[] theEvent,
String eventTypeName) |
EventBean |
EventTypeResolvingBeanFactory.adapterForObjectArray(Object[] theEvent,
String eventTypeName) |
static PropertySetDescriptor |
EventTypeUtility.getNestableProperties(Map<String,Object> propertiesToAdd,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeNestableGetterFactory factory,
EventType[] optionalSuperTypes,
BeanEventTypeFactory beanEventTypeFactory) |
static EventTypeUtility.TimestampPropertyDesc |
EventTypeUtility.validatedDetermineTimestampProps(EventType type,
String startProposed,
String endProposed,
EventType[] superTypes) |
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterSPI |
SchemaXMLPropertyParser.getXPathResolution(String propertyName,
XPathFactory xPathFactory,
String rootElementName,
String namespace,
SchemaModel schemaModel,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BaseXMLEventType xmlEventType,
boolean isAllowFragment,
String defaultNamespace)
Return the xPath corresponding to the given property.
|
void |
EventSenderXMLDOM.routeEvent(Object theEvent) |
void |
EventSenderXMLDOM.sendEvent(Object theEvent) |
Modifier and Type | Class and Description |
---|---|
class |
ClassInstantiationException
Exception to represent an error instantiating a class from a class name.
|
class |
CoercionException
Exception to represent a mismatch in Java types in an expression.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationParser.doConfigure(Configuration configuration,
Document doc)
Parse the W3C DOM document.
|
static void |
ConfigurationParser.doConfigure(Configuration configuration,
InputStream stream,
String resourceName)
Use the configuration specified in the given input stream.
|
static Document |
ConfigurationParser.getDocument(InputStream stream,
String resourceName) |
Copyright © 2005–2018. All rights reserved.