public interface RetentionPolicy
Modifier and Type | Interface and Description |
---|---|
static class |
RetentionPolicy.Qualifier
Qualifier to tell if the retention policy applies to a fact or to a hierarchy.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHierarchyName()
Returns the hierarchy name for which this retention policy applies.
|
long |
getPurgeFrequencyPeriod()
Returns how often to run the purge job for this hierarchy.
|
java.lang.String |
getPurgeTimeOfDay()
The time of day when the purge timer should trigger for this hierarchy.
|
RetentionPolicy.Qualifier |
getQualifier()
Returns the associated qualifier
|
long |
getRetentionPeriod()
Returns the period in milliseconds based on retention count and retention unit.
|
TimeUnits.Unit |
getRetentionUnit()
Returns the unit of measurement of the retention count.
|
long |
getRetentionUnitCount()
Returns the unit multiplier of the retention unit.
|
RetentionPolicy.Qualifier getQualifier()
java.lang.String getHierarchyName()
long getRetentionUnitCount()
TimeUnits.Unit getRetentionUnit()
long getRetentionPeriod()
java.lang.String getPurgeTimeOfDay()
long getPurgeFrequencyPeriod()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.