Index
All Classes and Interfaces|All Packages
C
- CacheManager - Interface in com.turbospaces.ebean
- cleanUp() - Method in interface com.turbospaces.ebean.LocalCache
- cleanUp() - Method in class com.turbospaces.ebean.LocalEbeanCache
- cleanUp() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- clear() - Method in class com.turbospaces.ebean.JgroupsServerQueryCache
- clear() - Method in class com.turbospaces.ebean.LocalEbeanCache
- clear() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- clearAll() - Method in interface com.turbospaces.ebean.CacheManager
- clearAll() - Method in class com.turbospaces.ebean.JGroupsCacheManager
- clearAll() - Method in class com.turbospaces.ebean.MockCacheManager
- clearAllLocal() - Method in interface com.turbospaces.ebean.CacheManager
- clearAllLocal() - Method in class com.turbospaces.ebean.JGroupsCacheManager
- clearAllLocal() - Method in class com.turbospaces.ebean.MockCacheManager
- com.turbospaces.ebean - package com.turbospaces.ebean
- create(DatabaseBuilder, BackgroundExecutor) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- create(DatabaseBuilder, BackgroundExecutor) - Method in class com.turbospaces.ebean.MockCacheManager
- createCache(ServerCacheConfig) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- createCache(ServerCacheConfig) - Method in class com.turbospaces.ebean.MockCacheManager
- createCacheNotify(ServerCacheNotify) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- createCacheNotify(ServerCacheNotify) - Method in class com.turbospaces.ebean.MockCacheManager
- createInstance() - Method in class com.turbospaces.ebean.JGroupCacheManagerFactoryBean
D
- destroyInstance(CacheManager) - Method in class com.turbospaces.ebean.JGroupCacheManagerFactoryBean
F
- findMethod(short) - Method in class com.turbospaces.ebean.JGroupsCacheManager
G
- get() - Method in class com.turbospaces.ebean.LocalEbeanCache
- get(Object) - Method in class com.turbospaces.ebean.LocalEbeanCache
- get(Object) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- getCache(String) - Method in interface com.turbospaces.ebean.CacheManager
- getCache(String) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- getCache(String) - Method in class com.turbospaces.ebean.MockCacheManager
- getObjectType() - Method in class com.turbospaces.ebean.JGroupCacheManagerFactoryBean
H
- hitRatio() - Method in class com.turbospaces.ebean.LocalEbeanCache
- hitRatio() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
J
- JGroupCacheManagerFactoryBean - Class in com.turbospaces.ebean
- JGroupCacheManagerFactoryBean(JChannel) - Constructor for class com.turbospaces.ebean.JGroupCacheManagerFactoryBean
- JGroupsCacheManager - Class in com.turbospaces.ebean
- JGroupsCacheManager(RpcDispatcher) - Constructor for class com.turbospaces.ebean.JGroupsCacheManager
- JgroupsServerQueryCache - Class in com.turbospaces.ebean
- JgroupsServerQueryCache(RpcDispatcher, DefaultServerCacheConfig) - Constructor for class com.turbospaces.ebean.JgroupsServerQueryCache
K
- key(Object) - Method in class com.turbospaces.ebean.LocalEbeanCache
L
- LocalCache - Interface in com.turbospaces.ebean
- LocalEbeanCache - Class in com.turbospaces.ebean
- LocalEbeanCache(String, int, CurrentTenantProvider) - Constructor for class com.turbospaces.ebean.LocalEbeanCache
- LocalEbeanCache(String, DefaultServerCacheConfig, CurrentTenantProvider) - Constructor for class com.turbospaces.ebean.LocalEbeanCache
M
- METHOD_ON_CACHE_CLEAR - Static variable in class com.turbospaces.ebean.JGroupsCacheManager
- METHOD_ON_CACHE_CLEAR_ALL - Static variable in class com.turbospaces.ebean.JGroupsCacheManager
- METHOD_ON_CACHE_PUT - Static variable in class com.turbospaces.ebean.JGroupsCacheManager
- METHOD_ON_CHANGE_REMOVE - Static variable in class com.turbospaces.ebean.JGroupsCacheManager
- METHOD_ON_MODIFIED - Static variable in class com.turbospaces.ebean.JGroupsCacheManager
- METHODS - Static variable in class com.turbospaces.ebean.JGroupsCacheManager
- MockCacheManager - Class in com.turbospaces.ebean
- MockCacheManager() - Constructor for class com.turbospaces.ebean.MockCacheManager
N
- notify(ServerCacheNotification) - Method in class com.turbospaces.ebean.JGroupsCacheManager
O
- onCacheClear(String) - Method in interface com.turbospaces.ebean.CacheManager
- onCacheClear(String) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- onCacheClearAll() - Method in interface com.turbospaces.ebean.CacheManager
- onCacheClearAll() - Method in class com.turbospaces.ebean.JGroupsCacheManager
- onCacheClearAll(boolean) - Method in interface com.turbospaces.ebean.CacheManager
-
Deprecated.
- onCacheClearAll(boolean) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- onCachePut(String, byte[], byte[]) - Method in interface com.turbospaces.ebean.CacheManager
- onCachePut(String, byte[], byte[]) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- onCacheRemove(String, byte[]) - Method in interface com.turbospaces.ebean.CacheManager
- onCacheRemove(String, byte[]) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- onClear() - Method in class com.turbospaces.ebean.JgroupsServerQueryCache
- onClear() - Method in interface com.turbospaces.ebean.LocalCache
- onClear() - Method in class com.turbospaces.ebean.LocalEbeanCache
- onClear() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- onPut(byte[], byte[]) - Method in interface com.turbospaces.ebean.ReplicatedCache
- onPut(byte[], byte[]) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- onRemove(byte[]) - Method in interface com.turbospaces.ebean.ReplicatedCache
- onRemove(byte[]) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- onTablesModify(String) - Method in interface com.turbospaces.ebean.CacheManager
- onTablesModify(String) - Method in class com.turbospaces.ebean.JGroupsCacheManager
P
- put(Object, Object) - Method in class com.turbospaces.ebean.LocalEbeanCache
- put(Object, Object) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
R
- remove(Object) - Method in class com.turbospaces.ebean.LocalEbeanCache
- remove(Object) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- ReplicatedCache - Interface in com.turbospaces.ebean
- ReplicatedEbeanCache - Class in com.turbospaces.ebean
- ReplicatedEbeanCache(String, RpcDispatcher, LocalCache, ServerCacheConfig) - Constructor for class com.turbospaces.ebean.ReplicatedEbeanCache
S
- setBackgroundExecutor(BackgroundExecutor) - Method in interface com.turbospaces.ebean.CacheManager
- setBackgroundExecutor(BackgroundExecutor) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- setBackgroundExecutor(BackgroundExecutor) - Method in class com.turbospaces.ebean.MockCacheManager
- setBootstrap(Bootstrap) - Method in class com.turbospaces.ebean.JGroupCacheManagerFactoryBean
- setBootstrap(Bootstrap) - Method in class com.turbospaces.ebean.JGroupsCacheManager
- setBootstrap(Bootstrap) - Method in class com.turbospaces.ebean.JgroupsServerQueryCache
- setBootstrap(Bootstrap) - Method in interface com.turbospaces.ebean.ReplicatedCache
- setBootstrap(Bootstrap) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- size() - Method in class com.turbospaces.ebean.LocalEbeanCache
- size() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
- statistics(boolean) - Method in class com.turbospaces.ebean.LocalEbeanCache
- statistics(boolean) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
T
- toString() - Method in class com.turbospaces.ebean.LocalEbeanCache
- type() - Method in interface com.turbospaces.ebean.ReplicatedCache
- type() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
All Classes and Interfaces|All Packages