Class DefaultContext

java.lang.Object
com.lucidworks.apollo.pipeline.impl.DefaultContext
All Implemented Interfaces:
Context, PropertyContext, Map<String,Object>

public class DefaultContext extends Object implements Context
Context implementation backed by a ConcurrentHashMap. Read operations will look into this map, and then the parent (if the parent exists). Mutating operations will only affect this map