Package | Description |
---|---|
com.espertech.esper.common.internal.collection |
Internal collection classes
|
com.espertech.esper.common.internal.epl.util |
Modifier and Type | Method and Description |
---|---|
PathRegistryObjectType |
PathRegistry.getObjectType() |
static PathRegistryObjectType |
PathRegistryObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathRegistryObjectType[] |
PathRegistryObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PathModuleEntry.addDependency(String entityName,
String moduleName,
String deploymentIdDep,
PathRegistryObjectType objectType) |
Pair<E,String> |
PathModuleEntry.getAnyModuleExpectSingle(String entityName,
PathRegistryObjectType objectType,
Set<String> moduleNames) |
Set<String> |
PathModuleEntry.getDependencies(String entityName,
String moduleName,
PathRegistryObjectType objectType) |
Constructor and Description |
---|
PathExceptionAlreadyRegistered(String name,
PathRegistryObjectType objectType,
String moduleName) |
PathExceptionAmbiguous(String name,
PathRegistryObjectType objectType) |
PathExceptionInvalidVisibility(PathRegistryObjectType objectType) |
PathRegistry(PathRegistryObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
static EPException |
CompileTimeResolver.makePathAmbiguous(PathRegistryObjectType objectType,
String name,
PathException e) |
static <T> T |
CompileTimeResolver.validateAmbiguous(T local,
T path,
T preconfigured,
PathRegistryObjectType objectType,
String name) |
Copyright © 2005–2019. All rights reserved.