public interface MutableRetentionPolicy extends RetentionPolicy
RetentionPolicy.Qualifier
Modifier and Type | Method and Description |
---|---|
void |
setHierarchyName(java.lang.String hierarchyName)
Sets the name of the hierarchy for which this policy is being defined.
|
void |
setPurgeTimeOfDay(java.lang.String purgeTimeOfDay)
Sets the purge time of the day in HHMI format, where HH is the hours of the day and MI is the minutes of the hour.
|
void |
setQualifier(RetentionPolicy.Qualifier qualifier)
Defines the qualifier of the retention policy.
|
void |
setRetentionUnit(TimeUnits.Unit timeUnit)
Sets the unit of measurement for the unit multiplier.
|
void |
setRetentionUnitCount(long unitCount)
Sets a retention policy unit multiplier.
|
getHierarchyName, getPurgeFrequencyPeriod, getPurgeTimeOfDay, getQualifier, getRetentionPeriod, getRetentionUnit, getRetentionUnitCount
void setQualifier(RetentionPolicy.Qualifier qualifier)
qualifier
- Whether this policy is for facts of for hierarchies.void setRetentionUnitCount(long unitCount)
unitCount
- unit multipliervoid setRetentionUnit(TimeUnits.Unit timeUnit)
timeUnit
- the unit of measurement to use.void setPurgeTimeOfDay(java.lang.String purgeTimeOfDay)
purgeTimeOfDay
- the purge time of the day.void setHierarchyName(java.lang.String hierarchyName)
hierarchyName
- the name of the hierarchy for which this policy is being defined.Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.