Package | Description |
---|---|
com.tibco.rta.model |
Schema model classes and interfaces.
|
com.tibco.rta.model.mutable |
Mutalbe Schema model classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.