com.espertech.esper.core.context.mgr
Class ContextPropertyRegistryImpl
java.lang.Object
com.espertech.esper.core.context.mgr.ContextPropertyRegistryImpl
- All Implemented Interfaces:
- ContextPropertyRegistry
public class ContextPropertyRegistryImpl
- extends java.lang.Object
- implements ContextPropertyRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_REGISTRY
public static final ContextPropertyRegistry EMPTY_REGISTRY
ContextPropertyRegistryImpl
public ContextPropertyRegistryImpl(java.util.List<ContextDetailPartitionItem> partitionProperties,
EventType contextEventType)
ContextPropertyRegistryImpl
public ContextPropertyRegistryImpl(EventType contextEventType)
isPartitionProperty
public boolean isPartitionProperty(EventType fromType,
java.lang.String propertyName)
- Specified by:
isPartitionProperty
in interface ContextPropertyRegistry
getPartitionContextPropertyName
public java.lang.String getPartitionContextPropertyName(EventType fromType,
java.lang.String propertyName)
- Specified by:
getPartitionContextPropertyName
in interface ContextPropertyRegistry
isContextPropertyPrefix
public boolean isContextPropertyPrefix(java.lang.String prefixName)
- Specified by:
isContextPropertyPrefix
in interface ContextPropertyRegistry
getContextEventType
public EventType getContextEventType()
- Specified by:
getContextEventType
in interface ContextPropertyRegistry