See: Description
Class | Description |
---|---|
AdminOptions |
Holds configuration options that are valid for the Admin server, when using distributed mode.
|
BeanPropertiesPropertySource<T> |
A
PropertySource that exposes the javabeans properties of an object as properties. |
CommandLinePropertySourceOverridingListener<T extends CommonOptions> |
An
ApplicationListener that will parse command line options and also replace the default boot commandline
PropertySource with those values. |
CommonDistributedOptions |
Holds options that are common to both admin and container servers, when used in distributed mode.
|
CommonOptions |
Base class for command line options that are common to absolutely every setup (single and distributed).
|
ContainerOptions |
Holds configuration options that are valid for the Container node, when using distributed mode.
|
ResourcePatternScanningOptionHandler |
An
OptionHandler that scans a resource pattern for existing resources (using a single '*' wildcard) and
allows all String values s that would fit if that single wildcard was replaced by s. |
ResourcePatternScanningOptionHandlers |
Holds definitions of
ResourcePatternScanningOptionHandler s used in Spring XD. |
ResourcePatternScanningOptionHandlers.DistributedAnalyticsOptionHandler |
Computes values for --analytics in the distributed case (memory is NOT supported).
|
ResourcePatternScanningOptionHandlers.HadoopDistroOptionHandler |
Computes values for --hadoopDistro out of names of subdirectories of the
lib/ dir. |
ResourcePatternScanningOptionHandlers.SingleNodeAnalyticsOptionHandler |
Computes values for --analytics in the single node case (accepts memory).
|
ResourcePatternScanningOptionHandlers.SingleNodeDataTransportOptionHandler |
Computes values for (data) --transport for the singlenode case.
|
SingleNodeOptions |
Holds options that can be used in single-node mode.
|