C D E G H I L O S 
All Classes All Packages

C

createHazelcastInstance() - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Implicitly creates and returns a new HazelcastInstance that will be used to back this implementation.

D

destroy() - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Destroys any implicitly created backing HazelcastInstance.

E

ensureHazelcastInstance() - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Ensures that this implementation has a backing HazelcastInstance, and if not, implicitly creates one via createHazelcastInstance().

G

getCache(String) - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Returns a MapCache instance representing the named Hazelcast-managed IMap.
getConfig() - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Returns the Hazelcast Config object to use to create a backing HazelcastInstance if one is not supplied, or null if the default Hazelcast configuration mechanisms will be used.
getHazelcastInstance() - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Returns the HazelcastInstance from which named ConcurrentMap instances will be acquired to create MapCache instances.

H

HazelcastCacheManager - Class in org.apache.shiro.hazelcast.cache
A CacheManager implementation backed by Hazelcast, "an open source clustering and highly scalable data distribution platform for Java"
HazelcastCacheManager() - Constructor for class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
 

I

init() - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Initializes this instance by ensuring there is a backing HazelcastInstance.
isImplicitlyCreated() - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
NOT PART OF SHIRO'S ACCESSIBLE API.

L

log - Static variable in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
 

O

org.apache.shiro.hazelcast.cache - package org.apache.shiro.hazelcast.cache
 

S

setConfig(Config) - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Sets the Hazelcast Config object to use to create a backing HazelcastInstance if one is not supplied.
setHazelcastInstance(HazelcastInstance) - Method in class org.apache.shiro.hazelcast.cache.HazelcastCacheManager
Sets the HazelcastInstance from which named ConcurrentMap instances will be acquired to create MapCache instances.
C D E G H I L O S 
All Classes All Packages