public static interface BOp.Annotations
Note: Annotation names should be interned
in
order to avoid having duplicate values for those strings on the heap.
Modifier and Type | Field and Description |
---|---|
static String |
BOP_ID
The unique identifier within a query for a specific
BOp . |
static String |
CONTROLLER
A boolean annotation whose value indicates whether or not this is a
control operator (default false).
|
static boolean |
DEFAULT_CONTROLLER |
static BOpEvaluationContext |
DEFAULT_EVALUATION_CONTEXT |
static long |
DEFAULT_TIMEOUT
The default timeout for operator evaluation.
|
static String |
EVALUATION_CONTEXT
This annotation determines where an operator will be evaluated
(default ).
|
static String |
NAMESPACE
The namespace over which a query is executed.
|
static String |
TIMEOUT
The timeout for the operator evaluation (milliseconds).
|
static final String BOP_ID
static final String TIMEOUT
DEFAULT_TIMEOUT
static final long DEFAULT_TIMEOUT
static final String EVALUATION_CONTEXT
BOpEvaluationContext
static final BOpEvaluationContext DEFAULT_EVALUATION_CONTEXT
static final String CONTROLLER
BOp.isController()
static final boolean DEFAULT_CONTROLLER
static final String NAMESPACE
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.