Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Some applications find it so convenient to have a map from ints to FSs, that they use the low level CAS APIs, and the fs's v2 "address" for this.
In v3, use of the low level APIs in this manner disables garbage collection, as there is no way to clear the map.
Support an alternative way to have int -> FS maps, under user control of what exactly gets added to them, supporting removes, and clearing under application control, by implementing a new semi-built-in type
Attachments
Issue Links
- is related to
-
UIMA-5662 uv3 support CAS deserialization subsequent low level access
- Resolved