public class DevImportConfigSource extends java.lang.Object implements ImportConfigSource
DefaultBatchStatusDbLockStripes| Constructor and Description |
|---|
DevImportConfigSource() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
batchStatusDbDir() |
PositiveN |
batchStatusDbLockStripes()
Optional number of lock stripes to use with the import batch status
key-value store.
|
java.nio.file.Path |
failedImportLogDir() |
java.nio.file.Path |
importLogDir() |
java.time.Duration |
logRetentionPeriod() |
util.runtime.CommandBuilder |
niceCommand()
Optional command to use to set the priority of processes that run OMERO
imports.
|
java.util.List<java.time.Duration> |
retryIntervals() |
public java.nio.file.Path importLogDir()
importLogDir in interface ImportConfigSourcepublic java.time.Duration logRetentionPeriod()
logRetentionPeriod in interface ImportConfigSourcepublic java.util.List<java.time.Duration> retryIntervals()
retryIntervals in interface ImportConfigSourcepublic java.nio.file.Path failedImportLogDir()
failedImportLogDir in interface ImportConfigSourcepublic util.runtime.CommandBuilder niceCommand()
ImportConfigSourceniceCommand in interface ImportConfigSourcepublic java.nio.file.Path batchStatusDbDir()
batchStatusDbDir in interface ImportConfigSourcepublic PositiveN batchStatusDbLockStripes()
ImportConfigSourcebatchStatusDbLockStripes in interface ImportConfigSource