Package org.infinispan.atomic
Interface CopyableDeltaAware
-
- All Superinterfaces:
DeltaAware
@Deprecated public interface CopyableDeltaAware extends DeltaAware
Deprecated.since 9.1This interface extended theDeltaAware
. The copy allows to use Copy-On-Write semantic needed to ensure the correct transaction isolation.- Since:
- 7.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CopyableDeltaAware
copy()
Deprecated.-
Methods inherited from interface org.infinispan.atomic.DeltaAware
commit, delta
-
-
-
-
Method Detail
-
copy
CopyableDeltaAware copy()
Deprecated.- Returns:
- a copy of this DeltaAware instance.
-
-