public interface ContextStateCache
Modifier and Type | Method and Description |
---|---|
void |
addContextPath(String contextName,
int level,
int parentPath,
int subPath,
Integer optionalContextPartitionId,
Object additionalInfo,
ContextStatePathValueBinding binding) |
ContextStatePathValueBinding |
getBinding(Object bindingInfo) |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
getContextPaths(String contextName) |
void |
removeContext(String contextName) |
void |
removeContextParentPath(String contextName,
int level,
int parentPath) |
void |
removeContextPath(String contextName,
int level,
int parentPath,
int subPath) |
void |
updateContextPath(String contextName,
ContextStatePathKey key,
ContextStatePathValue value) |
ContextStatePathValueBinding getBinding(Object bindingInfo)
void addContextPath(String contextName, int level, int parentPath, int subPath, Integer optionalContextPartitionId, Object additionalInfo, ContextStatePathValueBinding binding)
void updateContextPath(String contextName, ContextStatePathKey key, ContextStatePathValue value)
void removeContextParentPath(String contextName, int level, int parentPath)
void removeContextPath(String contextName, int level, int parentPath, int subPath)
void removeContext(String contextName)
TreeMap<ContextStatePathKey,ContextStatePathValue> getContextPaths(String contextName)