Index

C D E F G I K L M N O P R S T 
All Classes|All Packages|Constant Field Values

C

cache(String) - Method in interface com.turbospaces.ebean.CacheManager
 
cache(String) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
CACHE_MODE_LOCAL - Static variable in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
CacheBootstrapInitializer - Class in com.turbospaces.ebean
 
CacheBootstrapInitializer() - Constructor for class com.turbospaces.ebean.CacheBootstrapInitializer
 
CacheCleanTask - Class in com.turbospaces.ebean
 
CacheCleanTask(Database, Class<?>, Object, TQAssocBean<?, ?>...) - Constructor for class com.turbospaces.ebean.CacheCleanTask
 
CacheManager - Interface in com.turbospaces.ebean
 
cfg() - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
cfg() - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
clear() - Method in class com.turbospaces.ebean.LocalEbeanCache
 
clear() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
clear() - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
clear() - Method in class com.turbospaces.ebean.SimpleCache
 
clearAll(boolean) - Method in interface com.turbospaces.ebean.CacheManager
 
clearAll(boolean) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
clearAllLocal() - Method in interface com.turbospaces.ebean.CacheManager
 
clearAllLocal() - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
clearAllSimple() - Method in interface com.turbospaces.ebean.CacheManager
 
clearAllSimple() - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
com.turbospaces.ebean - package com.turbospaces.ebean
 
createCache(ServerCacheConfig) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
createCacheNotify(ServerCacheNotify) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 

D

DefaultEbeanCacheConfigurer - Class in com.turbospaces.ebean
 
DefaultEbeanCacheConfigurer(ApplicationProperties) - Constructor for class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
DefaultEbeanCacheManager - Class in com.turbospaces.ebean
 
DefaultEbeanCacheManager(RpcDispatcher, RequestOptions) - Constructor for class com.turbospaces.ebean.DefaultEbeanCacheManager
 
destroy() - Method in class com.turbospaces.ebean.RpcDispatcherDisposableBean
 

E

EbeanCacheConfigurer - Interface in com.turbospaces.ebean
 

F

findMethod(short) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 

G

get() - Method in class com.turbospaces.ebean.LocalEbeanCache
 
get() - Method in class com.turbospaces.ebean.SimpleCache
 
get(Object) - Method in class com.turbospaces.ebean.LocalEbeanCache
 
get(Object) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
get(Object) - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
get(Object) - Method in class com.turbospaces.ebean.SimpleCache
 
getHitRatio() - Method in class com.turbospaces.ebean.LocalEbeanCache
 
getHitRatio() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
getHitRatio() - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
getHitRatio() - Method in class com.turbospaces.ebean.SimpleCache
 
getStatistics(boolean) - Method in class com.turbospaces.ebean.LocalEbeanCache
 
getStatistics(boolean) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
getStatistics(boolean) - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
getStatistics(boolean) - Method in class com.turbospaces.ebean.SimpleCache
 

I

initialize(BootstrapRegistry) - Method in class com.turbospaces.ebean.CacheBootstrapInitializer
 

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

MAX_IDLE - Static variable in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
MAX_SIZE - Static variable in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
MAX_TTL - Static variable in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
METHOD_ON_CACHE_CLEAR - Static variable in interface com.turbospaces.ebean.CacheManager
 
METHOD_ON_CACHE_CLEAR_ALL - Static variable in interface com.turbospaces.ebean.CacheManager
 
METHOD_ON_CACHE_PUT - Static variable in interface com.turbospaces.ebean.CacheManager
 
METHOD_ON_CHANGE_REMOVE - Static variable in interface com.turbospaces.ebean.CacheManager
 
METHOD_ON_MODIFIED - Static variable in interface com.turbospaces.ebean.CacheManager
 
METHODS - Static variable in class com.turbospaces.ebean.DefaultEbeanCacheManager
 

N

notify(ServerCacheNotification) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 

O

onCacheClear(String) - Method in interface com.turbospaces.ebean.CacheManager
 
onCacheClear(String) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
onCacheClearAll(boolean) - Method in interface com.turbospaces.ebean.CacheManager
 
onCacheClearAll(boolean) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
onCachePut(String, byte[], byte[]) - Method in interface com.turbospaces.ebean.CacheManager
 
onCachePut(String, byte[], byte[]) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
onCacheRemove(String, byte[]) - Method in interface com.turbospaces.ebean.CacheManager
 
onCacheRemove(String, byte[]) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
onClear() - Method in interface com.turbospaces.ebean.LocalCache
 
onClear() - Method in class com.turbospaces.ebean.LocalEbeanCache
 
onClear() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
onClear() - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
onClear() - Method in class com.turbospaces.ebean.SimpleCache
 
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.DefaultEbeanCacheManager
 

P

props() - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
props() - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
put(Object, Object) - Method in class com.turbospaces.ebean.LocalEbeanCache
 
put(Object, Object) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
put(Object, Object) - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
put(Object, Object) - Method in class com.turbospaces.ebean.SimpleCache
 

R

RemoteCacheManager - Interface in com.turbospaces.ebean
 
remove(Object) - Method in class com.turbospaces.ebean.LocalEbeanCache
 
remove(Object) - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
remove(Object) - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
remove(Object) - Method in class com.turbospaces.ebean.SimpleCache
 
ReplicatedCache - Interface in com.turbospaces.ebean
 
ReplicatedEbeanCache - Class in com.turbospaces.ebean
 
ReplicatedEbeanCache(String, RpcDispatcher, RequestOptions, ServerCache, ServerCacheConfig) - Constructor for class com.turbospaces.ebean.ReplicatedEbeanCache
 
RpcDispatcherDisposableBean - Class in com.turbospaces.ebean
 
RpcDispatcherDisposableBean(RpcDispatcher) - Constructor for class com.turbospaces.ebean.RpcDispatcherDisposableBean
 
run() - Method in class com.turbospaces.ebean.CacheCleanTask
 
RuntimeConfigCache - Class in com.turbospaces.ebean
 
RuntimeConfigCache(DefaultSettableConfig) - Constructor for class com.turbospaces.ebean.RuntimeConfigCache
 

S

setBootstrap(Bootstrap) - Method in class com.turbospaces.ebean.CacheBootstrapInitializer
 
setCacheMode(Class<?>, boolean) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setCacheMode(Class<?>, boolean) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setCacheMode(Class<?>, TQAssocBean<?, ?>, boolean) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setCacheMode(Class<?>, TQAssocBean<?, ?>, boolean) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxIdle(Class<?>, int) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setMaxIdle(Class<?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxIdle(Class<?>, TQAssocBean<?, ?>, int) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setMaxIdle(Class<?>, TQAssocBean<?, ?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSize(Class<?>, int) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setMaxSize(Class<?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSize(Class<?>, TQAssocBean<?, ?>, int) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setMaxSize(Class<?>, TQAssocBean<?, ?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSizeAndMode(Class<?>, int, boolean) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSizeAndMode(Class<?>, TQAssocBean<?, ?>, int, boolean) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSizeLocal(Class<?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSizeLocal(Class<?>, TQAssocBean<?, ?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSizeQuery(Class<?>, int) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setMaxSizeQuery(Class<?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSizeReplicated(Class<?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxSizeReplicated(Class<?>, TQAssocBean<?, ?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxTTL(Class<?>, int) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setMaxTTL(Class<?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
setMaxTTL(Class<?>, TQAssocBean<?, ?>, int) - Method in class com.turbospaces.ebean.DefaultEbeanCacheConfigurer
 
setMaxTTL(Class<?>, TQAssocBean<?, ?>, int) - Method in interface com.turbospaces.ebean.EbeanCacheConfigurer
 
simpleCache(String) - Method in interface com.turbospaces.ebean.CacheManager
 
simpleCache(String) - Method in class com.turbospaces.ebean.DefaultEbeanCacheManager
 
SimpleCache - Class in com.turbospaces.ebean
 
SimpleCache(String) - Constructor for class com.turbospaces.ebean.SimpleCache
 
size() - Method in class com.turbospaces.ebean.LocalEbeanCache
 
size() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
size() - Method in class com.turbospaces.ebean.RuntimeConfigCache
 
size() - Method in class com.turbospaces.ebean.SimpleCache
 

T

toString() - Method in class com.turbospaces.ebean.LocalEbeanCache
 
toString() - Method in class com.turbospaces.ebean.SimpleCache
 
trace(Logger, RspList<Object>) - Static method in interface com.turbospaces.ebean.CacheManager
 
type() - Method in interface com.turbospaces.ebean.ReplicatedCache
 
type() - Method in class com.turbospaces.ebean.ReplicatedEbeanCache
 
C D E F G I K L M N O P R S T 
All Classes|All Packages|Constant Field Values