| Package | Description | 
|---|---|
| mondrian.olap | Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. | 
| mondrian.rolap | Implements the data access layer for the olap package. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheControl.MemberEditCommand | CacheControl. createAddCommand(Member member)Creates a command to add a member to the cache. | 
| CacheControl.MemberEditCommand | CacheControl. createCompoundCommand(CacheControl.MemberEditCommand... cmds)Builds a compound command which is executed atomically. | 
| CacheControl.MemberEditCommand | CacheControl. createCompoundCommand(List<CacheControl.MemberEditCommand> cmds)Builds a compound command which is executed atomically. | 
| CacheControl.MemberEditCommand | CacheControl. createDeleteCommand(CacheControl.MemberSet memberSet)Creates a command to delete a set of members from the member cache. | 
| CacheControl.MemberEditCommand | CacheControl. createDeleteCommand(Member member)Creates a command to delete a member and its descendants from the member
 cache. | 
| CacheControl.MemberEditCommand | CacheControl. createMoveCommand(Member member,
                 Member loc)Creates a command to Move a member (with its descendants) to a new
 location, that is to a new parent. | 
| CacheControl.MemberEditCommand | CacheControl. createSetPropertyCommand(CacheControl.MemberSet set,
                        Map<String,Object> propertyValues)Creates a command to several properties changes over a set of
 members. | 
| CacheControl.MemberEditCommand | CacheControl. createSetPropertyCommand(Member member,
                        String name,
                        Object value)Creates a command to change one property of a member. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheControl.MemberEditCommand | CacheControl. createCompoundCommand(CacheControl.MemberEditCommand... cmds)Builds a compound command which is executed atomically. | 
| void | CacheControl. execute(CacheControl.MemberEditCommand cmd)Executes a command that edits the member cache. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheControl.MemberEditCommand | CacheControl. createCompoundCommand(List<CacheControl.MemberEditCommand> cmds)Builds a compound command which is executed atomically. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheControl.MemberEditCommand | CacheControlImpl. createAddCommand(Member member) | 
| CacheControl.MemberEditCommand | CacheControlImpl. createCompoundCommand(CacheControl.MemberEditCommand... commands) | 
| CacheControl.MemberEditCommand | CacheControlImpl. createCompoundCommand(List<CacheControl.MemberEditCommand> commandList) | 
| CacheControl.MemberEditCommand | CacheControlImpl. createDeleteCommand(CacheControl.MemberSet s) | 
| CacheControl.MemberEditCommand | CacheControlImpl. createDeleteCommand(Member member) | 
| CacheControl.MemberEditCommand | CacheControlImpl. createMoveCommand(Member member,
                 Member loc) | 
| CacheControl.MemberEditCommand | CacheControlImpl. createSetPropertyCommand(CacheControl.MemberSet members,
                        Map<String,Object> propertyValues) | 
| CacheControl.MemberEditCommand | CacheControlImpl. createSetPropertyCommand(Member member,
                        String name,
                        Object value) | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheControl.MemberEditCommand | CacheControlImpl. createCompoundCommand(CacheControl.MemberEditCommand... commands) | 
| void | CacheControlImpl. execute(CacheControl.MemberEditCommand cmd) | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheControl.MemberEditCommand | CacheControlImpl. createCompoundCommand(List<CacheControl.MemberEditCommand> commandList) | 
Copyright © 2021 Hitachi Vantara. All rights reserved.