Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.xd.dirt.stream Classes and Interfaces - 62 results found.
NameDescriptionTypePackageFramework
AbstractDeployerAbstract implementation of the @link ResourceDeployer interface.Classorg.springframework.xd.dirt.streamSpring XD
AbstractInstancePersistingDeployerBase support class for deployers that know how to deal with instances of aAuthor:Eric Bottard, Ilayaperumal GopinathanClassorg.springframework.xd.dirt.streamSpring XD
AddModuleOptionsExpansionStrategyAdds missing module options at the end of a well formed stream definition.Classorg.springframework.xd.dirt.stream.completionSpring XD
AlreadyDeployedExceptionThrown when an attempt is made to deploy a definition that is already deployed.Classorg.springframework.xd.dirt.streamSpring XD
ArgumentNodeRepresents an argument like "--name=value".Classorg.springframework.xd.dirt.stream.dslSpring XD
AstNodeCommon supertype for the ast nodes built during stream parsing.Classorg.springframework.xd.dirt.stream.dslSpring XD
BaseInstanceA runtime representation of a Definition.Classorg.springframework.xd.dirt.streamSpring XD
ChannelNodeClassorg.springframework.xd.dirt.stream.dslSpring XD
ChannelTypeClassorg.springframework.xd.dirt.stream.dslSpring XD
CheckpointedStreamDefinitionExceptionAn extension of StreamDefinitionException that remembers the point up to which parsing went OK (signaled by a '*' inthe dumped message).Classorg.springframework.xd.dirt.stream.dslSpring XD
CompletionExpansionStrategyUsed to enhance a well formed stream definition by adding yet more text to it (e.Interfaceorg.springframework.xd.dirt.stream.completionSpring XD
CompletionProviderProvides code completion on a (maybe ill-formed) stream definition.Classorg.springframework.xd.dirt.stream.completionSpring XD
CompletionRecoveryStrategyUsed to provide completions on ill-formed stream definitions, after an initial (failed) parse.Interfaceorg.springframework.xd.dirt.stream.completionSpring XD
DefinitionAlreadyExistsExceptionException which is raised when a resource definition with the same name already exists.Classorg.springframework.xd.dirt.streamSpring XD
DeploymentValidatorThis interface defines validation methods that verify a stream or jobcan be saved, deployed, undeployed, or deleted.Interfaceorg.springframework.xd.dirt.streamSpring XD
DocumentParseResultRepresents the result of parsing a multiline document, made of several definitions.Classorg.springframework.xd.dirt.streamSpring XD
DocumentParseResult .LineThe parse result of an individual line.Classorg.springframework.xd.dirt.stream.DocumentParseResultSpring XD
EmptyStartYieldsModulesRecoveryStrategyClassorg.springframework.xd.dirt.stream.completionSpring XD
ExpandOneDashToTwoDashesRecoveryStrategyProvides completion when the user has typed in the first dash to a module option.Classorg.springframework.xd.dirt.stream.completionSpring XD
JobCaptures runtime information about a deployed JobDefinition.Classorg.springframework.xd.dirt.streamSpring XD
JobDefinitionRepresents a job in the system.Classorg.springframework.xd.dirt.streamSpring XD
JobDefinitionRepositoryA repository for persisting JobDefinitions.Interfaceorg.springframework.xd.dirt.streamSpring XD
JobDeployerClassorg.springframework.xd.dirt.streamSpring XD
JobRepositoryA repository for persisting Job instances.Interfaceorg.springframework.xd.dirt.streamSpring XD
LabelNodeRepresents a label attached to a module.Classorg.springframework.xd.dirt.stream.dslSpring XD
ModuleNodeClassorg.springframework.xd.dirt.stream.dslSpring XD
ModulesAfterPipeRecoveryStrategyProvides completions for the case where the user has entered a pipe symbol and a module reference is expected next.Classorg.springframework.xd.dirt.stream.completionSpring XD
NoSuchDefinitionExceptionException which is raised when a named resource definition cannot be found.Classorg.springframework.xd.dirt.streamSpring XD
NotDeployedExceptionThrown when a definition was assumed to be deployed when it actually was not.Classorg.springframework.xd.dirt.streamSpring XD
OptionNameAfterDashDashRecoveryStrategyProvides completion proposals when the user has typed the two dashes that precede a module option name.Classorg.springframework.xd.dirt.stream.completionSpring XD
ParsingContextCaptures the context in which a parse operation is made.Classorg.springframework.xd.dirt.streamSpring XD
ParsingContext .PositionRepresents the position of a module in an XD DSL declaration.Classorg.springframework.xd.dirt.stream.ParsingContextSpring XD
PipeIntoOtherModulesExpansionStrategyContinues a well-formed stream definition by adding a pipe symbol and another module, provided that the streamdefinition hasn't reached its end yet.Classorg.springframework.xd.dirt.stream.completionSpring XD
RepositoryConnectionListenerZooKeeper connection listener that ensures path creation fornodes required by the various repository implementations thatClassorg.springframework.xd.dirt.stream.zookeeperSpring XD
SinkChannelNodeClassorg.springframework.xd.dirt.stream.dslSpring XD
SourceChannelNodeClassorg.springframework.xd.dirt.stream.dslSpring XD
StacktraceFingerprintingCompletionRecoveryStrategyA recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished streamdefinition.Classorg.springframework.xd.dirt.stream.completionSpring XD
StreamA runtime representation of a running stream.Classorg.springframework.xd.dirt.streamSpring XD
StreamConfigParserClassorg.springframework.xd.dirt.stream.dslSpring XD
StreamDefinitionRepresents a model for a data flow in the system.Classorg.springframework.xd.dirt.streamSpring XD
StreamDefinitionExceptionRoot exception for DSL parsing related exceptions.Classorg.springframework.xd.dirt.stream.dslSpring XD
StreamDefinitionRepositoryA repository for persisting StreamDefinitions.Interfaceorg.springframework.xd.dirt.streamSpring XD
StreamDefinitionRepositoryUtilsClassorg.springframework.xd.dirt.streamSpring XD
StreamDeployerDefault implementation of StreamDeployer that uses providedStreamDefinitionRepository and StreamRepository toClassorg.springframework.xd.dirt.streamSpring XD
StreamExceptionRoot of the hierarchy of exceptions for Module processing in DIRT.Classorg.springframework.xd.dirt.streamSpring XD
StreamFactoryFactory class that builds Stream instances.Classorg.springframework.xd.dirt.streamSpring XD
StreamLookupEnvironmentA lookup environment is used to resolve a stream.Interfaceorg.springframework.xd.dirt.stream.dslSpring XD
StreamNodeClassorg.springframework.xd.dirt.stream.dslSpring XD
StreamRepositoryA repository for persisting Streams.Interfaceorg.springframework.xd.dirt.streamSpring XD
TokenHolder for a kind of token, the associated data and its position in the input data stream (start/end).Classorg.springframework.xd.dirt.stream.dslSpring XD
TokenKindEnumeration of all the token types that may be found in a DSL definition stream.Classorg.springframework.xd.dirt.stream.dslSpring XD
UnfinishedModuleNameRecoveryStrategyClassorg.springframework.xd.dirt.stream.completionSpring XD
UnfinishedOptionNameRecoveryStrategyClassorg.springframework.xd.dirt.stream.completionSpring XD
XDDSLMessagesContains all the messages that can be produced during Spring XD DSL parsing.Classorg.springframework.xd.dirt.stream.dslSpring XD
XDDSLMessages .KindClassorg.springframework.xd.dirt.stream.dsl.XDDSLMessagesSpring XD
XDParserParser to convert a DSL string for a deployable unit (i.Interfaceorg.springframework.xd.dirt.streamSpring XD
XDStreamParserParser to convert a DSL string for a stream into a list ofobjects that comprise the given stream.Classorg.springframework.xd.dirt.streamSpring XD
XDStreamParser .MultiLineDocumentParserA wrapper around the canonical parser that supports multiline "document" parsing.Classorg.springframework.xd.dirt.stream.XDStreamParserSpring XD
ZooKeeperJobDefinitionRepositoryA Zookeeper backed repository for persisting JobDefinitions.Classorg.springframework.xd.dirt.stream.zookeeperSpring XD
ZooKeeperJobRepositoryJob instance repository.Classorg.springframework.xd.dirt.stream.zookeeperSpring XD
ZooKeeperStreamDefinitionRepositoryClassorg.springframework.xd.dirt.stream.zookeeperSpring XD
ZooKeeperStreamRepositoryStream instance repository.Classorg.springframework.xd.dirt.stream.zookeeperSpring XD