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 ImportConfigSource
public java.time.Duration logRetentionPeriod()
logRetentionPeriod
in interface ImportConfigSource
public java.util.List<java.time.Duration> retryIntervals()
retryIntervals
in interface ImportConfigSource
public java.nio.file.Path failedImportLogDir()
failedImportLogDir
in interface ImportConfigSource
public util.runtime.CommandBuilder niceCommand()
ImportConfigSource
niceCommand
in interface ImportConfigSource
public java.nio.file.Path batchStatusDbDir()
batchStatusDbDir
in interface ImportConfigSource
public PositiveN batchStatusDbLockStripes()
ImportConfigSource
batchStatusDbLockStripes
in interface ImportConfigSource