public interface SetRemovalTimeSelectModeForHistoricBatchesBuilder extends SetRemovalTimeToHistoricBatchesBuilder
Modifier and Type | Method and Description |
---|---|
SetRemovalTimeToHistoricBatchesBuilder |
absoluteRemovalTime(Date removalTime)
Sets the removal time to an absolute date.
|
SetRemovalTimeToHistoricBatchesBuilder |
calculatedRemovalTime()
Calculates the removal time dynamically based on the time to
live of the respective batch and the engine's removal time strategy.
|
SetRemovalTimeToHistoricBatchesBuilder |
clearedRemovalTime()
Sets the removal time to
null . |
byIds, byQuery, executeAsync
SetRemovalTimeToHistoricBatchesBuilder absoluteRemovalTime(Date removalTime)
removalTime
- supposed to be set to historic entities.SetRemovalTimeToHistoricBatchesBuilder calculatedRemovalTime()
SetRemovalTimeToHistoricBatchesBuilder clearedRemovalTime()
Sets the removal time to null
.
Copyright © 2022. All rights reserved.