com.bigdata.bop.bset
Interface CopyOp.Annotations

All Superinterfaces:
BOp.Annotations, BufferAnnotations, PipelineOp.Annotations
Enclosing class:
CopyOp

public static interface CopyOp.Annotations
extends PipelineOp.Annotations


Field Summary
static String BINDING_SETS
          An optional IBindingSet[] to be used instead of the default source.
static String CONSTRAINTS
          An optional IConstraint[] which places restrictions on the legal patterns in the variable bindings.
static String SELECT
          An optional IVariable[] which specifies which variables will have their bindings copied.
 
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
 

Field Detail

SELECT

static final String SELECT
An optional IVariable[] which specifies which variables will have their bindings copied.


CONSTRAINTS

static final String CONSTRAINTS
An optional IConstraint[] which places restrictions on the legal patterns in the variable bindings.


BINDING_SETS

static final String BINDING_SETS
An optional IBindingSet[] to be used instead of the default source.



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