public static interface ParseOp.Annotations extends PipelineOp.Annotations, ILocatableResourceAnnotations, RDFParserOptions.Options
BOp.Annotations#TIMEOUT
is respected to limit the read time
on an HTTP connection.
Note: The RDFParserOptions
are initialized based on
AbstractResource.getProperties()
. Those defaults are then
overriden by any RDFParserOptions.Options
which are specified as
annotations. When LexiconRelation.isStoreBlankNodes()
is
true
, then blank nodes IDs will be preserved unless that
option has been explicitly overridden.
Modifier and Type | Field and Description |
---|---|
static String |
BASE_URI
The base URI for that data source (defaults to the
SOURCE_URI ). |
static String |
DEFAULT_FALLBACK |
static int |
DEFAULT_READ_BUFFER_SIZE
Note: 8k is the default buffer size for
BufferedReader so
this default is the same as not specifying an override. |
static boolean |
DEFAULT_SILENT |
static boolean |
DEFAULT_STRIP_CONTEXT |
static boolean |
DEFAULT_USES_CACHE |
static String |
FALLBACK
The name of the fallback
RDFFormat (default
DEFAULT_FALLBACK ). |
static String |
READ_BUFFER_SIZE
The
BufferedReader 's internal buffer size (default is
8192). |
static String |
SILENT
When
true , a parse error will be ignored. |
static String |
SOURCE_URI
The data source to be parsed.
|
static String |
STRIP_CONTEXT
When
true , the context position will be stripped from
the statements. |
static String |
TARGET_URI
The target graph (optional).
|
static String |
USES_CACHE
true iff HTTP requests may use cached responses. |
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
RELATION_NAME
TIMESTAMP
DATATYPE_HANDLING, DEFAULT_DATATYPE_HANDLING, DEFAULT_PRESERVE_BNODE_IDS, DEFAULT_STOP_AT_FIRST_ERROR, DEFAULT_VERIFY_DATA, PRESERVE_BNODE_IDS, STOP_AT_FIRST_ERROR, VERIFY_DATA
static final String SOURCE_URI
static final String BASE_URI
SOURCE_URI
).static final String TARGET_URI
Note: This is ignored unless we are in quads mode. If we are in quads mode and the data is not quads, then it is an error.
static final String SILENT
true
, a parse error will be ignored.static final boolean DEFAULT_SILENT
static final String FALLBACK
RDFFormat
(default
DEFAULT_FALLBACK
).
Note: RDFFormat
is not Serializable
, so this
annotation must be the format name rather than the RDFFormat
instance.
static final String DEFAULT_FALLBACK
static final String STRIP_CONTEXT
true
, the context position will be stripped from
the statements. This may be used to remove context from quads data
when loading into a triples or SIDs mode database. It may also be
used to force quads data into a specific context in quads mode.static final boolean DEFAULT_STRIP_CONTEXT
static final String USES_CACHE
true
iff HTTP requests may use cached responses.static final boolean DEFAULT_USES_CACHE
static final String READ_BUFFER_SIZE
BufferedReader
's internal buffer size (default is
8192).static final int DEFAULT_READ_BUFFER_SIZE
BufferedReader
so
this default is the same as not specifying an override.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.