Modifier and Type | Class and Description |
---|---|
class |
DynamicPortalCache<K extends Serializable,V> |
Modifier and Type | Method and Description |
---|---|
PortalCache<K,V> |
PortalCacheManager.fetchPortalCache(String portalCacheName) |
PortalCache<K,V> |
DynamicPortalCacheManager.fetchPortalCache(String portalCacheName) |
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getPortalCache(String portalCacheName) |
PortalCache<? extends Serializable,?> |
SingleVMPool.getPortalCache(String portalCacheName) |
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName) |
PortalCache<K,V> |
DynamicPortalCacheManager.getPortalCache(String portalCacheName) |
static <K extends Serializable,V> |
SingleVMPoolUtil.getPortalCache(String portalCacheName)
Deprecated.
|
static <K extends Serializable,V extends Serializable> |
MultiVMPoolUtil.getPortalCache(String portalCacheName)
Deprecated.
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getPortalCache(String portalCacheName,
boolean blocking) |
PortalCache<? extends Serializable,?> |
SingleVMPool.getPortalCache(String portalCacheName,
boolean blocking) |
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking) |
PortalCache<K,V> |
DynamicPortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking) |
static <K extends Serializable,V> |
SingleVMPoolUtil.getPortalCache(String portalCacheName,
boolean blocking)
Deprecated.
|
static <K extends Serializable,V extends Serializable> |
MultiVMPoolUtil.getPortalCache(String portalCacheName,
boolean blocking)
Deprecated.
|
PortalCache<? extends Serializable,? extends Serializable> |
MultiVMPool.getPortalCache(String portalCacheName,
boolean blocking,
boolean mvcc) |
PortalCache<K,V> |
PortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking,
boolean mvcc) |
PortalCache<K,V> |
DynamicPortalCacheManager.getPortalCache(String portalCacheName,
boolean blocking,
boolean mvcc) |
static <K extends Serializable,V extends Serializable> |
MultiVMPoolUtil.getPortalCache(String portalCacheName,
boolean blocking,
boolean mvcc)
Deprecated.
|
static <K extends Serializable,V> |
PortalCacheHelperUtil.getPortalCache(String portalCacheManagerName,
String portalCacheName) |
static <K extends Serializable,V> |
PortalCacheHelperUtil.getPortalCache(String portalCacheManagerName,
String portalCacheName,
boolean blocking) |
static <K extends Serializable,V> |
PortalCacheHelperUtil.getPortalCache(String portalCacheManagerName,
String portalCacheName,
boolean blocking,
boolean mvcc) |
Modifier and Type | Method and Description |
---|---|
void |
PortalCacheListener.notifyEntryEvicted(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
PortalCacheListener.notifyEntryExpired(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
PortalCacheListener.notifyEntryPut(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
PortalCacheListener.notifyEntryRemoved(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
PortalCacheListener.notifyEntryUpdated(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
void |
PortalCacheListener.notifyRemoveAll(PortalCache<K,V> portalCache) |
static <K extends Serializable,V> |
PortalCacheHelperUtil.putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value) |
static <K extends Serializable,V> |
PortalCacheHelperUtil.putWithoutReplicator(PortalCache<K,V> portalCache,
K key,
V value,
int timeToLive) |
static void |
PortalCacheHelperUtil.removeAllWithoutReplicator(PortalCache<?,?> portalCache) |
static <K extends Serializable> |
PortalCacheHelperUtil.removeWithoutReplicator(PortalCache<K,?> portalCache,
K key) |
protected void |
DynamicPortalCache.setPortalCache(PortalCache<K,V> portalCache) |
static <K extends Serializable,V> |
PortalCacheMapSynchronizeUtil.synchronize(PortalCache<K,V> portalCache,
Map<? extends K,? extends V> map,
PortalCacheMapSynchronizeUtil.Synchronizer<K,V> synchronizer) |
Constructor and Description |
---|
DynamicPortalCache(PortalCacheManager<K,V> portalCacheManager,
PortalCache<K,V> portalCache,
String portalCacheName,
boolean blocking,
boolean mvcc) |
Constructor and Description |
---|
PortalCacheIndexer(IndexEncoder<I,K> indexEncoder,
PortalCache<K,V> portalCache) |
Modifier and Type | Method and Description |
---|---|
static <K extends Serializable,V> |
TransactionalPortalCacheHelper.get(PortalCache<K,V> portalCache,
K key) |
static <K extends Serializable,V> |
TransactionalPortalCacheHelper.put(PortalCache<K,V> portalCache,
K key,
V value,
int ttl)
Deprecated.
As of Judson (7.1.x), replaced by
TransactionalPortalCacheHelper.put(PortalCache,
Serializable, Object, int, boolean) |
static <K extends Serializable,V> |
TransactionalPortalCacheHelper.put(PortalCache<K,V> portalCache,
K key,
V value,
int ttl,
boolean mvcc) |
static <K extends Serializable,V> |
TransactionalPortalCacheHelper.removeAll(PortalCache<K,V> portalCache)
Deprecated.
As of Judson (7.1.x), replaced by
TransactionalPortalCacheHelper.removeAll(PortalCache, boolean) |
static <K extends Serializable,V> |
TransactionalPortalCacheHelper.removeAll(PortalCache<K,V> portalCache,
boolean mvcc) |
Modifier and Type | Method and Description |
---|---|
PortalCache<Serializable,Serializable> |
EntityCache.getPortalCache(Class<?> clazz) |
static PortalCache<Serializable,Serializable> |
EntityCacheUtil.getPortalCache(Class<?> clazz) |
Modifier and Type | Class and Description |
---|---|
protected static class |
CachelessTableMapperImpl.DummyPortalCache |
Modifier and Type | Field and Description |
---|---|
protected PortalCache<Long,long[]> |
TableMapperImpl.leftToRightPortalCache |
protected PortalCache<Long,long[]> |
TableMapperImpl.rightToLeftPortalCache |
Modifier and Type | Method and Description |
---|---|
protected static <M extends BaseModel<M>,S extends BaseModel<S>> |
TableMapperImpl.deleteTableMappings(Class<M> masterModelClass,
Class<S> slaveModelClass,
PortalCache<Long,long[]> masterToSlavePortalCache,
PortalCache<Long,long[]> slaveToMasterPortalCache,
MappingSqlQuery<Long> mappingSqlQuery,
SqlUpdate deleteSqlUpdate,
long masterPrimaryKey) |
protected static <M extends BaseModel<M>,S extends BaseModel<S>> |
TableMapperImpl.deleteTableMappings(Class<M> masterModelClass,
Class<S> slaveModelClass,
PortalCache<Long,long[]> masterToSlavePortalCache,
PortalCache<Long,long[]> slaveToMasterPortalCache,
MappingSqlQuery<Long> mappingSqlQuery,
SqlUpdate deleteSqlUpdate,
long masterPrimaryKey) |
protected static <T extends BaseModel<T>> |
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache,
MappingSqlQuery<Long> mappingSqlQuery,
long masterPrimaryKey,
BasePersistence<T> slaveBasePersistence,
int start,
int end,
OrderByComparator<T> obc) |
protected static long[] |
TableMapperImpl.getPrimaryKeys(PortalCache<Long,long[]> portalCache,
MappingSqlQuery<Long> mappingSqlQuery,
long masterPrimaryKey,
boolean updateCache) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateResourceCache.setSecondLevelPortalCache(PortalCache<TemplateResource,?> portalCache) |