org.apache.jackrabbit.oak.jcr.observation
Class EventFactory

java.lang.Object
  extended by org.apache.jackrabbit.oak.jcr.observation.EventFactory

public class EventFactory
extends Object

Event factory for generating JCR event instances that are optimized for minimum memory overhead. Each factory instance keeps track of the event information (like the user identifier and the commit timestamp) shared across all events from a single commit. The generated events instances postpone things like path mappings and the construction of the event info maps to as late as possible to avoid the memory overhead of keeping track of pre-computed values.


Field Summary
static String USER_DATA
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_DATA

public static final String USER_DATA
See Also:
Constant Field Values


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.