| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.db | |
| org.camunda.bpm.engine.impl.db.entitymanager | |
| org.camunda.bpm.engine.impl.db.entitymanager.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
EnginePersistenceLogger.flushedCacheState(List<CachedDbEntity> cachedEntities) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbEntityManager.flushCachedEntity(CachedDbEntity cachedDbEntity) |
protected void |
DbEntityManager.performEntityOperation(CachedDbEntity cachedDbEntity,
DbOperationType type) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,Map<String,CachedDbEntity>> |
DbEntityCache.cachedEntites
The cache itself: maps entity types (classes) to maps indexed by id (primary key).
|
| Modifier and Type | Method and Description |
|---|---|
CachedDbEntity |
DbEntityCache.getCachedEntity(Class<?> type,
String id)
Looks up an entity in the cache.
|
CachedDbEntity |
DbEntityCache.getCachedEntity(DbEntity dbEntity)
Looks up an entity in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
List<CachedDbEntity> |
DbEntityCache.getCachedEntities() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbEntityCache.putInternal(CachedDbEntity entityToAdd) |
void |
DbEntityCache.remove(CachedDbEntity cachedDbEntity) |
Copyright © 2018 camunda services GmbH. All rights reserved.