Package | Description |
---|---|
org.apache.reef.tang.formats |
Tang format classes encode and decode information that Tang gathers at
runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionalParameter<T> |
class |
RequiredParameter<T> |
Modifier and Type | Method and Description |
---|---|
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindList(Class<? extends Name<List<T>>> iface,
Param<List> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindNamedParameter(Class<? extends Name<T>> name,
Param<T> opt) |
<T> ConfigurationModuleBuilder |
ConfigurationModuleBuilder.bindSetEntry(Class<? extends Name<Set<T>>> iface,
Param<? extends T> opt) |
ConfigurationModule |
ConfigurationModule.set(Param<? extends Number> opt,
Number val) |
ConfigurationModule |
ConfigurationModule.set(Param<Boolean> opt,
boolean val) |
<T> ConfigurationModule |
ConfigurationModule.set(Param<List> opt,
List implList)
Binds a list to a specific optional/required Param using ConfigurationModule.
|
<T> ConfigurationModule |
ConfigurationModule.set(Param<T> opt,
Class<? extends T> val) |
<T> ConfigurationModule |
ConfigurationModule.set(Param<T> opt,
String val) |
<T> ConfigurationModule |
ConfigurationModule.setMultiple(Param<T> opt,
Iterable<String> values)
Binds a set of values to a Param using ConfigurationModule.
|
<T> ConfigurationModule |
ConfigurationModule.setMultiple(Param<T> opt,
String... values)
Binds a set of values to a Param using ConfigurationModule.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.