com.espertech.esper.event.vaevent
Class UpdateStrategyBase
java.lang.Object
com.espertech.esper.event.vaevent.UpdateStrategyBase
- All Implemented Interfaces:
- UpdateStrategy
- Direct Known Subclasses:
- UpdateStrategyDeclared, UpdateStrategyExists, UpdateStrategyNonNull
public abstract class UpdateStrategyBase
- extends Object
- implements UpdateStrategy
Base strategy implementation holds the specification object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
spec
protected final RevisionSpec spec
- The specification.
UpdateStrategyBase
protected UpdateStrategyBase(RevisionSpec spec)
- Ctor.
- Parameters:
spec
- is the specification
arrayCopy
protected static NullableObject<Object>[] arrayCopy(NullableObject<Object>[] array)
- Array copy.
- Parameters:
array
- to copy
- Returns:
- copied array