ModeShape Distribution 3.6.0.Final

org.infinispan.schematic.internal
Class SchematicEntryWholeDelta

java.lang.Object
  extended by org.infinispan.schematic.internal.SchematicEntryWholeDelta
All Implemented Interfaces:
org.infinispan.atomic.Delta, DocumentObserver, SchematicDelta

@SerializeWith(value=SchematicEntryWholeDelta.Externalizer.class)
public class SchematicEntryWholeDelta
extends Object
implements SchematicDelta

An implementation of the Delta for a SchematicEntry.

Since:
5.1
See Also:
AtomicHashMapDelta

Nested Class Summary
static class SchematicEntryWholeDelta.Externalizer
           
 
Constructor Summary
protected SchematicEntryWholeDelta(Document document)
           
 
Method Summary
 void addOperation(Operation o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean isRecordingOperations()
           
 org.infinispan.atomic.DeltaAware merge(org.infinispan.atomic.DeltaAware d)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchematicEntryWholeDelta

protected SchematicEntryWholeDelta(Document document)
Method Detail

merge

public org.infinispan.atomic.DeltaAware merge(org.infinispan.atomic.DeltaAware d)
Specified by:
merge in interface org.infinispan.atomic.Delta

isRecordingOperations

public boolean isRecordingOperations()
Specified by:
isRecordingOperations in interface SchematicDelta

addOperation

public void addOperation(Operation o)
Specified by:
addOperation in interface DocumentObserver

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

ModeShape Distribution 3.6.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.