Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.xd.dirt.server Classes and Interfaces - 61 results found.
NameDescriptionTypePackageFramework
AdminOptionsHolds configuration options that are valid for the Admin server, when using distributed mode.Classorg.springframework.xd.dirt.server.optionsSpring XD
AdminPortNotAvailableExceptionException thrown when the configured admin port is not available to use.Classorg.springframework.xd.dirt.server.adminSpring XD
AdminServerApplicationClassorg.springframework.xd.dirt.server.adminSpring XD
ApplicationUtilsClassorg.springframework.xd.dirt.serverSpring XD
BeanPropertiesPropertySourceA PropertySource that exposes the javabeans properties of an object as properties.Classorg.springframework.xd.dirt.server.optionsSpring XD
CommandLinePropertySourceOverridingListenerAn ApplicationListener that will parse command line options and also replace the default boot commandlinePropertySource with those values.Classorg.springframework.xd.dirt.server.optionsSpring XD
CommonDistributedOptionsHolds options that are common to both admin and container servers, when used in distributed mode.Classorg.springframework.xd.dirt.server.optionsSpring XD
CommonOptionsBase class for command line options that are common to absolutely every setup (single and distributed).Classorg.springframework.xd.dirt.server.optionsSpring XD
ContainerBootstrapContextPackage private class to bootstrap the Container process.Classorg.springframework.xd.dirt.server.containerSpring XD
ContainerConfigurationContainer Application ContextAuthor:David Turanski, Ilayaperumal Gopinathan, Marius BogoeviciClassorg.springframework.xd.dirt.server.containerSpring XD
ContainerListenerListener implementation that is invoked when containers are added/removed/modified.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ContainerMatcherModuleDescriptor to.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
ContainerMatchingModuleRedeployerThe ModuleRedeployer that deploys the unallocated stream/job modules.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ContainerOptionsHolds configuration options that are valid for the Container node, when using distributed mode.Classorg.springframework.xd.dirt.server.optionsSpring XD
ContainerRegistrarAn 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.Classorg.springframework.xd.dirt.server.containerSpring XD
ContainerServerApplicationThe boot application class for a Container server.Classorg.springframework.xd.dirt.server.containerSpring XD
DefaultDeploymentStateRecalculatorStream/Job deployment state re-calculator upon leadership election.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DefaultDeploymentUnitStateCalculatorDefault DeploymentUnitStateCalculatorIf all expected modules are deployed, the state is consideredClassorg.springframework.xd.dirt.server.admin.deploymentSpring XD
DefaultModuleDeploymentPropertiesProviderDefault implementation that retrieves the ModuleDeploymentProperties for the givenAuthor:Ilayaperumal GopinathanClassorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DepartedContainerModuleRedeployerThe ModuleRedeployer that re-deploys the stream/job modules that weredeployed into the departing container.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DeploymentActionenum DeploymentActionEnum class for the supported deployment actions.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
DeploymentConfigurationConfiguration class that holds the beans required for deployment management.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DeploymentExceptionException thrown when DeploymentHandler encounters problemwhen deploying/un-deploying stream/job.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
DeploymentHandlerDeployment handler that is responsible for deploying/un-deploying theDeploymentUnit (Stream/Job) to/from the container.Interfaceorg.springframework.xd.dirt.server.admin.deploymentSpring XD
DeploymentLoaderUtility for loading streams and jobs for the purpose of deployment.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DeploymentMessageThe message that wraps the details of a deployment request.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
DeploymentMessageConsumerConsumer for DeploymentMessagewhich delegates to the corresponding @ResourceDeployerClassorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DeploymentMessagePublisherPublisher that defines the contract to publish the DeploymentMessage.Interfaceorg.springframework.xd.dirt.server.admin.deploymentSpring XD
DeploymentQueueThis class controls the lifecycle operations of the ZK distributed queue thatholds the DeploymentMessages.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DeploymentSupervisorProcess that watches ZooKeeper for Container arrivals and departures fromthe XD cluster.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
DeploymentUnitStateCalculatorCalculates the overall status for a deployment unit (stream or job).Interfaceorg.springframework.xd.dirt.server.admin.deploymentSpring XD
DeploymentUnitTypeenum DeploymentUnitTypeEnum class that defines the deployment unit type.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
FileAuthenticationConfigurationA security configuration that conditionally sets up in-memory users from a file.Classorg.springframework.xd.dirt.server.securitySpring XD
LdapAuthenticationConfigurationClassorg.springframework.xd.dirt.server.securitySpring XD
MessageBusClassLoaderFactoryAn 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.Classorg.springframework.xd.dirt.serverSpring XD
MessageBusExtensionsConfigurationConfiguration class for Codec and possibly other MessageBus extensionsSince:1.Classorg.springframework.xd.dirt.serverSpring XD
ModuleDeploymentPropertiesProviderCallback interface to obtain ModuleDeploymentPropertiesfor a ModuleDescriptor.Interfaceorg.springframework.xd.dirt.server.admin.deploymentSpring XD
ModuleDeploymentStatusStatus of a module deployment for a container.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
ModuleDeploymentStatus .StateModule deployment states.Classorg.springframework.xd.dirt.server.admin.deployment.ModuleDeploymentStatusSpring XD
ModuleDeploymentWriterUtility class to write module deployment requests under /xd/deployments/modules.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ModuleRedeployerAbstract ModuleRedeployer that deploy/re-deploys the unallocated/orphaned modules.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ModuleRedeployer .ModuleDeploymentHolds information about a module that needs to be re-deployed.Classorg.springframework.xd.dirt.server.admin.deployment.zk.ModuleRedeployerSpring XD
ParentConfigurationBeans defined and imported here are in the global parent context, hence available to the entire hierarchy, includingAdmins, Containers, and Modules.Classorg.springframework.xd.dirt.serverSpring XD
ResourcePatternScanningOptionHandlerAn 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.Classorg.springframework.xd.dirt.server.optionsSpring XD
ResourcePatternScanningOptionHandlersHolds definitions of ResourcePatternScanningOptionHandlers used in Spring XD.Classorg.springframework.xd.dirt.server.optionsSpring XD
ResourcePatternScanningOptionHandlers .DistributedAnalyticsOptionHandlerComputes values for --analytics in the distributed case (memory is NOT supported).Classorg.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlersSpring XD
ResourcePatternScanningOptionHandlers .HadoopDistroOptionHandlerComputes values for --hadoopDistro out of names of subdirectories of the lib/ dir.Classorg.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlersSpring XD
ResourcePatternScanningOptionHandlers .SingleNodeAnalyticsOptionHandlerComputes values for --analytics in the single node case (accepts memory).Classorg.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlersSpring XD
ResourcePatternScanningOptionHandlers .SingleNodeDataTransportOptionHandlerComputes values for (data) --transport for the singlenode case.Classorg.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlersSpring XD
RuntimeModuleDeploymentPropertiesProviderDefault implementation of ModuleDeploymentPropertiesProviderfor type RuntimeModuleDeploymentProperties.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
SharedServerContextConfigurationBeans defined and imported here are shared by the XD Admin Server and Container Server.Classorg.springframework.xd.dirt.serverSpring XD
SharedServerContextConfiguration .ZookeeperConnectionConfigClassorg.springframework.xd.dirt.server.SharedServerContextConfigurationSpring XD
SingleNodeApplicationSingle Node XD Runtime.Classorg.springframework.xd.dirt.server.singlenodeSpring XD
SingleNodeOptionsHolds options that can be used in single-node mode.Classorg.springframework.xd.dirt.server.optionsSpring XD
StreamRuntimePropertiesProviderRuntimeModuleDeploymentPropertiesProvider that provides the stream partition/short circuitproperties for the given ModuleDescriptor.Classorg.springframework.xd.dirt.server.admin.deploymentSpring XD
SupervisorElectedEventEvent that is fired after a admin leader is elected.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
SupervisorElectionListenerEvent listener for SupervisorElectedEvents.Interfaceorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ZKDeploymentHandlerAbstract class that has common implementations of ZK based deployments.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ZKDeploymentMessagePublisherZooKeeper based DeploymentMessagePublisher that publishesdeployment messages into a ZooKeeper/CuratorClassorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ZKJobDeploymentHandlerDeployment handler that is responsible for the deployment of a Job.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD
ZKStreamDeploymentHandlerDeployment handler that is responsible for deploying Stream.Classorg.springframework.xd.dirt.server.admin.deployment.zkSpring XD