Package | Description |
---|---|
com.bigdata.config |
Modifier and Type | Method and Description |
---|---|
void |
IValidator.accept(String key,
String val,
E arg) |
void |
IntegerRangeValidator.accept(String key,
String val,
Integer arg)
Accepts all values in the range specified to the ctor.
|
void |
IntegerValidator.accept(String key,
String val,
Integer arg)
Accepts all values by default.
|
void |
LongValidator.accept(String key,
String val,
Long arg)
Accepts all values by default.
|
void |
LongRangeValidator.accept(String key,
String val,
Long arg)
Accepts all values in the range specified to the ctor.
|
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.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.