|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeltaAware
This interface allows the extraction of deltas.
Implementations would be closely coupled to a correspondingDelta implementation, since org.infinispan.atomic.Delta#instantiate() would need to know how to recreate this instance of DeltaAware if needed.
Delta| Method Summary | |
|---|---|
void |
commit()
Indicate that all deltas collected to date has been extracted (via a call to delta()) and can be
discarded. |
Delta |
delta()
Extracts changes made to implementations, in an efficient format that can easily and cheaply be serialized and deserialized. |
| Method Detail |
|---|
Delta delta()
void commit()
delta()) and can be
discarded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||