public static interface ArbitraryLengthPathOp.Annotations extends PipelineOp.Annotations
| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULT_INITIAL_CAPACITY | 
| static float | DEFAULT_LOAD_FACTOR | 
| static String | DROP_VARSA list of intermediate variables (IVariables) used by the ALP op
 that should be dropped from the solutions after each round. | 
| static String | EDGE_VARThe edge variable. | 
| static String | INITIAL_CAPACITYThe initial capacity of the  ConcurrentHashMapused to impose 
 the distinct filter (required to avoid duplicates). | 
| static String | LEFT_TERMThe left term - can be a variable or a constant. | 
| static String | LOAD_FACTORThe load factor of the  ConcurrentHashMapused to impose the
 distinct filter (required to avoid duplicates). | 
| static String | LOWER_BOUNDThe lower bound on the number of rounds to run. | 
| static String | MIDDLE_TERMThe middle term - can be a variable or a constant. | 
| static String | PROJECT_IN_VARSThe vars projected into this ALP op. | 
| static String | RIGHT_TERMThe right term - can be a variable or a constant. | 
| static String | SUBQUERYThe subquery representing the path between left and right. | 
| static String | TRANSITIVITY_VAR_LEFTThe left transitivity variable. | 
| static String | TRANSITIVITY_VAR_RIGHTThe right transitivity variable. | 
| static String | UPPER_BOUNDThe upper bound on the number of rounds to run. | 
ALT_SINK_REF, DEFAULT_LAST_PASS, DEFAULT_MAX_MEMORY, DEFAULT_MAX_MESSAGES_PER_TASK, DEFAULT_MAX_PARALLEL, DEFAULT_PIPELINE_QUEUE_CAPACITY, DEFAULT_PIPELINED, DEFAULT_REORDER_SOLUTIONS, DEFAULT_SHARED_STATE, LAST_PASS, MAX_MEMORY, MAX_MESSAGES_PER_TASK, MAX_PARALLEL, PIPELINE_QUEUE_CAPACITY, PIPELINED, REORDER_SOLUTIONS, SHARED_STATE, SINK_REFBOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, NAMESPACE, TIMEOUTCHUNK_CAPACITY, CHUNK_OF_CHUNKS_CAPACITY, CHUNK_TIMEOUT, chunkTimeoutUnit, DEFAULT_CHUNK_CAPACITY, DEFAULT_CHUNK_OF_CHUNKS_CAPACITY, DEFAULT_CHUNK_TIMEOUTstatic final String SUBQUERY
static final String LEFT_TERM
static final String RIGHT_TERM
static final String TRANSITIVITY_VAR_LEFT
static final String TRANSITIVITY_VAR_RIGHT
static final String LOWER_BOUND
static final String UPPER_BOUND
static final String PROJECT_IN_VARS
static final String INITIAL_CAPACITY
ConcurrentHashMap used to impose 
 the distinct filter (required to avoid duplicates).DEFAULT_INITIAL_CAPACITYstatic final int DEFAULT_INITIAL_CAPACITY
static final String LOAD_FACTOR
ConcurrentHashMap used to impose the
 distinct filter (required to avoid duplicates).DEFAULT_LOAD_FACTORstatic final float DEFAULT_LOAD_FACTOR
static final String MIDDLE_TERM
static final String EDGE_VAR
static final String DROP_VARS
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.