clustering with HazelcastStorageService
Paul B. Henson
henson at cpp.edu
Wed Apr 27 20:32:19 EDT 2016
> From: Jonathan Johnson
> Sent: Wednesday, April 27, 2016 3:39 PM
>
> The Shibboleth storage service allows any subsystem to create its own
> context in the service, so as long as you know the names of the contexts, you
> can configure the maps. When this was written, there was not a list of these
> available, which might have changed (a reference would be nice).
Ah, so if I knew the name of the context for say the idp.replayCache.StorageService I would be able to declare a map in the configuration something like:
<hz:map name="replayCacheContextMap"
max-size-policy="USED_HEAP_PERCENTAGE"
max-size="10"
eviction-policy="LRU"
eviction-percentage="10"/>
and then that map would be used instead of some default one? Or do you mean something else?
Thanks…
--
Paul B. Henson | (909) 979-6361 | http://www.cpp.edu/~henson/
Operating Systems and Network Analyst | henson at cpp.edu
California State Polytechnic University | Pomona CA 91768
More information about the users
mailing list