| Package | Description |
|---|---|
| io.mongock.runner.core.executor | |
| io.mongock.runner.core.executor.operation.migrate | |
| io.mongock.runner.core.executor.system |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeLogRuntimeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ChangeLogRuntime |
ExecutorBuilderBase.changeLogRuntime |
protected ChangeLogRuntime |
ChangeExecutorBase.changeLogRuntime |
| Modifier and Type | Method and Description |
|---|---|
ExecutorBuilder<CONFIG> |
ExecutorBuilder.setChangeLogRuntime(ChangeLogRuntime changeLogRuntime) |
ExecutorBuilder<CONFIG> |
ExecutorBuilderBase.setChangeLogRuntime(ChangeLogRuntime changeLogRuntime) |
| Constructor and Description |
|---|
ChangeExecutorBase(String executionId,
ChangeLogServiceBase changeLogService,
ConnectionDriver driver,
ChangeLogRuntime changeLogRuntime,
Function<AnnotatedElement,Boolean> annotationFilter,
Map<String,Object> metadata,
String serviceIdentifier,
boolean trackIgnored,
Optional<Boolean> transactional,
Optional<Boolean> transactionEnabled,
TransactionStrategy transactionStrategy,
CONFIG config) |
| Constructor and Description |
|---|
MigrateAllExecutor(String executionId,
ChangeLogServiceBase changeLogService,
ConnectionDriver driver,
ChangeLogRuntime changeLogRuntime,
Function<AnnotatedElement,Boolean> annotationFilter,
ChangeExecutorConfiguration config) |
MigrateExecutorBase(String executionId,
ChangeLogServiceBase changeLogService,
ConnectionDriver driver,
ChangeLogRuntime changeLogRuntime,
Function<AnnotatedElement,Boolean> annotationFilter,
ChangeExecutorConfiguration config) |
| Constructor and Description |
|---|
SystemUpdateExecutor(String executionId,
ConnectionDriver driver,
ChangeLogServiceBase changeLogService,
ChangeLogRuntime changeLogRuntime,
CONFIG config,
List<String> basePackages) |
Copyright © 2025. All rights reserved.