| Name | Description | Type | Package | Framework |
| AdminOptions | Holds configuration options that are valid for the Admin server, when using distributed mode. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| AdminPortNotAvailableException | Exception thrown when the configured admin port is not available to use. | Class | org.springframework.xd.dirt.server.admin | Spring XD |
|
| AdminServerApplication | | Class | org.springframework.xd.dirt.server.admin | Spring XD |
|
| ApplicationUtils | | Class | org.springframework.xd.dirt.server | Spring XD |
|
| BeanPropertiesPropertySource | A PropertySource that exposes the javabeans properties of an object as properties. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| CommandLinePropertySourceOverridingListener | An ApplicationListener that will parse command line options and also replace the default boot commandlinePropertySource with those values. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| CommonDistributedOptions | Holds options that are common to both admin and container servers, when used in distributed mode. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| CommonOptions | Base class for command line options that are common to absolutely every setup (single and distributed). | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| ContainerBootstrapContext | Package private class to bootstrap the Container process. | Class | org.springframework.xd.dirt.server.container | Spring XD |
|
| ContainerConfiguration | Container Application ContextAuthor:David Turanski, Ilayaperumal Gopinathan, Marius Bogoevici | Class | org.springframework.xd.dirt.server.container | Spring XD |
|
| ContainerListener | Listener implementation that is invoked when containers are added/removed/modified. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ContainerMatcher | ModuleDescriptor to. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| ContainerMatchingModuleRedeployer | The ModuleRedeployer that deploys the unallocated stream/job modules. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ContainerOptions | Holds configuration options that are valid for the Container node, when using distributed mode. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| ContainerRegistrar | An instance of this class, registered as a bean in the context for a Container, will handle the registration of thatContainer's metadata with ZooKeeper by creating an ephemeral node. | Class | org.springframework.xd.dirt.server.container | Spring XD |
|
| ContainerServerApplication | The boot application class for a Container server. | Class | org.springframework.xd.dirt.server.container | Spring XD |
|
| DefaultDeploymentStateRecalculator | Stream/Job deployment state re-calculator upon leadership election. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DefaultDeploymentUnitStateCalculator | Default DeploymentUnitStateCalculatorIf all expected modules are deployed, the state is considered | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| DefaultModuleDeploymentPropertiesProvider | Default implementation that retrieves the ModuleDeploymentProperties for the givenAuthor:Ilayaperumal Gopinathan | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DepartedContainerModuleRedeployer | The ModuleRedeployer that re-deploys the stream/job modules that weredeployed into the departing container. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DeploymentAction | enum DeploymentActionEnum class for the supported deployment actions. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| DeploymentConfiguration | Configuration class that holds the beans required for deployment management. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DeploymentException | Exception thrown when DeploymentHandler encounters problemwhen deploying/un-deploying stream/job. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| DeploymentHandler | Deployment handler that is responsible for deploying/un-deploying theDeploymentUnit (Stream/Job) to/from the container. | Interface | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| DeploymentLoader | Utility for loading streams and jobs for the purpose of deployment. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DeploymentMessage | The message that wraps the details of a deployment request. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| DeploymentMessageConsumer | Consumer for DeploymentMessagewhich delegates to the corresponding @ResourceDeployer | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DeploymentMessagePublisher | Publisher that defines the contract to publish the DeploymentMessage. | Interface | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| DeploymentQueue | This class controls the lifecycle operations of the ZK distributed queue thatholds the DeploymentMessages. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DeploymentSupervisor | Process that watches ZooKeeper for Container arrivals and departures fromthe XD cluster. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| DeploymentUnitStateCalculator | Calculates the overall status for a deployment unit (stream or job). | Interface | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| DeploymentUnitType | enum DeploymentUnitTypeEnum class that defines the deployment unit type. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| FileAuthenticationConfiguration | A security configuration that conditionally sets up in-memory users from a file. | Class | org.springframework.xd.dirt.server.security | Spring XD |
|
| LdapAuthenticationConfiguration | | Class | org.springframework.xd.dirt.server.security | Spring XD |
|
| MessageBusClassLoaderFactory | An ApplicationListener which tracks which MessageBus implementation ought to be used so that it exposes a ClassLoaderthat knows about the correct jar files for that bus. | Class | org.springframework.xd.dirt.server | Spring XD |
|
| MessageBusExtensionsConfiguration | Configuration class for Codec and possibly other MessageBus extensionsSince:1. | Class | org.springframework.xd.dirt.server | Spring XD |
|
| ModuleDeploymentPropertiesProvider | Callback interface to obtain ModuleDeploymentPropertiesfor a ModuleDescriptor. | Interface | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| ModuleDeploymentStatus | Status of a module deployment for a container. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| ModuleDeploymentStatus .State | Module deployment states. | Class | org.springframework.xd.dirt.server.admin.deployment.ModuleDeploymentStatus | Spring XD |
|
| ModuleDeploymentWriter | Utility class to write module deployment requests under /xd/deployments/modules. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ModuleRedeployer | Abstract ModuleRedeployer that deploy/re-deploys the unallocated/orphaned modules. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ModuleRedeployer .ModuleDeployment | Holds information about a module that needs to be re-deployed. | Class | org.springframework.xd.dirt.server.admin.deployment.zk.ModuleRedeployer | Spring XD |
|
| ParentConfiguration | Beans defined and imported here are in the global parent context, hence available to the entire hierarchy, includingAdmins, Containers, and Modules. | Class | org.springframework.xd.dirt.server | Spring XD |
|
| ResourcePatternScanningOptionHandler | An OptionHandler that scans a resource pattern for existing resources (using a single '*' wildcard) andallows all String values s that would fit if that single wildcard was replaced by s. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| ResourcePatternScanningOptionHandlers | Holds definitions of ResourcePatternScanningOptionHandlers used in Spring XD. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| ResourcePatternScanningOptionHandlers .DistributedAnalyticsOptionHandler | Computes values for --analytics in the distributed case (memory is NOT supported). | Class | org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers | Spring XD |
|
| ResourcePatternScanningOptionHandlers .HadoopDistroOptionHandler | Computes values for --hadoopDistro out of names of subdirectories of the lib/ dir. | Class | org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers | Spring XD |
|
| ResourcePatternScanningOptionHandlers .SingleNodeAnalyticsOptionHandler | Computes values for --analytics in the single node case (accepts memory). | Class | org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers | Spring XD |
|
| ResourcePatternScanningOptionHandlers .SingleNodeDataTransportOptionHandler | Computes values for (data) --transport for the singlenode case. | Class | org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers | Spring XD |
|
| RuntimeModuleDeploymentPropertiesProvider | Default implementation of ModuleDeploymentPropertiesProviderfor type RuntimeModuleDeploymentProperties. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| SharedServerContextConfiguration | Beans defined and imported here are shared by the XD Admin Server and Container Server. | Class | org.springframework.xd.dirt.server | Spring XD |
|
| SharedServerContextConfiguration .ZookeeperConnectionConfig | | Class | org.springframework.xd.dirt.server.SharedServerContextConfiguration | Spring XD |
|
| SingleNodeApplication | Single Node XD Runtime. | Class | org.springframework.xd.dirt.server.singlenode | Spring XD |
|
| SingleNodeOptions | Holds options that can be used in single-node mode. | Class | org.springframework.xd.dirt.server.options | Spring XD |
|
| StreamRuntimePropertiesProvider | RuntimeModuleDeploymentPropertiesProvider that provides the stream partition/short circuitproperties for the given ModuleDescriptor. | Class | org.springframework.xd.dirt.server.admin.deployment | Spring XD |
|
| SupervisorElectedEvent | Event that is fired after a admin leader is elected. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| SupervisorElectionListener | Event listener for SupervisorElectedEvents. | Interface | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ZKDeploymentHandler | Abstract class that has common implementations of ZK based deployments. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ZKDeploymentMessagePublisher | ZooKeeper based DeploymentMessagePublisher that publishesdeployment messages into a ZooKeeper/Curator | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ZKJobDeploymentHandler | Deployment handler that is responsible for the deployment of a Job. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |
|
| ZKStreamDeploymentHandler | Deployment handler that is responsible for deploying Stream. | Class | org.springframework.xd.dirt.server.admin.deployment.zk | Spring XD |