| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.configuration |
| Modifier and Type | Method and Description |
|---|---|
ConfigOption.Type |
ConfigOption.getType() |
static ConfigOption.Type |
ConfigOption.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigOption.Type[] |
ConfigOption.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ConfigOption.Type> |
ConfigOption.getManagedTypes() |
| Constructor and Description |
|---|
ConfigOption(ConfigNamespace parent,
String name,
String description,
ConfigOption.Type type,
Class<O> datatype) |
ConfigOption(ConfigNamespace parent,
String name,
String description,
ConfigOption.Type type,
Class<O> datatype,
O defaultValue) |
ConfigOption(ConfigNamespace parent,
String name,
String description,
ConfigOption.Type type,
Class<O> datatype,
O defaultValue,
com.google.common.base.Predicate<O> verificationFct) |
ConfigOption(ConfigNamespace parent,
String name,
String description,
ConfigOption.Type type,
Class<O> datatype,
O defaultValue,
com.google.common.base.Predicate<O> verificationFct,
ConfigOption<?> supersededBy) |
ConfigOption(ConfigNamespace parent,
String name,
String description,
ConfigOption.Type type,
Class<O> datatype,
com.google.common.base.Predicate<O> verificationFct) |
ConfigOption(ConfigNamespace parent,
String name,
String description,
ConfigOption.Type type,
O defaultValue) |
ConfigOption(ConfigNamespace parent,
String name,
String description,
ConfigOption.Type type,
O defaultValue,
com.google.common.base.Predicate<O> verificationFct) |
Copyright © 2012–2015. All rights reserved.