com.bigdata.bop.controller
Interface SubqueryJoinAnnotations

All Superinterfaces:
BOp.Annotations, BufferAnnotations, JoinAnnotations, PipelineOp.Annotations, SubqueryAnnotations
All Known Subinterfaces:
SubqueryOp.Annotations

Deprecated. With SubqueryOp, which is the sole class which extends this interface.

public interface SubqueryJoinAnnotations
extends JoinAnnotations, SubqueryAnnotations

Annotations for joins against a subquery.

Version:
$Id: SubqueryJoinAnnotations.java 5491 2011-11-02 20:11:07Z thompsonbry $
Author:
Bryan Thompson

Field Summary
 
Fields inherited from interface com.bigdata.bop.join.JoinAnnotations
CONSTRAINTS, DEFAULT_LIMIT, JOIN_TYPE, LIMIT, SELECT
 
Fields inherited from interface com.bigdata.bop.PipelineOp.Annotations
ALT_SINK_REF, DEFAULT_LAST_PASS, DEFAULT_MAX_MEMORY, DEFAULT_MAX_MESSAGES_PER_TASK, DEFAULT_MAX_PARALLEL, DEFAULT_PIPELINE_QUEUE_CAPACITY, DEFAULT_PIPELINED, DEFAULT_SHARED_STATE, LAST_PASS, MAX_MEMORY, MAX_MESSAGES_PER_TASK, MAX_PARALLEL, PIPELINE_QUEUE_CAPACITY, PIPELINED, SHARED_STATE, SINK_REF
 
Fields inherited from interface com.bigdata.bop.BOp.Annotations
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, TIMEOUT
 
Fields inherited from interface com.bigdata.bop.BufferAnnotations
CHUNK_CAPACITY, CHUNK_OF_CHUNKS_CAPACITY, CHUNK_TIMEOUT, chunkTimeoutUnit, DEFAULT_CHUNK_CAPACITY, DEFAULT_CHUNK_OF_CHUNKS_CAPACITY, DEFAULT_CHUNK_TIMEOUT
 
Fields inherited from interface com.bigdata.bop.controller.SubqueryAnnotations
SUBQUERY
 



Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.