org.infinispan.atomic
Class PutOperation<K,V>
java.lang.Object
org.infinispan.atomic.Operation<K,V>
org.infinispan.atomic.PutOperation<K,V>
- All Implemented Interfaces:
- Externalizable, Serializable
public class PutOperation<K,V>
- extends Operation<K,V>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutOperation
public PutOperation()
rollback
public void rollback(Map<K,V> delegate)
- Specified by:
rollback
in class Operation<K,V>
replay
public void replay(Map<K,V> delegate)
- Specified by:
replay
in class Operation<K,V>
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class Operation<K,V>
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class Operation<K,V>
- Throws:
IOException
ClassNotFoundException
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.