Package | Description |
---|---|
com.espertech.esper.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.arr |
Object-array event type.
|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
Constructor and Description |
---|
ExprDotStaticMethodWrapArrayEvents(EventAdapterService eventAdapterService,
BeanEventType type) |
ExprDotStaticMethodWrapIterableEvents(EventAdapterService eventAdapterService,
BeanEventType type) |
WrappingCollection(EventAdapterService eventAdapterService,
BeanEventType type,
Iterator inner) |
WrappingCollection(EventAdapterService eventAdapterService,
BeanEventType type,
Object array) |
WrappingIterator(EventAdapterService eventAdapterService,
BeanEventType type,
Object array) |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeIdGeneratorImpl.assignedType(String name,
BeanEventType eventType) |
void |
EventTypeIdGenerator.assignedType(String name,
BeanEventType eventType) |
static Object |
BaseNestableEventUtil.getBNFragmentPojo(Object result,
BeanEventType eventType,
EventAdapterService eventAdapterService)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterProperty(String name,
BeanEventType nativeFragmentType,
EventAdapterService eventAdapterService) |
Constructor and Description |
---|
EventSenderBean(EPRuntimeEventSender runtime,
BeanEventType beanEventType,
EventAdapterService eventAdapterService,
ThreadingService threadingService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterProperty(String name,
BeanEventType nativeFragmentType,
EventAdapterService eventAdapterService) |
Constructor and Description |
---|
ObjectArrayEntryPropertyGetter(int propertyIndex,
BeanEventType eventType,
EventAdapterService eventAdapterService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
BeanEventType |
BeanEventTypeFactory.createBeanType(String name,
Class clazz,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured)
Returns the bean event type for a given class assigning the given name.
|
BeanEventType |
BeanEventAdapter.createBeanType(String name,
Class clazz,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured)
Creates a new EventType object for a java bean of the specified class if this is the first time
the class has been seen.
|
BeanEventType |
BeanEventTypeFactory.createBeanTypeDefaultName(Class clazz)
Returns the bean event type for a given class assigning the given name.
|
BeanEventType |
BeanEventAdapter.createBeanTypeDefaultName(Class clazz)
Creates a new EventType object for a java bean of the specified class if this is the first time
the class has been seen.
|
BeanEventType[] |
BeanEventTypeFactory.getCachedTypes() |
BeanEventType[] |
BeanEventAdapter.getCachedTypes() |
Modifier and Type | Method and Description |
---|---|
static BeanInstantiator |
BeanInstantiatorFactory.makeInstantiator(BeanEventType beanEventType,
EngineImportService engineImportService) |
static Object |
BaseNativePropertyGetter.toFragmentArray(Object[] object,
BeanEventType fragmentEventType,
EventAdapterService eventAdapterService)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static Object |
BaseNativePropertyGetter.toFragmentIterable(Object object,
BeanEventType fragmentEventType,
EventAdapterService eventAdapterService)
NOTE: Code-generation-invoked method, method name and parameter order matters
Returns the fragment for dynamic properties.
|
Constructor and Description |
---|
BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType,
EventAdapterService eventAdapterService,
net.sf.cglib.reflect.FastMethod copyMethod)
Ctor.
|
BeanEventBeanReader(BeanEventType type)
Ctor.
|
BeanEventBeanSerializableCopyMethod(BeanEventType beanEventType,
EventAdapterService eventAdapterService)
Ctor.
|
EventBeanManufacturerBean(BeanEventType beanEventType,
EventAdapterService service,
WriteablePropertyDescriptor[] properties,
EngineImportService engineImportService)
Ctor.
|
EventBeanManufacturerCtor(net.sf.cglib.reflect.FastConstructor fastConstructor,
BeanEventType beanEventType,
EventAdapterService eventAdapterService) |
Constructor and Description |
---|
BeanEventAdapter(ConcurrentHashMap<Class,BeanEventType> typesPerJavaBean,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterProperty(String name,
BeanEventType nativeFragmentType,
EventAdapterService eventAdapterService) |
Constructor and Description |
---|
MapEntryPropertyGetter(String propertyName,
BeanEventType eventType,
EventAdapterService eventAdapterService)
Ctor.
|