This project has retired. For details please refer to its Attic page.
LensNativeTableCommands (Lens 2.0.1-beta-incubating API)

org.apache.lens.cli.commands
Class LensNativeTableCommands

java.lang.Object
  extended by org.apache.lens.cli.commands.BaseLensCommand
      extended by org.apache.lens.cli.commands.LensNativeTableCommands
All Implemented Interfaces:
org.springframework.shell.core.CommandMarker

@Component
public class LensNativeTableCommands
extends BaseLensCommand
implements org.springframework.shell.core.CommandMarker

The Class LensNativeTableCommands.


Field Summary
 
Fields inherited from class org.apache.lens.cli.commands.BaseLensCommand
LOG
 
Constructor Summary
LensNativeTableCommands()
           
 
Method Summary
 String describeNativeTable(String tblName)
          Describe native table.
 String showNativeTables()
          Show native tables.
 
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

LensNativeTableCommands

public LensNativeTableCommands()
Method Detail

showNativeTables

public String showNativeTables()
Show native tables.

Returns:
the string

describeNativeTable

public String describeNativeTable(String tblName)
Describe native table.

Parameters:
tblName - the tbl name
Returns:
the string


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.