Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
com.bigdata.config | |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.relation |
This package includes an abstraction layer for relations.
|
com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
Modifier and Type | Method and Description |
---|---|
protected <E> E |
IndexMetadata.getProperty(IIndexManager indexManager,
Properties properties,
String namespace,
String globalName,
String defaultValue,
IValidator<E> validator) |
Modifier and Type | Class and Description |
---|---|
class |
IntegerRangeValidator
Variant that imposes a range constraint on the value.
|
class |
IntegerValidator
Base impl for
Integer . |
class |
LongRangeValidator
Variant that imposes a range constraint on the value.
|
class |
LongValidator
Base impl for
Long . |
Modifier and Type | Field and Description |
---|---|
static IValidator<Long> |
LongValidator.DEFAULT
Allows all values.
|
static IValidator<Integer> |
IntegerValidator.DEFAULT
Allows all values.
|
static IValidator<Long> |
LongValidator.GT_ZERO
Only allows positive values (GT ZERO).
|
static IValidator<Integer> |
IntegerValidator.GT_ZERO
Only allows positive values (GT ZERO).
|
static IValidator<Long> |
LongValidator.GTE_ZERO
Only allows non-negative values (GTE ZERO).
|
static IValidator<Integer> |
IntegerValidator.GTE_ZERO
Only allows non-negative values (GTE ZERO).
|
Modifier and Type | Method and Description |
---|---|
static <E> E |
Configuration.getProperty(IIndexManager indexManager,
Properties properties,
String namespace,
String globalName,
String defaultValue,
IValidator<E> validator)
Variant converts to the specified generic type and validates the value.
|
Modifier and Type | Method and Description |
---|---|
protected static <E> E |
FileMetadata.getProperty(Properties properties,
String name,
String defaultValue,
IValidator<E> validator) |
protected <E> E |
AbstractJournal.getProperty(String name,
String defaultValue,
IValidator<E> validator)
Resolves, parses, and validates the property value.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractResource.getProperty(String name,
String defaultValue,
IValidator<T> validator)
Resolves, parses, and validates the property value.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractJoinNexus.getProperty(String name,
String defaultValue,
IValidator<T> validator) |
<T> T |
IJoinNexus.getProperty(String name,
String defaultValue,
IValidator<T> validator)
Resolves, parses, and validates the property value.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.