|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.cli.commands.BaseLensCommand org.apache.lens.cli.commands.LensDimensionCommands
@Component public class LensDimensionCommands
The Class LensDimensionCommands.
Field Summary |
---|
Fields inherited from class org.apache.lens.cli.commands.BaseLensCommand |
---|
LOG |
Constructor Summary | |
---|---|
LensDimensionCommands()
|
Method Summary | |
---|---|
String |
createDimension(String dimensionSpec)
Creates the dimension. |
String |
describeDimension(String dimensionName)
Describe dimension. |
String |
dropDimension(String dimension)
Drop dimension. |
String |
showDimensions()
Show dimensions. |
String |
updateDimension(String specPair)
Update dimension. |
Methods inherited from class org.apache.lens.cli.commands.BaseLensCommand |
---|
formatJson, getClient, getClientWrapper, setClient |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LensDimensionCommands()
Method Detail |
---|
public String showDimensions()
public String createDimension(String dimensionSpec)
dimensionSpec
- the dimension spec
public String dropDimension(String dimension)
dimension
- the dimension
public String updateDimension(String specPair)
specPair
- the spec pair
public String describeDimension(String dimensionName)
dimensionName
- the dimension name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |