|
||||||||||
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.LensCubeCommands
@Component public class LensCubeCommands
The Class LensCubeCommands.
Field Summary |
---|
Fields inherited from class org.apache.lens.cli.commands.BaseLensCommand |
---|
LOG |
Constructor Summary | |
---|---|
LensCubeCommands()
|
Method Summary | |
---|---|
String |
createCube(String cubeSpec)
Creates the cube. |
String |
describeCube(String cubeName)
Describe cube. |
String |
dropCube(String cube)
Drop cube. |
String |
showCubes()
Show cubes. |
String |
updateCube(String specPair)
Update cube. |
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 LensCubeCommands()
Method Detail |
---|
public String showCubes()
public String createCube(String cubeSpec)
cubeSpec
- the cube spec
public String dropCube(String cube)
cube
- the cube
public String updateCube(String specPair)
specPair
- the spec pair
public String describeCube(String cubeName)
cubeName
- the cube name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |