org.infinispan.schematic.internal.delta
Class Operation
java.lang.Object
org.infinispan.schematic.internal.delta.Operation
- Direct Known Subclasses:
- ArrayOperation, PutOperation, RemoveOperation
@Immutable
public abstract class Operation
- extends Object
An atomic operation for SchematicValueDelta.
- Author:
- (various)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentPath
protected final Path parentPath
Operation
protected Operation(Path parentPath)
replay
public abstract void replay(MutableDocument delegate)
rollback
public abstract void rollback(MutableDocument delegate)
getParentPath
public Path getParentPath()
mutableParent
protected MutableDocument mutableParent(MutableDocument delegate)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.