What does units represent?
709798Dec 22 2009 — edited Dec 22 2009What does the units parameter represent here?
From JConsole screen of Coherence cache attributes page, I can see the the units parameter.
Before putting data into cache Mycache, I can see the value of units is 0. Then I put only tree data entries. Each one is not more than 10 bytes. But when I check the unites value, I found the value of ubits become 192 on every nodes (the total nodes number is 3). I want to know what does units stand for?
The CacheMBean Attributes page of com.tangosol.net.management.Registry expalins it as The size of the cache measured in units.
In this way, why the value is so high for only 20 byts of data.