com.espertech.esper.core.context.mgr
Class ContextPropertyRegistryImpl

java.lang.Object
  extended by com.espertech.esper.core.context.mgr.ContextPropertyRegistryImpl
All Implemented Interfaces:
ContextPropertyRegistry

public class ContextPropertyRegistryImpl
extends java.lang.Object
implements ContextPropertyRegistry


Field Summary
static ContextPropertyRegistry EMPTY_REGISTRY
           
 
Fields inherited from interface com.espertech.esper.core.context.util.ContextPropertyRegistry
CONTEXT_PREFIX
 
Constructor Summary
ContextPropertyRegistryImpl(EventType contextEventType)
           
ContextPropertyRegistryImpl(java.util.List<ContextDetailPartitionItem> partitionProperties, EventType contextEventType)
           
 
Method Summary
 EventType getContextEventType()
           
 java.lang.String getPartitionContextPropertyName(EventType fromType, java.lang.String propertyName)
           
 boolean isContextPropertyPrefix(java.lang.String prefixName)
           
 boolean isPartitionProperty(EventType fromType, java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_REGISTRY

public static final ContextPropertyRegistry EMPTY_REGISTRY
Constructor Detail

ContextPropertyRegistryImpl

public ContextPropertyRegistryImpl(java.util.List<ContextDetailPartitionItem> partitionProperties,
                                   EventType contextEventType)

ContextPropertyRegistryImpl

public ContextPropertyRegistryImpl(EventType contextEventType)
Method Detail

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

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com