]
Galder Zamarreño resolved ISPN-2201.
------------------------------------
Fix Version/s: 8.0.0.Final
Resolution: Done
This functionality to separate between user-level and internal flags is possible with the
new functional map API
Make a distinction between user-level and internal flags
--------------------------------------------------------
Key: ISPN-2201
URL:
https://issues.jboss.org/browse/ISPN-2201
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 8.0.0.Final
This confusion is highlighted by ISPN-2187.
User-level flags, i.e. FORCE_WRITE_LOCK, should be separated from those that are purely
internal, i.e. PUT_FOR_EXTERNAL_READ.
Obviously, user-level flags might be used for internal purpouses, but by making the
separation and putting the internal-only flags separately, we should avoid misuse.