public class HierarchyCache extends java.lang.Object implements CacheService
| Constructor and Description | 
|---|
HierarchyCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clearCache()  | 
static Linked<Activity> | 
getActivityHierarchy(java.lang.Long processId)  | 
static java.util.List<Linked<Process>> | 
getHierarchy(java.lang.Long processId)  | 
static java.util.List<java.lang.Long> | 
getMilestoned()
Processes with milestones in their hierarchies. 
 | 
static Linked<Milestone> | 
getMilestones(java.lang.Long processId)
Descending milestones starting with the specified process. 
 | 
static boolean | 
hasMilestones(java.lang.Long processId)  | 
void | 
refreshCache()  | 
public static Linked<Milestone> getMilestones(java.lang.Long processId) throws java.io.IOException
java.io.IOExceptionpublic static Linked<Activity> getActivityHierarchy(java.lang.Long processId) throws java.io.IOException
java.io.IOExceptionpublic static java.util.List<java.lang.Long> getMilestoned()
public static boolean hasMilestones(java.lang.Long processId)
public void clearCache()
clearCache in interface CacheServicepublic void refreshCache()
refreshCache in interface CacheServiceCopyright © 2019 CenturyLink, Inc.