org.infinispan.schematic.internal.delta
Class RemoveAtIndexOperation
java.lang.Object
org.infinispan.schematic.internal.delta.Operation
org.infinispan.schematic.internal.delta.ArrayOperation
org.infinispan.schematic.internal.delta.RemoveAtIndexOperation
public class RemoveAtIndexOperation
- extends ArrayOperation
An atomic array add operation for SchematicValueDelta.
- Since:
- 5.1
- Author:
- Randall Hauch (C) 2011 Red Hat Inc.
index
protected final int index
actualValue
protected transient Object actualValue
RemoveAtIndexOperation
public RemoveAtIndexOperation(Path path,
int index)
getIndex
public int getIndex()
getRemovedValue
public Object getRemovedValue()
rollback
public void rollback(MutableDocument delegate)
- Specified by:
rollback
in class Operation
replay
public void replay(MutableDocument delegate)
- Specified by:
replay
in class Operation
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.