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_VARS
A list of intermediate variables (IVariables) used by the ALP op
that should be dropped from the solutions after each round.
|
static String |
EDGE_VAR
The edge variable.
|
static String |
INITIAL_CAPACITY
The initial capacity of the
ConcurrentHashMap used to impose
the distinct filter (required to avoid duplicates). |
static String |
LEFT_TERM
The left term - can be a variable or a constant.
|
static String |
LOAD_FACTOR
The load factor of the
ConcurrentHashMap used to impose the
distinct filter (required to avoid duplicates). |
static String |
LOWER_BOUND
The lower bound on the number of rounds to run.
|
static String |
MIDDLE_TERM
The middle term - can be a variable or a constant.
|
static String |
PROJECT_IN_VARS
The vars projected into this ALP op.
|
static String |
RIGHT_TERM
The right term - can be a variable or a constant.
|
static String |
SUBQUERY
The subquery representing the path between left and right.
|
static String |
TRANSITIVITY_VAR_LEFT
The left transitivity variable.
|
static String |
TRANSITIVITY_VAR_RIGHT
The right transitivity variable.
|
static String |
UPPER_BOUND
The 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_REF
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, NAMESPACE, TIMEOUT
CHUNK_CAPACITY, CHUNK_OF_CHUNKS_CAPACITY, CHUNK_TIMEOUT, chunkTimeoutUnit, DEFAULT_CHUNK_CAPACITY, DEFAULT_CHUNK_OF_CHUNKS_CAPACITY, DEFAULT_CHUNK_TIMEOUT
static 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_CAPACITY
static final int DEFAULT_INITIAL_CAPACITY
static final String LOAD_FACTOR
ConcurrentHashMap
used to impose the
distinct filter (required to avoid duplicates).DEFAULT_LOAD_FACTOR
static 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.