|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnits.Unit | |
---|---|
com.tibco.rta.model | Schema model classes and interfaces. |
com.tibco.rta.model.mutable | Mutalbe Schema model classes and interfaces. |
Uses of TimeUnits.Unit in com.tibco.rta.model |
---|
Methods in com.tibco.rta.model that return TimeUnits.Unit | |
---|---|
TimeUnits.Unit |
RetentionPolicy.getRetentionUnit()
Returns the unit of measurement of the retention count. |
TimeUnits.Unit |
TimeUnits.getTimeUnit()
Get the time unit |
static TimeUnits.Unit |
TimeUnits.Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimeUnits.Unit[] |
TimeUnits.Unit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of TimeUnits.Unit in com.tibco.rta.model.mutable |
---|
Methods in com.tibco.rta.model.mutable with parameters of type TimeUnits.Unit | |
---|---|
void |
MutableRtaSchema.addRetentionPolicy(java.lang.String qualifier,
TimeUnits.Unit timUnit,
int multiplier,
java.lang.String purgeTimeOfDay,
long purgeFrequencyPeriod)
|
TimeDimension |
MutableRtaSchema.newTimeDimension(java.lang.String name,
Attribute associatedAttribute,
TimeUnits.Unit unit,
int frequency)
New time dimension. |
void |
MutableRetentionPolicy.setRetentionUnit(TimeUnits.Unit timeUnit)
Sets the unit of measurement for the unit multiplier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |