Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <counters xmlns="urn:infinispan:config:counters:9.1" ...>
  2. <!-- only the name is mandatory! -->
  3. <strong-counter name="my-counter" initial-value="0" storage="VOLATILE">
  4. <!-- only set an upper-bound or lower-bound if you want to apply boundaries! -->
  5. <lower-bound value="0"/>
  6. <upper-bound value="10"/>
  7. </strong-counter>
  8. </counters>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement