Package cern.nxcals.api.custom.domain
Interface Snapshot.TimeDefinition
-
- Enclosing class:
- Snapshot
public static interface Snapshot.TimeDefinition
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Snapshot.TimeDefinition
dynamic(int duration, LoggingTimeZone timezone, PriorTime priorTime, DynamicTimeUnit timeUnit)
static Snapshot.TimeDefinition
fixedDates(java.time.Instant startTime, java.time.Instant endTime)
static Snapshot.TimeDefinition
forFill(int fillNumber, BeamModeData beamStart, BeamModeData beamEnd)
java.util.EnumMap<SnapshotProperty,java.lang.String>
getProperties()
TimeWindow
getTimeWindow()
-
-
-
Method Detail
-
getTimeWindow
TimeWindow getTimeWindow()
-
getProperties
java.util.EnumMap<SnapshotProperty,java.lang.String> getProperties()
-
fixedDates
static Snapshot.TimeDefinition fixedDates(java.time.Instant startTime, java.time.Instant endTime)
-
forFill
static Snapshot.TimeDefinition forFill(int fillNumber, BeamModeData beamStart, BeamModeData beamEnd)
-
dynamic
static Snapshot.TimeDefinition dynamic(int duration, LoggingTimeZone timezone, PriorTime priorTime, DynamicTimeUnit timeUnit)
-
-