|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface BigdataSail.Options
Additional parameters understood by the Sesame 2.x SAIL implementation.
| Field Summary | |
|---|---|
static String |
BUFFER_CAPACITY
The capacity of the statement buffer used to absorb writes. |
static String |
DEFAULT_BUFFER_CAPACITY
|
static String |
DEFAULT_NATIVE_JOINS
|
static String |
DEFAULT_QUERY_TIME_EXPANDER
|
static String |
DEFAULT_TRUTH_MAINTENANCE
|
static String |
NATIVE_JOINS
This boolean may be used to specify whether or not to use "native" joins, bypassing the Sesame join mechanism (default "true"). |
static String |
QUERY_TIME_EXPANDER
Option (default true) may be used to explicitly
disable query-time expansion for entailments NOT computed during
closure. |
static String |
TRUTH_MAINTENANCE
This optional boolean property may be used to specify whether or not RDFS entailments are maintained by eager closure of the knowledge base (the default is true). |
| Fields inherited from interface com.bigdata.btree.keys.KeyBuilder.Options |
|---|
COLLATOR, DECOMPOSITION, STRENGTH, USER_COUNTRY, USER_LANGUAGE, USER_VARIANT |
| Fields inherited from interface com.bigdata.rdf.store.DataLoader.Options |
|---|
CLOSURE, COMMIT, DEFAULT_CLOSURE, DEFAULT_COMMIT, DEFAULT_FLUSH, DEFAULT_VERIFY_DATA, FLUSH, VERIFY_DATA |
| Fields inherited from interface com.bigdata.search.FullTextIndex.Options |
|---|
DEFAULT_INDEXER_COLLATOR_STRENGTH, DEFAULT_INDEXER_TIMEOUT, DEFAULT_OVERWRITE, INDEXER_COLLATOR_STRENGTH, INDEXER_TIMEOUT, OVERWRITE |
| Field Detail |
|---|
static final String TRUTH_MAINTENANCE
true). This property only effects
data loaded through the Sail.
static final String DEFAULT_TRUTH_MAINTENANCE
static final String BUFFER_CAPACITY
DEFAULT_BUFFER_CAPACITYstatic final String DEFAULT_BUFFER_CAPACITY
static final String NATIVE_JOINS
TupleExpr into an IRule and then
execute the IRule. The generated IRules operate
directly with the SPORelation and SPO objects using
internal 64-bit term identifiers rather than RDF Values.
When query results are externalized, efficient batch resolution is
used to translate from those 64-bit term identifiers to
BigdataValues.
DEFAULT_NATIVE_JOINSstatic final String DEFAULT_NATIVE_JOINS
static final String QUERY_TIME_EXPANDER
true) may be used to explicitly
disable query-time expansion for entailments NOT computed during
closure. In particular, this may be used to disable the query time
expansion of (x rdf:type rdfs:Resource) and owl:sameAs. (Those
entailments are fast for the LocalTripleStore but have not
been optimized for scale-out deployments.)
DEFAULT_QUERY_TIME_EXPANDERstatic final String DEFAULT_QUERY_TIME_EXPANDER
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||