This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.query.SubmitOp (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.api.query.SubmitOp

Packages that use SubmitOp
org.apache.lens.api.query   
org.apache.lens.server.api.query   
 

Uses of SubmitOp in org.apache.lens.api.query
 

Methods in org.apache.lens.api.query that return SubmitOp
static SubmitOp SubmitOp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubmitOp[] SubmitOp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SubmitOp in org.apache.lens.server.api.query
 

Methods in org.apache.lens.server.api.query with parameters of type SubmitOp
 String QueryAcceptor.accept(String query, org.apache.hadoop.conf.Configuration conf, SubmitOp submitOp)
          Whether to accept the query or not.
 



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