Package | Description |
---|---|
net.datenwerke.eximport.im | |
net.datenwerke.rs.transport.service.transport.logs |
Modifier and Type | Field and Description |
---|---|
ImportResult.ImportResultExtraData.ImportStrategy |
ImportResult.ImportResultExtraData.importStrategy |
Modifier and Type | Method and Description |
---|---|
static ImportResult.ImportResultExtraData.ImportStrategy |
ImportResult.ImportResultExtraData.ImportStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportResult.ImportResultExtraData.ImportStrategy[] |
ImportResult.ImportResultExtraData.ImportStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ImportResult.ImportResultExtraData |
ImportResult.ImportResultExtraData.imported(java.lang.Object object,
ImportResult.ImportResultExtraData.ImportStrategy strategy) |
static ImportResult.ImportResultExtraData |
ImportResult.ImportResultExtraData.skipped(java.lang.Object object,
ImportResult.ImportResultExtraData.ImportStrategy strategy) |
Constructor and Description |
---|
ImportResultExtraData(java.lang.Object object,
long timestamp,
ImportResult.ImportResultExtraData.ImportStrategy strategy,
boolean skip) |
Modifier and Type | Method and Description |
---|---|
ImportResult.ImportResultExtraData.ImportStrategy |
TransportApplyNodeLog.getImportStrategy() |
Constructor and Description |
---|
TransportApplyNodeLog(java.lang.Long timestamp,
java.lang.String key,
java.lang.String value,
ImportResult.ImportResultExtraData.ImportStrategy strategy,
boolean skip) |