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

org.apache.lens.ml
Class TableTestingSpec

java.lang.Object
  extended by org.apache.lens.ml.TableTestingSpec

public class TableTestingSpec
extends Object

Table specification for running test on a table.


Nested Class Summary
static class TableTestingSpec.TableTestingSpecBuilder
          The Class TableTestingSpecBuilder.
 
Field Summary
static org.apache.commons.logging.Log LOG
          The Constant LOG.
 
Constructor Summary
TableTestingSpec()
           
 
Method Summary
 String getCreateOutputTableQuery()
           
 String getTestQuery()
           
static TableTestingSpec.TableTestingSpecBuilder newBuilder()
          New builder.
 boolean validate()
          Validate.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
The Constant LOG.

Constructor Detail

TableTestingSpec

public TableTestingSpec()
Method Detail

newBuilder

public static TableTestingSpec.TableTestingSpecBuilder newBuilder()
New builder.

Returns:
the table testing spec builder

validate

public boolean validate()
Validate.

Returns:
true, if successful

getTestQuery

public String getTestQuery()

getCreateOutputTableQuery

public String getCreateOutputTableQuery()


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