| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractEngineConfiguration.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
AbstractEngineConfiguration.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandExecutorImpl
Command executor that passes commands to the first interceptor in the chain.
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CommandContext.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
CommandContext.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
RetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CrDbRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
DefaultCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
void |
CommandContext.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
LockManagerImpl.commandExecutor |
| Constructor and Description |
|---|
LockManagerImpl(CommandExecutor commandExecutor,
String lockName,
Duration lockPollRate,
Duration forceAcquireAfter,
String engineType) |
LockManagerImpl(CommandExecutor commandExecutor,
String lockName,
Duration lockPollRate,
String engineType) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ByteArrayRef.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
protected CommandExecutor |
AbstractEngineEntityManager.getCommandExecutor() |
protected CommandExecutor |
ByteArrayRefTypeHandler.getCommandExecutor() |
| Constructor and Description |
|---|
ByteArrayRef(String id,
CommandExecutor commandExecutor) |
TablePageQueryImpl(CommandExecutor commandExecutor,
AbstractEngineConfiguration engineConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
protected CommandExecutor |
AbstractQuery.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandExecutor commandExecutor) |
AbstractQuery(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CommonEngineServiceImpl.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
CommonEngineServiceImpl.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonEngineServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
MyBatisChangeTenantIdManager.commandExecutor |
| Constructor and Description |
|---|
MyBatisChangeTenantIdManager(CommandExecutor commandExecutor,
String engineScopeType,
Set<String> entityTypes) |
Copyright © 2021 Flowable. All rights reserved.