Remove TreeCache.UNITIALIZED, add NodeSPI.get/setDataLoaded()
-------------------------------------------------------------
Key: JBCACHE-888
URL:
http://jira.jboss.com/jira/browse/JBCACHE-888
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.ALPHA2
Reporter: Elias Ross
Assigned To: Manik Surtani
For 2.0, I believe the intent is to stop having code explicitly reference TreeCache.
One thing that strikes me as extremely clumsy is the TreeCache.UNITIALIZED flag that is
set in the data map itself.
I believe that adding the flag to the node can accomplish the same thing.
It might make sense to look at this
http://java.sun.com/j2se/1.5.0/docs/api/java/util/EnumSet.html
for setting flags, etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira