Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
J
K
P
R
S
A
AbstractInfinispanCompoundKeyCacheManager
- Class in
de.smartics.properties.spi.config.cache.infinispan
The base implementation to connect to Infinispan caches.
AbstractInfinispanCompoundKeyCacheManager(EmbeddedCacheManager)
- Constructor for class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Default constructor.
C
clear(String)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Clears the cache with the given name.
clear(String)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Clears the cache with the given name.
clearAll()
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Removes all keys from all caches.
clearAll()
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Removes all keys from all caches.
CLUSTER_NAME
- Static variable in class de.smartics.properties.spi.config.cache.infinispan.
InternalCacheManagerLookupService
The default cluster name of the cache that shall be used.
CompoundKeyHandlingCacheListener
- Class in
de.smartics.properties.spi.config.cache.infinispan
This Listener handles the compound keys.
CompoundKeyHandlingCacheListener()
- Constructor for class de.smartics.properties.spi.config.cache.infinispan.
CompoundKeyHandlingCacheListener
createManager()
- Static method in class de.smartics.properties.spi.config.cache.infinispan.
InternalCacheManagerLookupService
Creates the embedded cache manager.
createManager()
- Method in class de.smartics.properties.spi.config.cache.infinispan.
JndiCacheManagerLookupService
Creates the embedded cache manager.
D
de.smartics.properties.spi.config.cache.guava
- package de.smartics.properties.spi.config.cache.guava
Provides guava caches handling configurations for infinispan caches.
de.smartics.properties.spi.config.cache.infinispan
- package de.smartics.properties.spi.config.cache.infinispan
Provides infinispan caches.
discard(String)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Clears and stops the cache.
discard(String)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Clears and stops the cache.
G
get(K)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
get(Object)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanCompoundKeyDelegatingCache
get(Object)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanDelegatingCache
getCacheNames()
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Returns the set of cache names.
getCacheNames()
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Returns the set of cache names.
getConfigurationsCache(String)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Returns the cache with the given name.
getConfigurationsCache(String)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Returns the configurations cache with the given name.
getInfinispanDelegatingCache()
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Returns the infinispan delegating cache.
getPropertiesCache(String)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Returns the properties cache with the given name.
GuavaCacheManager
- Class in
de.smartics.properties.spi.config.cache.guava
The cache manager implementation using
com.google.common.cache.Cache
provided by
guava-libraries
.
GuavaCacheManager()
- Constructor for class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Default constructor.
GuavaDelegatingCache
<
K
,
V
> - Class in
de.smartics.properties.spi.config.cache.guava
Guava-Loading-Cache implementation of a cache.
GuavaDelegatingCache(Cache<K, V>)
- Constructor for class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
Constructor.
I
INFINISPAN_DELEGATING_CACHE_CACHE_NAME
- Static variable in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
The name of the key to retrieve the cache names.
InfinispanCompoundKeyDelegatingCache
<
K
,
V
> - Class in
de.smartics.properties.spi.config.cache.infinispan
Implementation of an cache that delegates to an infinispan cache.
InfinispanCompoundKeyDelegatingCache(String, Cache)
- Constructor for class de.smartics.properties.spi.config.cache.infinispan.
InfinispanCompoundKeyDelegatingCache
Constructor to create a cache.
InfinispanDelegatingCache
<
K
,
V
> - Class in
de.smartics.properties.spi.config.cache.infinispan
Implementation of an cache that delegates to an infinispan cache.
InfinispanDelegatingCache(Cache<K, V>)
- Constructor for class de.smartics.properties.spi.config.cache.infinispan.
InfinispanDelegatingCache
Constructor.
InternalCacheManagerLookupService
- Class in
de.smartics.properties.spi.config.cache.infinispan
This service looks up the jndi name in the cache.properties file and fetches the CacheManager using this name from the jndi context.
J
JndiCacheManagerLookupService
- Class in
de.smartics.properties.spi.config.cache.infinispan
This service looks up the jndi name in the cache.properties file and fetches the CacheManager using this name from the jndi context.
JndiCacheManagerLookupService()
- Constructor for class de.smartics.properties.spi.config.cache.infinispan.
JndiCacheManagerLookupService
Default.
JndiInfinispanCompoundKeyCacheManager
- Class in
de.smartics.properties.spi.config.cache.infinispan
The manager of Infinispan caches accessing a instance via JNDI.
JndiInfinispanCompoundKeyCacheManager()
- Constructor for class de.smartics.properties.spi.config.cache.infinispan.
JndiInfinispanCompoundKeyCacheManager
Default constructor.
K
keySet()
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
P
put(K, V)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
put(K, V, long, TimeUnit)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
put(K, V, int, TimeUnit, int, TimeUnit)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
put(K, V, long, TimeUnit)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanCompoundKeyDelegatingCache
put(K, V)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanCompoundKeyDelegatingCache
put(K, V, int, TimeUnit, int, TimeUnit)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanCompoundKeyDelegatingCache
put(K, V, long, TimeUnit)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanDelegatingCache
put(K, V)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanDelegatingCache
put(K, V, int, TimeUnit, int, TimeUnit)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanDelegatingCache
R
receiveCacheEntryCreated(CacheEntryCreatedEvent)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
CompoundKeyHandlingCacheListener
For each cache we provide a structure to account which keys have been added.
receiveCacheEntryEvicted(CacheEntriesEvictedEvent)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
CompoundKeyHandlingCacheListener
For each cache we provide a structure to account which keys have been added.
receiveCacheEntryRemoved(CacheEntryRemovedEvent)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
CompoundKeyHandlingCacheListener
For each cache we provide a structure to account which keys have been added.
remove(K)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
remove(Object)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanCompoundKeyDelegatingCache
remove(Object)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
InfinispanDelegatingCache
S
size()
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaDelegatingCache
stop(String)
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Stops the cache with the given name.
stop(String)
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Stops the cache with the given name.
stopAll()
- Method in class de.smartics.properties.spi.config.cache.guava.
GuavaCacheManager
Stops all caches, rendering the manager in a stopped state.
stopAll()
- Method in class de.smartics.properties.spi.config.cache.infinispan.
AbstractInfinispanCompoundKeyCacheManager
Stops all caches, rendering the manager in a stopped state.
A
C
D
G
I
J
K
P
R
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics
. All Rights Reserved.