Spring XD
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

abandon(Long) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobService
 
abandonWhenPercentageFull - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
ABSOLUTE_FILE_PATH - Static variable in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
 
AbstractBatchJobsController - Class in org.springframework.xd.dirt.rest
Abstract controller that all the XD batch admin controllers extend.
AbstractBatchJobsController() - Constructor for class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
AbstractBusPropertiesAccessor - Class in org.springframework.xd.dirt.integration.bus
Base class for bus-specific property accessors; common properies are defined here.
AbstractBusPropertiesAccessor(Properties) - Constructor for class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
 
AbstractCodec<T> - Class in org.springframework.xd.dirt.integration.bus.serializer
Support class providing convenience methods for codecs.
AbstractCodec() - Constructor for class org.springframework.xd.dirt.integration.bus.serializer.AbstractCodec
 
AbstractComponentScanningBeanDefinitionProvider - Class in org.springframework.xd.dirt.container.initializer
 
AbstractComponentScanningBeanDefinitionProvider() - Constructor for class org.springframework.xd.dirt.container.initializer.AbstractComponentScanningBeanDefinitionProvider
 
AbstractDeployer<D extends BaseDefinition> - Class in org.springframework.xd.dirt.stream
Abstract implementation of the @link ResourceDeployer interface.
AbstractDeployer(ZooKeeperConnection, PagingAndSortingRepository<D, String>, XDParser, ParsingContext) - Constructor for class org.springframework.xd.dirt.stream.AbstractDeployer
 
AbstractEvent<S> - Class in org.springframework.xd.dirt.event
 
AbstractEvent(S) - Constructor for class org.springframework.xd.dirt.event.AbstractEvent
 
AbstractExternalResourceTestSupport<R> - Class in org.springframework.xd.test
Abstract base class for JUnit Rules that detect the presence of some external resource.
AbstractExternalResourceTestSupport(String) - Constructor for class org.springframework.xd.test.AbstractExternalResourceTestSupport
 
AbstractFieldMappingAwareDataMapper - Class in org.springframework.xd.analytics.ml
 
AbstractFieldMappingAwareDataMapper() - Constructor for class org.springframework.xd.analytics.ml.AbstractFieldMappingAwareDataMapper
AbstractFieldMappingAwareDataMapper(String) - Constructor for class org.springframework.xd.analytics.ml.AbstractFieldMappingAwareDataMapper
AbstractFromMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
Base class for converters applied via Spring Integration 4.x data type channels.
AbstractFromMessageConverter(MimeType) - Constructor for class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Creates a converter that ignores content-type message headers
AbstractFromMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
AbstractFromMessageConverter(Collection<MimeType>, MimeType, ContentTypeResolver) - Constructor for class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Creates a converter that handles one or more content-type message headers
AbstractFromMessageConverter(Collection<MimeType>, Collection<MimeType>, ContentTypeResolver) - Constructor for class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Creates a converter that handles one or more content-type message headers and one or more target MIME types
AbstractFromMessageConverter(MimeType, MimeType) - Constructor for class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Creates a converter that requires a specific content-type message header
AbstractFromMessageConverter(MimeType, Collection<MimeType>) - Constructor for class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Creates a converter that requires a specific content-type message header and supports multiple target MIME types.
AbstractHdfsItemWriter<T> - Class in org.springframework.xd.batch.item.hadoop
 
AbstractHdfsItemWriter() - Constructor for class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
AbstractHdfsWriter - Class in org.springframework.xd.hadoop.fs
Logic for writing to files of a specified size or other strategies go here as they are shared across implementations
AbstractHdfsWriter() - Constructor for class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
AbstractImportToJdbcOptionsMetadata - Class in org.springframework.xd.jdbc
Factors out options that are common to modules/jobs that import into a db table.
AbstractImportToJdbcOptionsMetadata() - Constructor for class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
AbstractInMemoryRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>> - Class in org.springframework.xd.store
Base implementation for an in-memory store, using a Map internally.
AbstractInMemoryRepository() - Constructor for class org.springframework.xd.store.AbstractInMemoryRepository
 
AbstractInstancePersistingDeployer<D extends BaseDefinition,I extends BaseInstance<D>> - Class in org.springframework.xd.dirt.stream
Base support class for deployers that know how to deal with instances of a definition.
AbstractInstancePersistingDeployer(ZooKeeperConnection, PagingAndSortingRepository<D, String>, DomainRepository<I, String>, XDParser, ParsingContext) - Constructor for class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
 
AbstractJobPlugin - Class in org.springframework.xd.dirt.plugins
Abstract class that extends AbstractMessageBusBinderPlugin and has common implementation methods related to job plugins.
AbstractJobPlugin(MessageBus) - Constructor for class org.springframework.xd.dirt.plugins.AbstractJobPlugin
 
AbstractMailSource<T extends AbstractMailSource<T>> - Class in org.springframework.xd.test.fixtures
Base class support for both "mail" and "imap".
AbstractMailSource() - Constructor for class org.springframework.xd.test.fixtures.AbstractMailSource
 
AbstractMessageBusBinderPlugin - Class in org.springframework.xd.dirt.plugins
Abstract Plugin that has common implementation methods to bind/unbind Module's message producers and consumers to/from MessageBus.
AbstractMessageBusBinderPlugin(MessageBus) - Constructor for class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
AbstractMessageBusBinderPlugin(MessageBus, ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
AbstractMetricsCommands - Class in org.springframework.xd.shell.command
Base class to factor out similar behavior for all related metrics commands.
AbstractMetricsCommands(String) - Constructor for class org.springframework.xd.shell.command.AbstractMetricsCommands
 
AbstractMetricSink - Class in org.springframework.xd.test.fixtures
Base class for Metrics related sinks, makes sure named metric is deleted at end of test.
AbstractMetricSink(JLineShellComponent, String, String) - Constructor for class org.springframework.xd.test.fixtures.AbstractMetricSink
 
AbstractModule - Class in org.springframework.xd.module.core
Base support class for modules, wrapping ModuleDescriptor and ModuleDeploymentProperties.
AbstractModule(ModuleDescriptor, ModuleDeploymentProperties) - Constructor for class org.springframework.xd.module.core.AbstractModule
 
AbstractModuleEvent - Class in org.springframework.xd.dirt.event
 
AbstractModuleEvent(Module, String) - Constructor for class org.springframework.xd.dirt.event.AbstractModuleEvent
 
AbstractModuleFixture<F extends AbstractModuleFixture<F>> - Class in org.springframework.xd.test.fixtures
Base class for objects that can be incorporated in a stream definition by calling their AbstractModuleFixture.toString() method.
AbstractModuleFixture() - Constructor for class org.springframework.xd.test.fixtures.AbstractModuleFixture
 
AbstractModuleRegistry - Class in org.springframework.xd.dirt.module
Provides common behavior for ModuleRegistry and knows how to handle custom classpath population for storages that support it.
AbstractModuleRegistry() - Constructor for class org.springframework.xd.dirt.module.AbstractModuleRegistry
 
AbstractPlugin - Class in org.springframework.xd.dirt.plugins
Abstract Plugin that contains no-op and common implementing methods.
AbstractPlugin() - Constructor for class org.springframework.xd.dirt.plugins.AbstractPlugin
 
AbstractRedisRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>> - Class in org.springframework.xd.store
Base implementation for a store, using Redis behind the scenes.
AbstractRedisRepository(String, RedisOperations<String, String>) - Constructor for class org.springframework.xd.store.AbstractRedisRepository
 
AbstractRepository<T,ID extends java.io.Serializable> - Class in org.springframework.xd.store
Helper class for repositories, implementing some behavior in terms of unit methods.
AbstractRepository() - Constructor for class org.springframework.xd.store.AbstractRepository
 
AbstractResourceBeanDefinitionProvider - Class in org.springframework.xd.dirt.container.initializer
A OrderedContextInitializer base class for loading XML or Groovy Bean Definitions into the target Container Context.
AbstractResourceBeanDefinitionProvider() - Constructor for class org.springframework.xd.dirt.container.initializer.AbstractResourceBeanDefinitionProvider
 
AbstractSingleNodeNamedChannelModule<T extends org.springframework.messaging.MessageChannel> - Class in org.springframework.xd.dirt.test
Base class for SingleNodeNamedChannel resources used to bind a MessageChannel to a shared channel using a MessageBus.
AbstractSingleNodeNamedChannelModule(MessageBus, T, String) - Constructor for class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModule
 
AbstractSingleNodeNamedChannelModuleFactory - Class in org.springframework.xd.dirt.test
Base class for factories used to create NamedChannelSource and NamedChannelSink.
AbstractSingleNodeNamedChannelModuleFactory(MessageBus) - Constructor for class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModuleFactory
 
AbstractSingleNodeNamedChannelSink - Class in org.springframework.xd.dirt.test.sink
Base class for SingleNode named channel sink types.
AbstractSingleNodeNamedChannelSink(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.sink.AbstractSingleNodeNamedChannelSink
 
AbstractSingleNodeNamedChannelSource - Class in org.springframework.xd.dirt.test.source
Base class for SingleNode named channel source types.
AbstractSingleNodeNamedChannelSource(MessageBus, SubscribableChannel, String) - Constructor for class org.springframework.xd.dirt.test.source.AbstractSingleNodeNamedChannelSource
 
AbstractSingleNodeProcessingChain - Class in org.springframework.xd.dirt.test.process
A helper class for building single node streams that use a NamedChannelSource and NamedChannelSink.
AbstractSingleNodeProcessingChain(SingleNodeApplication, String, String) - Constructor for class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
AbstractSingleNodeProcessingChain(SingleNodeApplication, String, String, String) - Constructor for class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
AbstractStreamPlugin - Class in org.springframework.xd.dirt.plugins
Abstract class that extends AbstractMessageBusBinderPlugin and has common implementation methods related to stream plugins.
AbstractStreamPlugin(MessageBus) - Constructor for class org.springframework.xd.dirt.plugins.AbstractStreamPlugin
 
AbstractStreamPlugin(MessageBus, ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.plugins.AbstractStreamPlugin
 
AbstractTcpConnectionFactoryOptionsMetadata - Class in org.springframework.xd.tcp
Base class for options metadata that deal with a tcp connection factory in some way.
AbstractTcpConnectionFactoryOptionsMetadata() - Constructor for class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
AbstractTwitterInboundChannelAdapter - Class in org.springframework.integration.x.twitter
 
AbstractTwitterInboundChannelAdapter(TwitterTemplate) - Constructor for class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
AbstractTwitterInboundChannelAdapter.StreamReadingTask - Class in org.springframework.integration.x.twitter
 
AbstractTwitterInboundChannelAdapter.StreamReadingTask() - Constructor for class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter.StreamReadingTask
 
add(Object) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SetBuilder
 
add(ModuleOption) - Method in class org.springframework.xd.module.options.SimpleModuleOptionsMetadata
 
addAll(Set<Object>) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SetBuilder
 
addBinding(Binding) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
addChildren(List<ModuleDescriptor>) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Add the list of children to the list of sub modules.
addComponents(Resource) - Method in class org.springframework.xd.module.core.CompositeModule
 
addComponents(Resource) - Method in interface org.springframework.xd.module.core.Module
 
addComponents(Resource) - Method in class org.springframework.xd.module.core.SimpleModule
 
addDelegate(ModuleRegistry) - Method in class org.springframework.xd.dirt.module.DelegatingModuleRegistry
 
addHeader(Integer, TableHeader) - Method in class org.springframework.xd.shell.util.Table
 
addJob(String, boolean, boolean) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Store the job name , job parameterer incrementable and job restartable flags for the job when there is a registry update
addListener(ZooKeeperConnectionListener) - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
addListener(ApplicationListener<?>) - Method in class org.springframework.xd.module.core.CompositeModule
 
addListener(ApplicationListener<?>) - Method in interface org.springframework.xd.module.core.Module
 
addListener(ApplicationListener<?>) - Method in class org.springframework.xd.module.core.SimpleModule
 
AddModuleOptionsExpansionStrategy - Class in org.springframework.xd.dirt.stream.completion
Adds missing module options at the end of a well formed stream definition.
AddModuleOptionsExpansionStrategy(ModuleDefinitionRepository, ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.stream.completion.AddModuleOptionsExpansionStrategy
Construct a new AddModuleOptionsExpansionStrategy for use in detecting missing module options.
addOption(DetailedModuleDefinitionResource.Option) - Method in class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource
 
addParameters(Map<String, String>) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Add the contents of the provided map to the map of module parameters.
addPathListener(String, PathChildrenCacheListener) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Add a PathChildrenCacheListener for the given path.
addProperties(Properties) - Method in class org.springframework.xd.module.core.CompositeModule
 
addProperties(Properties) - Method in interface org.springframework.xd.module.core.Module
 
addProperties(Properties) - Method in class org.springframework.xd.module.core.SimpleModule
 
addProposals(String, List<ModuleDescriptor>, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.AddModuleOptionsExpansionStrategy
 
addProposals(String, List<ModuleDescriptor>, CompletionKind, int, List<String>) - Method in interface org.springframework.xd.dirt.stream.completion.CompletionExpansionStrategy
Perform code completion by adding proposals to the proposals list.
addProposals(String, E, CompletionKind, int, List<String>) - Method in interface org.springframework.xd.dirt.stream.completion.CompletionRecoveryStrategy
Perform code completion by adding proposals to the proposals list.
addProposals(String, CheckpointedStreamDefinitionException, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.EmptyStartYieldsModulesRecoveryStrategy
 
addProposals(String, StreamDefinitionException, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.ExpandOneDashToTwoDashesRecoveryStrategy
 
addProposals(String, CheckpointedStreamDefinitionException, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.ModulesAfterPipeRecoveryStrategy
 
addProposals(String, CheckpointedStreamDefinitionException, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.OptionNameAfterDashDashRecoveryStrategy
 
addProposals(String, List<ModuleDescriptor>, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.PipeIntoOtherModulesExpansionStrategy
 
addProposals(String, NoSuchModuleException, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.UnfinishedModuleNameRecoveryStrategy
 
addProposals(String, CheckpointedStreamDefinitionException, CompletionKind, int, List<String>) - Method in class org.springframework.xd.dirt.stream.completion.UnfinishedOptionNameRecoveryStrategy
 
addresses(String) - Method in class org.springframework.xd.test.fixtures.RabbitSink
Sets the addresses for the fixture
addRow(String...) - Method in class org.springframework.xd.shell.util.Table
 
addScript(Resource) - Method in class org.springframework.xd.jdbc.SingleTableDatabaseInitializer
 
addSource(Object) - Method in class org.springframework.xd.module.core.SimpleModule
 
addStepNames(String, Collection<String>) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Add the collection of step names into XD_JOB_REGISTRY_STEP_NAMES for a given job.
addValue(Date, long) - Method in class org.springframework.xd.rest.domain.metrics.AggregateCountsResource
Add a data point to the set.
addValue(Integer, String) - Method in class org.springframework.xd.shell.util.TableRow
Add a value to the to the specified column within this row.
ADMIN_PASSWORD - Static variable in class org.springframework.xd.test.fixtures.DisposableMailSupport
 
ADMIN_PROFILE - Static variable in class org.springframework.xd.dirt.util.XdProfiles
 
ADMIN_TOKEN - Static variable in class org.springframework.xd.integration.util.ConfigUtil
 
ADMIN_USER - Static variable in class org.springframework.xd.test.fixtures.DisposableMailSupport
 
adminContext() - Method in class org.springframework.xd.dirt.server.SingleNodeApplication
 
AdminController - Class in org.springframework.xd.dirt.rest
 
AdminController(EntityLinks) - Constructor for class org.springframework.xd.dirt.rest.AdminController
 
AdminOptions - Class in org.springframework.xd.dirt.server.options
Holds configuration options that are valid for the Admin server, when using distributed mode.
AdminOptions() - Constructor for class org.springframework.xd.dirt.server.options.AdminOptions
 
AdminPortNotAvailableException - Exception in org.springframework.xd.dirt.server
Exception thrown when the configured admin port is not available to use.
AdminPortNotAvailableException(String) - Constructor for exception org.springframework.xd.dirt.server.AdminPortNotAvailableException
Construct an AdminPortNotAvailableException.
ADMINS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of admins (that could participate to become leader) node.
AdminServerApplication - Class in org.springframework.xd.dirt.server
 
AdminServerApplication() - Constructor for class org.springframework.xd.dirt.server.AdminServerApplication
 
afterChunk(ChunkContext) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdChunkListener
 
afterChunkError(ChunkContext) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdChunkListener
 
afterCreate(EntryEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterDestroy(EntryEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterInvalidate(EntryEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterJob(JobExecution) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdJobExecutionListener
 
afterProcess(I, Object) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
afterPropertiesSet() - Method in class org.springframework.xd.batch.hsqldb.server.HSQLServerBean
 
afterPropertiesSet() - Method in class org.springframework.xd.batch.item.hadoop.HdfsTextItemWriter
 
afterPropertiesSet() - Method in class org.springframework.xd.batch.item.hadoop.SimpleHdfsTextItemWriter
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.module.ModuleDeployer
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
afterPropertiesSet() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
afterPropertiesSet() - Method in class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.xd.jdbc.NamedColumnJdbcBatchItemWriter
 
afterPropertiesSet() - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReader
 
afterPropertiesSet() - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
afterPropertiesSet() - Method in class org.springframework.xd.jdbc.SingleTableDatabaseInitializer
 
afterPropertiesSet() - Method in class org.springframework.xd.shell.command.ConfigCommands
Initialize the default Target for the XD Admin Server.
afterRead(I) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
afterRegionClear(RegionEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterRegionCreate(RegionEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterRegionDestroy(RegionEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterRegionInvalidate(RegionEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterRegionLive(RegionEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterReturningInvocation(ParseResult, Object) - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
 
afterReturningInvocation(ParseResult, Object) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
afterSave(D) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
Callback method that subclasses may override to get a chance to act on newly saved definitions.
afterStep(StepExecution) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.FileDeletionStepExecutionListener
 
afterStep(StepExecution) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdStepExecutionListener
 
afterThrowingInvocation(ParseResult, Throwable) - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
 
afterThrowingInvocation(ParseResult, Throwable) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
afterUpdate(EntryEvent<K, V>) - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
afterWrite(List<? extends Object>) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
aggrCounterOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
aggrCounterOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with Aggregate Counters.
AggregateCount - Class in org.springframework.xd.analytics.metrics.core
Represents the data returned from an aggregate count query.
AggregateCount(String, Interval, long[], AggregateCountResolution) - Constructor for class org.springframework.xd.analytics.metrics.core.AggregateCount
 
AggregateCounterCommands - Class in org.springframework.xd.shell.command
Commands for interacting with aggregate counter analytics.
AggregateCounterCommands() - Constructor for class org.springframework.xd.shell.command.AggregateCounterCommands
 
AggregateCounterHandler - Class in org.springframework.xd.analytics.metrics.integration
 
AggregateCounterHandler(AggregateCounterRepository, String) - Constructor for class org.springframework.xd.analytics.metrics.integration.AggregateCounterHandler
 
AggregateCounterOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available when dealing with Aggregate Counters.
AggregateCounterOperations.Resolution - Enum in org.springframework.xd.rest.client
 
AggregateCounterRepository - Interface in org.springframework.xd.analytics.metrics.core
A repository to interact with Aggregate Counters.
AggregateCountersController - Class in org.springframework.xd.dirt.rest.metrics
Exposes representations of AggregateCounts.
AggregateCountersController(AggregateCounterRepository) - Constructor for class org.springframework.xd.dirt.rest.metrics.AggregateCountersController
 
AggregateCounterSink - Class in org.springframework.xd.test.fixtures
Fixture class for an aggregate counter.
AggregateCounterSink(JLineShellComponent, String) - Constructor for class org.springframework.xd.test.fixtures.AggregateCounterSink
 
AggregateCounterSinkOptionsMetadata - Class in org.springframework.xd.analytics.metrics.metadata
Captures options for the aggregate-counter sink module.
AggregateCounterSinkOptionsMetadata() - Constructor for class org.springframework.xd.analytics.metrics.metadata.AggregateCounterSinkOptionsMetadata
 
AggregateCounterTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the Aggregate Counter part of the metrics API.
AggregateCounterTemplate(AbstractTemplate) - Constructor for class org.springframework.xd.rest.client.impl.AggregateCounterTemplate
 
AggregateCountResolution - Enum in org.springframework.xd.analytics.metrics.core
The resolution options available for querying an aggregate counter.
AggregateCountsResource - Class in org.springframework.xd.rest.domain.metrics
The REST representation of an Aggregate Count.
AggregateCountsResource() - Constructor for class org.springframework.xd.rest.domain.metrics.AggregateCountsResource
No-arg constructor for serialization frameworks.
AggregateCountsResource(String) - Constructor for class org.springframework.xd.rest.domain.metrics.AggregateCountsResource
 
AggregatorProcessorModuleOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the aggregator processor module.
AggregatorProcessorModuleOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
AggregatorProcessorModuleOptionsMetadata.StoreKind - Enum in org.springframework.xd.dirt.modules.metadata
 
ALL_MEDIA_TYPES - Static variable in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModule
 
ALLOCATED - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of the deployment modules node that are allocated to containers.
AlreadyDeployedException - Exception in org.springframework.xd.dirt.stream
Thrown when an attempt is made to deploy a definition that is already deployed.
AlreadyDeployedException(String, String) - Constructor for exception org.springframework.xd.dirt.stream.AlreadyDeployedException
Create a new exception.
AlreadyDeployedException(String, String, Throwable) - Constructor for exception org.springframework.xd.dirt.stream.AlreadyDeployedException
Create a new exception.
alternateUsernameAllowed - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
Analytic<I,O> - Interface in org.springframework.xd.analytics.ml
Base interface for the definition of analytical logic.
appendToFile(String) - Method in class org.springframework.xd.test.fixtures.FileSource
 
appendToFile(String) - Method in class org.springframework.xd.test.fixtures.TailSource
 
appendToRemoteFile(String, String, String, String, String) - Static method in class org.springframework.xd.integration.util.StreamUtils
Appends the payload to an existing file on a remote EC2 Instance.
ApplicationUtils - Class in org.springframework.xd.dirt.server
 
ApplicationUtils() - Constructor for class org.springframework.xd.dirt.server.ApplicationUtils
 
apply(Statement, Description) - Method in class org.springframework.xd.test.AbstractExternalResourceTestSupport
 
AppMaster - Class in org.springframework.xd.yarn
 
AppMaster() - Constructor for class org.springframework.xd.yarn.AppMaster
 
ArgumentNode - Class in org.springframework.xd.dirt.stream.dsl
Represents an argument like "--name=value".
ArgumentNode(String, String, int, int) - Constructor for class org.springframework.xd.dirt.stream.dsl.ArgumentNode
 
ArrivingContainerModuleRedeployer - Class in org.springframework.xd.dirt.server
The ModuleRedeployer that deploys the unallocated stream/job modules upon a new container arrival.
ArrivingContainerModuleRedeployer(ZooKeeperConnection, ContainerRepository, StreamFactory, JobFactory, PathChildrenCache, PathChildrenCache, PathChildrenCache, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.ArrivingContainerModuleRedeployer
Constructs ArrivingContainerModuleRedeployer
AsciidocLinkChecker - Class in org.springframework.xd.documentation
A tool that checks that for files that will form the whole "concatenated" documentation, any link of the form
AsciidocLinkChecker(String) - Constructor for class org.springframework.xd.documentation.AsciidocLinkChecker
 
asPropertySource() - Method in class org.springframework.xd.module.options.ModuleOptions
 
asPropertySource() - Method in class org.springframework.xd.module.options.PrefixNarrowingModuleOptions
 
Assertions - Class in org.springframework.xd.shell.util
Various utility methods when dealing with shell commands.
assertReceived(URL, String, String, String, int) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Verifies that the instances for the channel and module has in fact processed the correct number of messages.
assertReceived(URL, String, int) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Retrieves the stream and verifies that all modules in the stream processed the data.
asStringArray(String, String[]) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Convert a comma-delimited String property to a String[] if present, or return the default value.
AstNode - Class in org.springframework.xd.dirt.stream.dsl
Common supertype for the ast nodes built during stream parsing.
AstNode(int, int) - Constructor for class org.springframework.xd.dirt.stream.dsl.AstNode
 
atMostOneOf(Object...) - Static method in class org.springframework.xd.shell.util.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
available() - Method in class org.springframework.xd.shell.command.AggregateCounterCommands
 
available() - Method in class org.springframework.xd.shell.command.CounterCommands
 
available() - Method in class org.springframework.xd.shell.command.FieldValueCounterCommands
 
available() - Method in class org.springframework.xd.shell.command.GaugeCommands
 
available() - Method in class org.springframework.xd.shell.command.JobCommands
 
available() - Method in class org.springframework.xd.shell.command.ModuleCommands
 
available() - Method in class org.springframework.xd.shell.command.RichGaugeCommands
 
available() - Method in class org.springframework.xd.shell.command.RuntimeCommands
 
available() - Method in class org.springframework.xd.shell.command.StreamCommands
 
AvailableSocketPorts - Class in org.springframework.xd.test.fixtures
Utility class to find available server ports.

B

BACK_OFF_INITIAL_INTERVAL - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The retry back off initial interval.
BACK_OFF_MAX_INTERVAL - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The retry back off max interval.
BACK_OFF_MULTIPLIER - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The retry back off multiplier.
BannerUtils - Class in org.springframework.xd.dirt.util
Provides utilities for rendering graphical console output.
BaseDefinition - Class in org.springframework.xd.dirt.core
Represents the base model for a data flow in the system.
BaseDefinition() - Constructor for class org.springframework.xd.dirt.core.BaseDefinition
 
BaseDefinition(String, String) - Constructor for class org.springframework.xd.dirt.core.BaseDefinition
Create a new definition.
BaseInstance<D extends BaseDefinition> - Class in org.springframework.xd.dirt.stream
A runtime representation of a Definition.
BaseInstance(D) - Constructor for class org.springframework.xd.dirt.stream.BaseInstance
Create a new instance out of the given definition.
basicDeploy(String, Map<String, String>) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
Provides basic deployment behavior, whereby running state of deployed definitions is not persisted.
BATCH_EXCEPTION - Static variable in class org.springframework.xd.dirt.plugins.job.BatchJobHeaders
 
BATCH_LISTENER_EVENT_TYPE - Static variable in class org.springframework.xd.dirt.plugins.job.BatchJobHeaders
 
batchDatabaseInitializer() - Method in class org.springframework.xd.batch.hsqldb.server.HsqlServerApplication
 
batchDatabaseInitializer() - Method in class org.springframework.xd.dirt.server.AdminServerApplication
 
BatchJobAlreadyExistsException - Exception in org.springframework.xd.dirt.job
Exception thrown when the batch job with the given name already exists.
BatchJobAlreadyExistsException(String) - Constructor for exception org.springframework.xd.dirt.job.BatchJobAlreadyExistsException
 
BatchJobAlreadyExistsInRegistryException - Exception in org.springframework.xd.dirt.plugins.job
Exception thrown when a batch job already exists in the JobRegistry.
BatchJobAlreadyExistsInRegistryException(String) - Constructor for exception org.springframework.xd.dirt.plugins.job.BatchJobAlreadyExistsInRegistryException
Creates a new BatchJobAlreadyExistsInRegistryException with the given job name.
BatchJobDeleteFilesOptionMixin - Class in org.springframework.xd.module.options.mixins
Batch job option for delete files after import.
BatchJobDeleteFilesOptionMixin() - Constructor for class org.springframework.xd.module.options.mixins.BatchJobDeleteFilesOptionMixin
 
BatchJobExecutionsController - Class in org.springframework.xd.dirt.rest
Controller for batch job executions.
BatchJobExecutionsController() - Constructor for class org.springframework.xd.dirt.rest.BatchJobExecutionsController
 
BatchJobFieldDelimiterOptionMixin - Class in org.springframework.xd.module.options.mixins
Batch job option for the delimiter in the file (csv file etc.).
BatchJobFieldDelimiterOptionMixin() - Constructor for class org.springframework.xd.module.options.mixins.BatchJobFieldDelimiterOptionMixin
 
BatchJobFieldNamesOptionMixin - Class in org.springframework.xd.module.options.mixins
Batch job option for fields names in the file (csv file etc.,).
BatchJobFieldNamesOptionMixin() - Constructor for class org.springframework.xd.module.options.mixins.BatchJobFieldNamesOptionMixin
 
BatchJobHeaders - Class in org.springframework.xd.dirt.plugins.job
Headers definitions used by the batch job plugin.
BatchJobInstancesController - Class in org.springframework.xd.dirt.rest
Controller for batch job instances.
BatchJobInstancesController() - Constructor for class org.springframework.xd.dirt.rest.BatchJobInstancesController
 
BatchJobListener<P> - Class in org.springframework.xd.dirt.plugins.job.support.listener
Abstract batch job listener that sends batch job listener payload to the SubscribableChannel notification channel.
BatchJobListener(SubscribableChannel, SubscribableChannel) - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.BatchJobListener
 
BatchJobRegistryBeanPostProcessor - Class in org.springframework.xd.dirt.plugins.job
JobRegistryBeanPostProcessor that processes batch job from the job module.
BatchJobRegistryBeanPostProcessor() - Constructor for class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
 
BatchJobResourcesOptionMixin - Class in org.springframework.xd.module.options.mixins
Batch job option for resources (Spring resources) to import.
BatchJobResourcesOptionMixin() - Constructor for class org.springframework.xd.module.options.mixins.BatchJobResourcesOptionMixin
 
BatchJobRestartableOptionMixin - Class in org.springframework.xd.module.options.mixins
Batch job option for restartable.
BatchJobRestartableOptionMixin() - Constructor for class org.springframework.xd.module.options.mixins.BatchJobRestartableOptionMixin
 
BatchJobsController - Class in org.springframework.xd.dirt.rest
Controller for batch jobs and job instances, job executions on a given batch job.
BatchJobsController() - Constructor for class org.springframework.xd.dirt.rest.BatchJobsController
 
BatchListenerEventType - Enum in org.springframework.xd.dirt.plugins.job.support.listener
Enumerations to help identify various Batch job events being issued.
BatchStepExecutionsController - Class in org.springframework.xd.dirt.rest
Controller for returning Batch StepExecutions.
BatchStepExecutionsController() - Constructor for class org.springframework.xd.dirt.rest.BatchStepExecutionsController
 
BeanPropertiesPropertySource<T> - Class in org.springframework.xd.dirt.server.options
A PropertySource that exposes the javabeans properties of an object as properties.
BeanPropertiesPropertySource(String, T) - Constructor for class org.springframework.xd.dirt.server.options.BeanPropertiesPropertySource
 
beforeChunk(ChunkContext) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdChunkListener
 
beforeDelete(D) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
Callback method that subclasses may override to get a chance to act on definitions that are about to be deleted.
beforeDelete(D) - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
 
beforeDelete(StreamDefinition) - Method in class org.springframework.xd.dirt.stream.StreamDeployer
Callback method that subclasses may override to get a chance to act on definitions that are about to be deleted.
beforeInvocation(ParseResult) - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
 
beforeInvocation(ParseResult) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
beforeInvocation(ParseResult) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
beforeJob(JobExecution) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdJobExecutionListener
 
beforeProcess(I) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
beforeRead() - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
beforeShutdown(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
beforeShutdown(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
beforeShutdown(Module) - Method in class org.springframework.xd.dirt.plugins.job.JobPartitionerPlugin
 
beforeShutdown(Module) - Method in interface org.springframework.xd.module.core.Plugin
Perform any cleanup necessary prior to module shutdown
beforeStep(StepExecution) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.FileDeletionStepExecutionListener
 
beforeStep(StepExecution) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdStepExecutionListener
 
beforeWrite(List<? extends Object>) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
binary(boolean) - Method in class org.springframework.xd.test.fixtures.FileSink
 
binary(boolean) - Method in class org.springframework.xd.test.fixtures.SimpleFileSink
Set the state of the binary flag for the SimpleFileSink instance.
bind() - Method in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModule
 
bind() - Method in class org.springframework.xd.dirt.test.sink.SingleNodeNamedQueueSink
 
bind() - Method in class org.springframework.xd.dirt.test.sink.SingleNodeNamedTopicSink
 
bind() - Method in class org.springframework.xd.dirt.test.source.SingleNodeNamedQueueSource
 
bind() - Method in class org.springframework.xd.dirt.test.source.SingleNodeNamedTopicSource
 
bindConsumer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
Looks up or creates a DirectChannel with the given name and creates a bridge from that channel to the provided channel instance.
bindConsumer(String, MessageChannel, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Bind a message consumer on a p2p channel
bindConsumer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
bindConsumer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
bindConsumerAndProducers(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
Bind input/output channel of the module's message consumer/producers to MessageBus's message source/target entities.
bindDynamicProducer(String, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
For the local bus we bridge the router "output" channel to a queue channel; the queue channel gets the name and the source channel is named 'dynamic.output.to.' + name.
bindDynamicProducer(String, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Create a channel and bind a producer dynamically, creating the infrastructure required by the bus technology.
bindDynamicProducer(String, Properties) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Dynamically create a producer for the named channel.
bindDynamicPubSubProducer(String, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
For the local bus we bridge the router "output" channel to a pub/sub channel; the pub/sub channel gets the name and the source channel is named 'dynamic.output.to.' + name.
bindDynamicPubSubProducer(String, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Create a channel and bind a producer dynamically, creating the infrastructure required by the bus technology to broadcast messages to consumers.
bindDynamicPubSubProducer(String, Properties) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Dynamically create a producer for the named channel.
bindExistingProducerDirectlyIfPossible(String, MessageChannel) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Attempt to bind a producer directly (avoiding the bus) if there is already a local producer.
Binding - Class in org.springframework.xd.dirt.integration.bus
Represents a binding between a module's channel and an adapter endpoint that connects to the MessageBus.
bindNewProducerDirectlyIfPossible(String, SubscribableChannel, AbstractBusPropertiesAccessor) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Attempt to create a direct binding (avoiding the bus) if the consumer is local.
bindProducer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
Looks up or creates a DirectChannel with the given name and creates a bridge to that channel from the provided channel instance.
bindProducer(String, MessageChannel, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Bind a message producer on a p2p channel.
bindProducer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
bindProducer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
bindPubSubConsumer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
bindPubSubConsumer(String, MessageChannel, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Bind a message consumer on a pub/sub channel
bindPubSubConsumer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
bindPubSubConsumer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
bindPubSubProducer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
bindPubSubProducer(String, MessageChannel, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Bind a message producer on a pub/sub channel.
bindPubSubProducer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
bindPubSubProducer(String, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
bindReplier(String, MessageChannel, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
bindReplier(String, MessageChannel, MessageChannel, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Bind a consumer that handles requests from a requestor and asynchronously sends replies.
bindReplier(String, MessageChannel, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
bindReplier(String, MessageChannel, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
bindRequestor(String, MessageChannel, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
bindRequestor(String, MessageChannel, MessageChannel, Properties) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Bind a producer that expects async replies.
bindRequestor(String, MessageChannel, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
bindRequestor(String, MessageChannel, MessageChannel, Properties) - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
bridge(String, MessageChannel, MessageChannel, String, LocalMessageBus.LocalBusPropertiesAccessor) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
bridge(String, MessageChannel, MessageChannel, String, Collection<MediaType>, LocalMessageBus.LocalBusPropertiesAccessor) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
build() - Method in class org.springframework.xd.dirt.core.Job.Builder
Create a new instance of Job.
build() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Build the path string using the field values.
build() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Build the path string using the field values.
build() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Build the path string using the field values.
build() - Method in class org.springframework.xd.dirt.core.Stream.Builder
Create a new instance of Stream.
build() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Build the path string using the field values.
build() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SetBuilder
 
build(String...) - Static method in class org.springframework.xd.dirt.zookeeper.Paths
Return a string with the provided path elements separated by a slash /.
build() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return a new instance of ModuleDescriptor.
build() - Method in class org.springframework.xd.tuple.TupleBuilder
 
buildConvertedMessage(Object, MessageHeaders, MimeType) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Convenience method to construct a converted message
buildMap() - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
buildPartitionRoutingExpression(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
buildPath() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
Return the ZooKeeper path that this module deployment status should be written to
buildRetryTemplateIfRetryEnabled(AbstractBusPropertiesAccessor) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Create and configure a retry template if the consumer 'maxAttempts' property is set.
buildTapChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractJobPlugin
 
buildTapChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
buildTapChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractStreamPlugin
 
buildUri() - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
buildUri() - Method in class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
buildUri() - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
 
buildWithNamespace() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Build the path string using the field values, including the namespace prefix.
buildWithNamespace() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Build the path string using the field values, including the namespace prefix.
buildWithNamespace() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Build the path string using the field values, including the namespace prefix.
buildWithNamespace() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Build the path string using the field values, including the namespace prefix.
buildWithNamespace(String...) - Static method in class org.springframework.xd.dirt.zookeeper.Paths
Return a string with the provided path elements separated by a slash /.
BusProperties - Interface in org.springframework.xd.dirt.integration.bus
Common bus properties.
BusTestUtils - Class in org.springframework.xd.dirt.integration.bus
 
BusTestUtils() - Constructor for class org.springframework.xd.dirt.integration.bus.BusTestUtils
 
ByteArrayToStringMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to convert from byte[] to String applying the Charset provided in the content-type header if any.
ByteArrayToStringMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.ByteArrayToStringMessageConverter
 
bytesToMap(byte[]) - Static method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Convert a byte array containing a JSON string to a map of key/value pairs.

C

CacheServer - Class in org.springframework.xd.gemfire.server
A simple driver class to run a Gemfire cache server.
CacheServer() - Constructor for class org.springframework.xd.gemfire.server.CacheServer
 
calculate(DeploymentUnit, ModuleDeploymentPropertiesProvider<ModuleDeploymentProperties>, Collection<ModuleDeploymentStatus>) - Method in class org.springframework.xd.dirt.server.DefaultStateCalculator
For a given deployment unit (stream or job) calculate the overall status.
calculate(DeploymentUnit, ModuleDeploymentPropertiesProvider<ModuleDeploymentProperties>, Collection<ModuleDeploymentStatus>) - Method in interface org.springframework.xd.dirt.server.DeploymentUnitStateCalculator
For a given deployment unit (stream or job) calculate the overall status.
calculateColumnWidths() - Method in class org.springframework.xd.shell.util.Table
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Not supported by default
canRead(EvaluationContext, Object, String) - Method in class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyPropertyAccessor
 
canRead(EvaluationContext, Object, String) - Method in class org.springframework.xd.tuple.spel.TuplePropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyPropertyAccessor
 
canWrite(EvaluationContext, Object, String) - Method in class org.springframework.xd.tuple.spel.TuplePropertyAccessor
 
cat(String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
chain(SingleNodeApplication, String, String) - Static method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainSupport
 
chain(SingleNodeApplication, String, String, String) - Static method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainSupport
 
chainConsumer(SingleNodeApplication, String, String) - Static method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainSupport
 
chainConsumer(SingleNodeApplication, String, String, String) - Static method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainSupport
 
chainProducer(SingleNodeApplication, String, String) - Static method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainSupport
 
chainProducer(SingleNodeApplication, String, String, String) - Static method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainSupport
 
ChannelNode - Class in org.springframework.xd.dirt.stream.dsl
 
ChannelNode(ChannelType, int, int, List<String>, List<String>) - Constructor for class org.springframework.xd.dirt.stream.dsl.ChannelNode
 
ChannelType - Enum in org.springframework.xd.dirt.stream.dsl
 
CheckpointedStreamDefinitionException - Exception in org.springframework.xd.dirt.stream.dsl
An extension of StreamDefinitionException that remembers the point up to which parsing went OK (signaled by a '*' in the dumped message).
CheckpointedStreamDefinitionException(String, int, int, int, List<Token>, XDDSLMessages, Object...) - Constructor for exception org.springframework.xd.dirt.stream.dsl.CheckpointedStreamDefinitionException
Construct a new exception
chgrp(boolean, String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
childEvent(CuratorFramework, PathChildrenCacheEvent) - Method in class org.springframework.xd.dirt.server.ContainerListener
childEvent(CuratorFramework, PathChildrenCacheEvent) - Method in class org.springframework.xd.dirt.server.InitialDeploymentListener

Handle child events for the Paths.STREAMS path.

ChildPathIterator<T> - Class in org.springframework.xd.dirt.zookeeper
Iterator over ChildData instances that are managed by PathChildrenCache.
ChildPathIterator(Converter<ChildData, T>, PathChildrenCache) - Constructor for class org.springframework.xd.dirt.zookeeper.ChildPathIterator
Construct a ChildPathIterator.
chmod(boolean, String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
chown(boolean, String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
CHUNK_EVENTS_SUFFIX - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
ChunkContextInfo - Class in org.springframework.xd.dirt.plugins.job.support.listener
 
ChunkContextInfo() - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
cleanup() - Method in class org.springframework.xd.test.fixtures.AbstractMetricSink
 
cleanup() - Method in interface org.springframework.xd.test.fixtures.Disposable
Free up resources that this fixture may have created.
cleanup() - Method in class org.springframework.xd.test.fixtures.DisposableFileSupport
 
cleanup() - Method in class org.springframework.xd.test.fixtures.DisposableMailSupport
 
cleanup() - Method in class org.springframework.xd.test.fixtures.FileSource
 
cleanup() - Method in class org.springframework.xd.test.fixtures.JdbcSink
If using a in memory database this method will shutdown the database.
cleanup() - Method in class org.springframework.xd.test.fixtures.TcpSink
 
cleanup() - Static method in class org.springframework.xd.test.RandomConfigurationSupport
 
cleanupResource() - Method in class org.springframework.xd.test.AbstractExternalResourceTestSupport
Perform cleanup of the AbstractExternalResourceTestSupport.resource field, which is guaranteed to be non null.
cleanupResource() - Method in class org.springframework.xd.test.hadoop.HadoopFileSystemTestSupport
 
cleanupResource() - Method in class org.springframework.xd.test.mqtt.MqttTestSupport
 
cleanupResource() - Method in class org.springframework.xd.test.rabbit.RabbitTestSupport
 
cleanupResource() - Method in class org.springframework.xd.test.redis.RedisTestSupport
 
clear() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
clear() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
ClientApp - Class in org.springframework.xd.yarn
 
ClientApp() - Constructor for class org.springframework.xd.yarn.ClientApp
 
ClientTcpConnectionFactoryOptionsMetadataMixin - Class in org.springframework.xd.tcp
Mixin for options metadata that configure a client tcp connection factory.
ClientTcpConnectionFactoryOptionsMetadataMixin() - Constructor for class org.springframework.xd.tcp.ClientTcpConnectionFactoryOptionsMetadataMixin
 
close() - Method in class org.springframework.xd.batch.item.hadoop.HdfsTextItemWriter
 
close() - Method in class org.springframework.xd.batch.item.hadoop.SimpleHdfsTextItemWriter
 
close() - Method in class org.springframework.xd.dirt.server.SingleNodeApplication
 
close() - Method in class org.springframework.xd.gemfire.server.LoggingCacheListener
 
close() - Method in class org.springframework.xd.hadoop.fs.DatasetWriter
 
close() - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriter
 
close() - Method in interface org.springframework.xd.hadoop.fs.HdfsWriter
 
closeReader(Reader) - Static method in class org.springframework.xd.shell.util.CommonUtils
 
collect(ConfigurableListableBeanFactory) - Method in class org.springframework.xd.module.options.DefaultModuleOptionsMetadataCollector
 
collectionName(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Sets the name of the collection where the data will be written.
collectionToCommaDelimitedString(Collection<String>) - Static method in class org.springframework.xd.shell.util.CommonUtils
Convert a List of Strings to a comma delimited String.
COLUMN_1 - Static variable in class org.springframework.xd.shell.util.UiUtils
 
COLUMN_2 - Static variable in class org.springframework.xd.shell.util.UiUtils
 
COLUMN_3 - Static variable in class org.springframework.xd.shell.util.UiUtils
 
COLUMN_4 - Static variable in class org.springframework.xd.shell.util.UiUtils
 
COLUMN_5 - Static variable in class org.springframework.xd.shell.util.UiUtils
 
COLUMN_6 - Static variable in class org.springframework.xd.shell.util.UiUtils
 
columns(String) - Method in class org.springframework.xd.test.fixtures.JdbcSink
allows a user to set the columns (comma delimited list) that the sink will write its results to.
CommandLinePropertySourceOverridingListener<T extends CommonOptions> - Class in org.springframework.xd.dirt.server.options
An ApplicationListener that will parse command line options and also replace the default boot commandline PropertySource with those values.
CommandLinePropertySourceOverridingListener(T) - Constructor for class org.springframework.xd.dirt.server.options.CommandLinePropertySourceOverridingListener
 
CommonDistributedOptions - Class in org.springframework.xd.dirt.server.options
Holds options that are common to both admin and container servers, when used in distributed mode.
CommonDistributedOptions() - Constructor for class org.springframework.xd.dirt.server.options.CommonDistributedOptions
 
CommonOptions - Class in org.springframework.xd.dirt.server.options
Base class for command line options that are common to absolutely every setup (single and distributed).
CommonOptions() - Constructor for class org.springframework.xd.dirt.server.options.CommonOptions
 
CommonUtils - Class in org.springframework.xd.shell.util
Contains common non-ui related helper methods for rendering text to the console.
compareTo(Container) - Method in class org.springframework.xd.dirt.cluster.Container
compareTo(ContainerAttributes) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
Compares using the containerId.
compareTo(BaseDefinition) - Method in class org.springframework.xd.dirt.core.BaseDefinition
 
compareTo(ModuleMetadata) - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
Compares ModuleMetadata using module id.
compareTo(ModuleRedeployer.ModuleDeployment) - Method in class org.springframework.xd.dirt.server.ModuleRedeployer.ModuleDeployment
 
compareTo(Job) - Method in class org.springframework.xd.dirt.stream.Job
 
compareTo(Stream) - Method in class org.springframework.xd.dirt.stream.Stream
 
compareTo(ModuleDefinition) - Method in class org.springframework.xd.module.ModuleDefinition
Compares the module definitions using the name of the ModuleDefinition
compareTo(ModuleDescriptor) - Method in class org.springframework.xd.module.ModuleDescriptor
compareTo(ModuleDescriptor.Key) - Method in class org.springframework.xd.module.ModuleDescriptor.Key
complete(CompletionKind, String, int) - Method in class org.springframework.xd.dirt.stream.completion.CompletionProvider
 
CompletionConverter - Class in org.springframework.xd.shell.converter
A converter that provides DSL completion wherever parts of stream definitions may appear.
CompletionConverter() - Constructor for class org.springframework.xd.shell.converter.CompletionConverter
 
CompletionExpansionStrategy - Interface in org.springframework.xd.dirt.stream.completion
Used to enhance a well formed stream definition by adding yet more text to it (e.g. adding more options to a module).
CompletionKind - Enum in org.springframework.xd.rest.domain
Used to represent the context in which the code completion facility is invoked.
CompletionOperations - Interface in org.springframework.xd.rest.client
Provides access to the dsl completion facility.
completionOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
completionOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for providing code completion.
CompletionProvider - Class in org.springframework.xd.dirt.stream.completion
Provides code completion on a (maybe ill-formed) stream definition.
CompletionProvider(XDParser, List<CompletionRecoveryStrategy<? extends Exception>>, List<CompletionExpansionStrategy>) - Constructor for class org.springframework.xd.dirt.stream.completion.CompletionProvider
Construct a new CompletionProvider given a list of recovery strategies and expansion strategies.
CompletionRecoveryStrategy<E extends java.lang.Exception> - Interface in org.springframework.xd.dirt.stream.completion
Used to provide completions on ill-formed stream definitions, after an initial (failed) parse.
completions(CompletionKind, String, int) - Method in class org.springframework.xd.dirt.rest.CompletionsController
Return a list of possible completions given a prefix string that the user has started typing.
completions(CompletionKind, String, int) - Method in interface org.springframework.xd.rest.client.CompletionOperations
Return the list of completions that are compatible with the given DSL prefix.
completions(CompletionKind, String, int) - Method in class org.springframework.xd.rest.client.impl.CompletionTemplate
 
CompletionsController - Class in org.springframework.xd.dirt.rest
Exposes completion for stream-like definitions as a REST endpoint.
CompletionsController(CompletionProvider) - Constructor for class org.springframework.xd.dirt.rest.CompletionsController
 
CompletionTemplate - Class in org.springframework.xd.rest.client.impl
Implements the CompletionOperations part of the API.
composeModule(String, String) - Method in class org.springframework.xd.rest.client.impl.ModuleTemplate
 
composeModule(String, String) - Method in interface org.springframework.xd.rest.client.ModuleOperations
Compose a new virtual Module.
CompositeCodec<P> - Class in org.springframework.xd.dirt.integration.bus.serializer
A codec that can delegate to one out of many codecs, depending on the type of the object to serialize/deserialize.
CompositeCodec(Map<Class<?>, AbstractCodec<P>>, MultiTypeCodec<P>) - Constructor for class org.springframework.xd.dirt.integration.bus.serializer.CompositeCodec
 
CompositeCodec(MultiTypeCodec<P>) - Constructor for class org.springframework.xd.dirt.integration.bus.serializer.CompositeCodec
 
CompositeMessageConverterFactory - Class in org.springframework.xd.dirt.integration.bus.converter
A factory for creating an instance of CompositeMessageConverter for a given target MIME type
CompositeMessageConverterFactory(Collection<AbstractFromMessageConverter>) - Constructor for class org.springframework.xd.dirt.integration.bus.converter.CompositeMessageConverterFactory
 
CompositeModule - Class in org.springframework.xd.module.core
 
CompositeModule(ModuleDescriptor, ModuleDeploymentProperties, List<Module>) - Constructor for class org.springframework.xd.module.core.CompositeModule
 
CompositeModuleDefinitionService - Class in org.springframework.xd.dirt.stream
Provides save, delete and dependency operations for managing a composite module definition.
CompositeModuleDefinitionService(ModuleDefinitionRepository, XDStreamParser) - Constructor for class org.springframework.xd.dirt.stream.CompositeModuleDefinitionService
 
concatArrays(List<long[]>, int, int) - Static method in class org.springframework.xd.analytics.metrics.core.MetricUtils
 
CONCURRENCY - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The minimum number of concurrent deliveries.
ConfigCommands - Class in org.springframework.xd.shell.command
Defines several shell commands in order to configure the shell itself.
ConfigCommands() - Constructor for class org.springframework.xd.shell.command.ConfigCommands
 
ConfigLocations - Class in org.springframework.xd.dirt.util
Static constants for configuration locations.
Configuration - Class in org.springframework.xd.shell
Encapsulates various configuration properties for the shell such as Target and the configurable TimeZone.
Configuration() - Constructor for class org.springframework.xd.shell.Configuration
Constructor initializing the default timezone using TimeUtils.getJvmTimeZone()
ConfigurationAware - Class in org.springframework.xd.shell.hadoop
Utility base class for components monitoring Configuration changes in order to update state.
ConfigurationAware() - Constructor for class org.springframework.xd.shell.hadoop.ConfigurationAware
 
configurationChanged() - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
Called before invoking a command in case the configuration changed.
configurationChanged() - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
ConfigurationCommands - Class in org.springframework.xd.shell.hadoop
Command for configuring the global Hadoop Configuration object used by other components.
ConfigurationCommands() - Constructor for class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
ConfigurationModifiedEvent - Class in org.springframework.xd.shell.hadoop
Notification event that a Configuration object (attached) has been modified.
ConfigurationModifiedEvent(Configuration) - Constructor for class org.springframework.xd.shell.hadoop.ConfigurationModifiedEvent
 
configure(HttpSecurity) - Method in class org.springframework.xd.dirt.web.config.SecurityConfiguration
 
configure(URI) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
configurer() - Method in class org.springframework.xd.dirt.rest.RestConfiguration
 
configureZooKeeperConnection(ZooKeeperConnection) - Method in interface org.springframework.xd.dirt.zookeeper.ZooKeeperConnectionConfigurer
 
ConfigUtil - Class in org.springframework.xd.integration.util
Tools to create and read configuration files for an environment deployed on EC2.
ConfigUtil() - Constructor for class org.springframework.xd.integration.util.ConfigUtil
 
connectionProperties - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
ConsoleUserInput - Class in org.springframework.xd.shell.command
UserInput that uses Standard in and out.
ConsoleUserInput() - Constructor for class org.springframework.xd.shell.command.ConsoleUserInput
 
CONSUMER - Static variable in class org.springframework.xd.dirt.integration.bus.Binding
 
CONSUMER_RETRY_PROPERTIES - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
Container - Class in org.springframework.xd.dirt.cluster
Domain object for an XD container.
Container(String, Map<String, String>) - Constructor for class org.springframework.xd.dirt.cluster.Container
Construct a Container object.
CONTAINER_ID_KEY - Static variable in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
CONTAINER_PROFILE - Static variable in class org.springframework.xd.dirt.util.XdProfiles
 
CONTAINER_TOKEN - Static variable in class org.springframework.xd.integration.util.ConfigUtil
 
ContainerAttributes - Class in org.springframework.xd.dirt.cluster
Metadata for a Container instance.
ContainerAttributes() - Constructor for class org.springframework.xd.dirt.cluster.ContainerAttributes
Default constructor generates a random id.
ContainerAttributes(String) - Constructor for class org.springframework.xd.dirt.cluster.ContainerAttributes
Constructor to be called when the id is already known.
ContainerAttributes(Map<? extends String, ? extends String>) - Constructor for class org.springframework.xd.dirt.cluster.ContainerAttributes
Constructor to be called when the attributes are already known.
containerAttributes() - Method in class org.springframework.xd.dirt.server.ContainerServerApplication
 
containerContext() - Method in class org.springframework.xd.dirt.server.SingleNodeApplication
 
ContainerInfoPlugin - Class in org.springframework.xd.dirt.plugins
A plugin that exposes information about the container to the Environment.
ContainerInfoPlugin(ContainerAttributes) - Constructor for class org.springframework.xd.dirt.plugins.ContainerInfoPlugin
 
ContainerListener - Class in org.springframework.xd.dirt.server
Listener implementation that is invoked when containers are added/removed/modified.
ContainerListener(ZooKeeperConnection, ContainerRepository, StreamFactory, JobFactory, PathChildrenCache, PathChildrenCache, PathChildrenCache, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.ContainerListener
Construct a ContainerListener.
ContainerMatcher - Interface in org.springframework.xd.dirt.cluster
Strategy interface for matching a ModuleDescriptor to one of the candidate container nodes.
containerMatcher - Variable in class org.springframework.xd.dirt.server.InitialDeploymentListener
Container matcher for matching modules to containers.
ContainerOptions - Class in org.springframework.xd.dirt.server.options
Holds configuration options that are valid for the Container node, when using distributed mode.
ContainerOptions() - Constructor for class org.springframework.xd.dirt.server.options.ContainerOptions
 
ContainerRegistrar - Class in org.springframework.xd.dirt.server
An instance of this class, registered as a bean in the context for a Container, will handle the registration of that Container's metadata with ZooKeeper by creating an ephemeral node.
ContainerRegistrar(ZooKeeperConnection, ContainerAttributes, ContainerRepository, StreamFactory, JobFactory, ModuleOptionsMetadataResolver, ModuleDeployer) - Constructor for class org.springframework.xd.dirt.server.ContainerRegistrar
Create an instance that will register the provided ContainerAttributes whenever the underlying ZooKeeperConnection is established.
ContainerRepository - Interface in org.springframework.xd.dirt.container.store
Repository for persisting Container entities.
containerRepository - Variable in class org.springframework.xd.dirt.server.InitialDeploymentListener
Repository from which to obtain containers in the cluster.
CONTAINERS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of containers node.
ContainersController - Class in org.springframework.xd.dirt.rest
Handles interaction with the runtime containers/and its modules.
ContainersController(ContainerRepository) - Constructor for class org.springframework.xd.dirt.rest.ContainersController
 
ContainerServerApplication - Class in org.springframework.xd.dirt.server
The boot application class for a Container server.
ContainerServerApplication() - Constructor for class org.springframework.xd.dirt.server.ContainerServerApplication
 
ContainerShutdownException - Exception in org.springframework.xd.dirt.cluster
Exception thrown when shutting down the container from admin server.
ContainerShutdownException() - Constructor for exception org.springframework.xd.dirt.cluster.ContainerShutdownException
Construct a ContainerShutdownException.
ContainerShutdownException(String) - Constructor for exception org.springframework.xd.dirt.cluster.ContainerShutdownException
Construct a ContainerShutdownException with a description.
containsKey(Object) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
containsKey(Object) - Method in class org.springframework.xd.module.ModuleDeploymentProperties
containsValue(Object) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
containsValue(Object) - Method in class org.springframework.xd.module.ModuleDeploymentProperties
ConversionException - Exception in org.springframework.xd.dirt.integration.bus.converter
Exception thrown when an error is encountered during message conversion.
ConversionException(String) - Constructor for exception org.springframework.xd.dirt.integration.bus.converter.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.integration.bus.converter.ConversionException
 
convert(String) - Method in class org.springframework.xd.dirt.plugins.stream.CustomMimeTypeConverter
 
convert(ChildData) - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils.StripPathConverter
convert(FieldSet) - Method in class org.springframework.xd.mongodb.FieldSetConverter
 
convert(Tuple) - Method in class org.springframework.xd.mongodb.TupleWriteConverter
 
convert(byte[]) - Method in class org.springframework.xd.tuple.JsonBytesToTupleConverter
 
convert(JsonNode) - Method in class org.springframework.xd.tuple.JsonNodeToTupleConverter
 
convert(String) - Method in class org.springframework.xd.tuple.JsonStringToTupleConverter
 
convert(String) - Method in class org.springframework.xd.tuple.StringToDateConverter
 
convert(Tuple) - Method in class org.springframework.xd.tuple.TupleToJsonStringConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.ByteArrayToStringMessageConverter
Don't need to manipulate message headers.
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.JavaToSerializedMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.JsonToPojoMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.JsonToTupleMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.PojoToJsonMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.PojoToStringMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.SerializedToJavaMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.StringToByteArrayMessageConverter
Don't need to manipulate message headers.
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.TupleToJsonMessageConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.xd.shell.converter.CompletionConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.xd.shell.converter.ExistingXDEntityConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.xd.shell.converter.MediaTypeConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.xd.shell.converter.NumberFormatConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.xd.shell.converter.QualifiedModuleNameConverter
 
convertJsonToList(String) - Static method in class org.springframework.xd.shell.util.JsonUtil
 
convertJsonToMap(String) - Static method in class org.springframework.xd.shell.util.JsonUtil
 
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Not supported by default
convertToJson(Object) - Static method in class org.springframework.xd.shell.util.JsonUtil
 
copy(byte[], FSDataOutputStream) - Method in class org.springframework.xd.batch.item.hadoop.SimpleHdfsTextItemWriter
Simple not optimized copy
copy(byte[], FSDataOutputStream) - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriter
Simple not optimized copy
copyFileToRemote(String, String, URI, File, long) - Static method in class org.springframework.xd.integration.util.StreamUtils
Copy a file from test machine to remote machine.
copyFromLocal(String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
copyMergeToLocal(String, String, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
copyOf() - Method in class org.springframework.xd.dirt.stream.dsl.ChannelNode
 
copyOf() - Method in class org.springframework.xd.dirt.stream.dsl.SinkChannelNode
 
copyOf() - Method in class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
copyToLocal(String, String, boolean, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
count() - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
count() - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
count() - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
count() - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
count() - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
count() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
count() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
count() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
count() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
count(boolean, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
count() - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
count() - Method in class org.springframework.xd.store.AbstractRedisRepository
 
COUNT_KEY - Static variable in class org.springframework.xd.module.ModuleDeploymentProperties
Key for the count property.
Counter - Class in org.springframework.xd.analytics.metrics.core
Represents the data stored in a valueer of a single value.
Counter(String) - Constructor for class org.springframework.xd.analytics.metrics.core.Counter
Construct a new Counter given a name
Counter(String, long) - Constructor for class org.springframework.xd.analytics.metrics.core.Counter
Construct a new Counter given a name and a initial value of the value
CounterCommands - Class in org.springframework.xd.shell.command
Commands for interacting with Counter analytics.
CounterCommands() - Constructor for class org.springframework.xd.shell.command.CounterCommands
 
CounterOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available when dealing with Counters.
counterOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
counterOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with Counters.
CounterRepository - Interface in org.springframework.xd.analytics.metrics.core
Interface for repositories that now how to deal with Counters.
CounterResource - Class in org.springframework.xd.rest.domain.metrics
The REST representation of a Counter.
CounterResource() - Constructor for class org.springframework.xd.rest.domain.metrics.CounterResource
No-arg constructor for serialization frameworks.
CounterResource(String, long) - Constructor for class org.springframework.xd.rest.domain.metrics.CounterResource
 
CountersController - Class in org.springframework.xd.dirt.rest.metrics
Exposes representations of Counters.
CountersController(CounterRepository) - Constructor for class org.springframework.xd.dirt.rest.metrics.CountersController
 
CounterSink - Class in org.springframework.xd.test.fixtures
Fixture class for an "simple" counter.
CounterSink(JLineShellComponent, String) - Constructor for class org.springframework.xd.test.fixtures.CounterSink
 
CounterTemplate - Class in org.springframework.xd.rest.client.impl
Implements the CounterOperations part of the API.
CounterTemplate(AbstractTemplate) - Constructor for class org.springframework.xd.rest.client.impl.CounterTemplate
 
cp(String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
create(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
create(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryGaugeRepository
 
create(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
create(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryRichGaugeRepository
 
createAndDeployStream(StreamDefinition) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Create and deploy a stream.
createAndRegisterChannel(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SharedChannelProvider
 
createBeanDefinitionBuilder(Class<?>, Element) - Static method in class org.springframework.xd.integration.reactor.config.ReactorNamespaceUtils
Create a BeanDefinitionBuilder that checks for an env attribute and uses that as the Environment bean reference.
createDataFileOnRemote(String, String, String, String, String) - Static method in class org.springframework.xd.integration.util.StreamUtils
Creates a file on a remote EC2 machine with the payload as its contents.
createDefinition(String, String) - Method in class org.springframework.xd.dirt.rest.JobsController
 
createDefinition(String, String) - Method in class org.springframework.xd.dirt.rest.StreamsController
 
createDefinition(String, String) - Method in class org.springframework.xd.dirt.rest.XDController
 
createDefinition(String, String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
createDefinition(String, String) - Method in class org.springframework.xd.dirt.stream.JobDeployer
 
createDefinition(String, String) - Method in class org.springframework.xd.dirt.stream.StreamDeployer
createHandler() - Method in class org.springframework.xd.integration.hadoop.config.HdfsStoreMessageHandlerFactoryBean
 
createInstance() - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean
 
createJob(String, Map<String, String>) - Method in class org.springframework.xd.dirt.job.JobFactory
Create a new instance of Job for the given name and properties.
createJob(String, String, boolean) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
createJob(String, String, boolean) - Method in interface org.springframework.xd.rest.client.JobOperations
Create a new Job, optionally deploying it.
createJob(String, String, boolean) - Method in class org.springframework.xd.shell.command.JobCommands
 
createKey() - Method in class org.springframework.xd.module.ModuleDescriptor
Create a new ModuleDescriptor.Key for this ModuleDescriptor.
createModule(String, String) - Method in class org.springframework.xd.shell.command.ModuleCommands
 
createModuleDeploymentProperties(Map<String, String>, ModuleDescriptor) - Static method in class org.springframework.xd.dirt.util.DeploymentPropertiesUtility
Based on the deployment properties for a Stream/Job, create an instance of ModuleDeploymentProperties for a specific module in the Stream/Job.
createModuleDeploymentRequestsPath(CuratorFramework, ModuleDescriptor, RuntimeModuleDeploymentProperties) - Method in class org.springframework.xd.dirt.server.InitialDeploymentListener
createNamedChannelSink(String) - Method in class org.springframework.xd.dirt.test.sink.SingleNodeNamedChannelSinkFactory
 
createNamedChannelSource(String) - Method in class org.springframework.xd.dirt.test.source.SingleNodeNamedChannelSourceFactory
 
createQueue() - Method in class org.springframework.xd.test.fixtures.RabbitSource
Creates an instance of the queue on the rabbit broker.
createRemoteDirectory(String, String, String, int) - Static method in class org.springframework.xd.integration.util.StreamUtils
Creates a directory on a remote machine.
createSharedChannel(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SharedChannelProvider
 
createSink() - Method in class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
createSink() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
createSink() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
createSink() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainProducer
 
createSource() - Method in class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
createSource() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
createSource() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
createSource() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainProducer
 
createSqlParameterSource(FieldSet) - Method in class org.springframework.xd.batch.item.jdbc.FieldSetSqlParameterSourceProvider
 
createSqlParameterSource(Tuple) - Method in class org.springframework.xd.tuple.batch.TupleSqlParameterSourceProvider
 
createStream(String, Map<String, String>) - Method in class org.springframework.xd.dirt.stream.StreamFactory
Create a new instance of Stream for the given name and properties.
createStream(String, String, boolean) - Method in class org.springframework.xd.rest.client.impl.StreamTemplate
 
createStream(String, String, boolean) - Method in interface org.springframework.xd.rest.client.StreamOperations
Create a new Stream, optionally deploying it.
createStream(String, String, boolean) - Method in class org.springframework.xd.shell.command.StreamCommands
 
createWriter() - Method in class org.springframework.xd.hadoop.fs.DatasetWriterFactory
 
createWriter() - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
createWriter() - Method in interface org.springframework.xd.hadoop.fs.HdfsWriterFactory
 
CRITERIA_KEY - Static variable in class org.springframework.xd.module.ModuleDeploymentProperties
Key for the criteria property.
CustomMimeTypeConverter - Class in org.springframework.xd.dirt.plugins.stream
A custom converter for MediaType that accepts a plain java class name as a shorthand for application/x-java-object;type=the.qualified.ClassName.
CustomMimeTypeConverter() - Constructor for class org.springframework.xd.dirt.plugins.stream.CustomMimeTypeConverter
 

D

DatabaseVendorFriendlyNameFactoryBean - Class in org.springframework.xd.dirt.jdbc.util
A factory bean that returns a friendly string name from database metadata.
DatabaseVendorFriendlyNameFactoryBean() - Constructor for class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
DatasetDefinitionFactoryBean - Class in org.springframework.xd.hadoop.fs
FactoryBean that creates a default DatasetDefinition
DatasetDefinitionFactoryBean() - Constructor for class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
DatasetOutboundChannelAdapterParser - Class in org.springframework.xd.integration.hadoop.config
Parser for the 'dataset-outbound-channel-adapter' element.
DatasetOutboundChannelAdapterParser() - Constructor for class org.springframework.xd.integration.hadoop.config.DatasetOutboundChannelAdapterParser
 
DatasetWriter - Class in org.springframework.xd.hadoop.fs
 
DatasetWriter(DatasetOperations) - Constructor for class org.springframework.xd.hadoop.fs.DatasetWriter
 
DatasetWriterFactory - Class in org.springframework.xd.hadoop.fs
 
DatasetWriterFactory(DatasetOperations) - Constructor for class org.springframework.xd.hadoop.fs.DatasetWriterFactory
 
DatasetWritingMessageHandlerFactoryBean - Class in org.springframework.xd.integration.hadoop.config
Factory bean used to create HdfsWritingMessageHandler
DatasetWritingMessageHandlerFactoryBean(DatasetOperations) - Constructor for class org.springframework.xd.integration.hadoop.config.DatasetWritingMessageHandlerFactoryBean
 
DateFormatMixin - Class in org.springframework.xd.module.options.mixins
Provides a dateFormat module option, meant to hold a pattern that conforms to SimpleDateFormat.
DateFormatMixin() - Constructor for class org.springframework.xd.module.options.mixins.DateFormatMixin
 
DateTrigger - Class in org.springframework.xd.module.support
A Trigger implementation that enables execution on a series of Dates.
DateTrigger(Date...) - Constructor for class org.springframework.xd.module.support.DateTrigger
 
decrement(long) - Method in class org.springframework.xd.analytics.metrics.core.Counter
Decrement this counter by a given amount.
decrement(String) - Method in interface org.springframework.xd.analytics.metrics.core.CounterRepository
Decrement the given counter, creating it if it did not exist.
decrement(String, String) - Method in interface org.springframework.xd.analytics.metrics.core.FieldValueCounterRepository
Decrement the FieldValueCounter for a given field name by one, creating missing counters.
decrement(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
decrement(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryCounterRepository
 
decrement(String, String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
decrement(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
decrement(String, String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
decrement(String, String, double) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
DeepAggregateCountResourceAssembler - Class in org.springframework.xd.dirt.rest.metrics
Knows how to construct AggregateCountsResource out of AggregateCount.
DeepAggregateCountResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.metrics.DeepAggregateCountResourceAssembler
 
DeepCounterResourceAssembler - Class in org.springframework.xd.dirt.rest.metrics
Knows how to assemble CounterResources out of Counters.
DeepCounterResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.metrics.DeepCounterResourceAssembler
 
DeepFieldValueCounterResourceAssembler - Class in org.springframework.xd.dirt.rest.metrics
Knows how to create rich representations of FieldValueCounter.
DeepFieldValueCounterResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.metrics.DeepFieldValueCounterResourceAssembler
 
DEFAULT - Static variable in class org.springframework.xd.shell.converter.NumberFormatConverter
 
DEFAULT_ADDRESSES - Static variable in class org.springframework.xd.test.fixtures.RabbitSink
 
DEFAULT_BASE_FILENAME - Static variable in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
DEFAULT_BASE_PATH - Static variable in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
DEFAULT_CLIENT_CONNECT_STRING - Static variable in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
The default client connect string.
DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
 
DEFAULT_DATA_PATH - Static variable in class org.springframework.xd.integration.hadoop.IntegrationHadoopSystemConstants
Default writer path.
DEFAULT_DIRECTORY - Static variable in class org.springframework.xd.test.fixtures.FileJdbcJob
 
DEFAULT_DIRECTORY - Static variable in class org.springframework.xd.test.fixtures.FilePollHdfsJob
 
DEFAULT_DIRECTORY - Static variable in class org.springframework.xd.test.fixtures.HdfsJdbcJob
 
DEFAULT_DIRECTORY - Static variable in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
 
DEFAULT_DIRECTORY - Static variable in class org.springframework.xd.test.fixtures.HdfsSink
 
DEFAULT_DIRECTORY - Static variable in class org.springframework.xd.test.fixtures.JdbcHdfsJob
 
DEFAULT_EXCHANGE - Static variable in class org.springframework.xd.test.fixtures.RabbitSink
 
DEFAULT_EXCHANGE - Static variable in class org.springframework.xd.test.fixtures.RabbitSource
 
DEFAULT_FIELD_NAME_MAPPING_SPLIT_TOKEN - Static variable in class org.springframework.xd.analytics.ml.AbstractFieldMappingAwareDataMapper
 
DEFAULT_FILE_NAME - Static variable in class org.springframework.xd.test.fixtures.FileJdbcJob
 
DEFAULT_FILE_NAME - Static variable in class org.springframework.xd.test.fixtures.FilePollHdfsJob
 
DEFAULT_FILE_NAME - Static variable in class org.springframework.xd.test.fixtures.HdfsJdbcJob
 
DEFAULT_FILE_NAME - Static variable in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
 
DEFAULT_FILE_NAME - Static variable in class org.springframework.xd.test.fixtures.HdfsSink
 
DEFAULT_FILE_NAME - Static variable in class org.springframework.xd.test.fixtures.JdbcHdfsJob
 
DEFAULT_FILE_SUFFIX - Static variable in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
DEFAULT_GROUP - Static variable in interface org.springframework.xd.module.options.spi.ValidationGroupsProvider
 
DEFAULT_HOST - Static variable in class org.springframework.xd.shell.Target
 
DEFAULT_HOST - Static variable in class org.springframework.xd.test.fixtures.SyslogTcpSource
 
DEFAULT_HOST - Static variable in class org.springframework.xd.test.fixtures.SyslogUdpSource
 
DEFAULT_HOST_NAME - Static variable in class org.springframework.xd.test.fixtures.FtpHdfsJob
 
DEFAULT_ID_FIELD - Static variable in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
 
DEFAULT_ID_FILE_NAMING_STRATEGY - Static variable in class org.springframework.xd.integration.hadoop.IntegrationHadoopSystemConstants
Default bean id for file naming policy.
DEFAULT_ID_FILE_ROLLOVER_STRATEGY - Static variable in class org.springframework.xd.integration.hadoop.IntegrationHadoopSystemConstants
Default bean id for file rollover policy.
DEFAULT_ID_STORE_WRITER - Static variable in class org.springframework.xd.integration.hadoop.IntegrationHadoopSystemConstants
Default bean id for store writer.
DEFAULT_MODE - Static variable in class org.springframework.xd.test.fixtures.SimpleFileSink
 
DEFAULT_NAMES - Static variable in class org.springframework.xd.test.fixtures.FileJdbcJob
 
DEFAULT_NAMES - Static variable in class org.springframework.xd.test.fixtures.HdfsJdbcJob
 
DEFAULT_NAMES - Static variable in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
 
DEFAULT_PASSWORD - Static variable in class org.springframework.xd.shell.Target
 
DEFAULT_PORT - Static variable in class org.springframework.xd.shell.Target
 
DEFAULT_PORT - Static variable in class org.springframework.xd.test.fixtures.FtpHdfsJob
 
DEFAULT_PORT - Static variable in class org.springframework.xd.test.fixtures.JmsSource
 
DEFAULT_PORT - Static variable in class org.springframework.xd.test.fixtures.SyslogTcpSource
 
DEFAULT_PORT - Static variable in class org.springframework.xd.test.fixtures.SyslogUdpSource
 
DEFAULT_QUEUE - Static variable in class org.springframework.xd.test.fixtures.RabbitSource
 
DEFAULT_ROLLOVER_THRESHOLD_IN_BYTES - Static variable in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
DEFAULT_ROUTING_KEY - Static variable in class org.springframework.xd.test.fixtures.RabbitSink
 
DEFAULT_SCHEME - Static variable in class org.springframework.xd.shell.Target
 
DEFAULT_SQL - Static variable in class org.springframework.xd.test.fixtures.JdbcHdfsJob
 
DEFAULT_TABLE_NAME - Static variable in class org.springframework.xd.test.fixtures.FileJdbcJob
 
DEFAULT_TABLE_NAME - Static variable in class org.springframework.xd.test.fixtures.HdfsJdbcJob
 
DEFAULT_TARGET - Static variable in class org.springframework.xd.shell.Target
 
DEFAULT_USERNAME - Static variable in class org.springframework.xd.shell.Target
 
DEFAULT_XD_DATE_FORMAT_PATTERN - Static variable in class org.springframework.xd.rest.domain.util.TimeUtils
 
DEFAULT_XD_DATE_TIME_FORMAT_PATTERN - Static variable in class org.springframework.xd.rest.domain.util.TimeUtils
 
DEFAULT_XD_DURATION_FORMAT_PATTERN - Static variable in class org.springframework.xd.rest.domain.util.TimeUtils
 
DEFAULT_XD_TIME_FORMAT_PATTERN - Static variable in class org.springframework.xd.rest.domain.util.TimeUtils
 
DEFAULT_XD_TIMEZONE_ID - Static variable in class org.springframework.xd.rest.domain.util.TimeUtils
 
defaultBackOffInitialInterval - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
defaultBackOffMaxInterval - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
defaultBackOffMultiplier - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
defaultConcurrency - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
DefaultContainerMatcher - Class in org.springframework.xd.dirt.cluster
Implementation of ContainerMatcher that returns a collection of containers to deploy a ModuleDescriptor to.
DefaultContainerMatcher() - Constructor for class org.springframework.xd.dirt.cluster.DefaultContainerMatcher
Creates a container matcher instance and prepares the SpEL evaluation context to support Map properties directly.
DefaultDistributedTestSupport - Class in org.springframework.xd.distributed.util
 
DefaultDistributedTestSupport() - Constructor for class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
 
defaultInstance - Static variable in class org.springframework.xd.module.ModuleDeploymentProperties
Default instance of ModuleDeploymentProperties.
defaultMaxAttempts - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
DefaultModuleDeploymentPropertiesProvider - Class in org.springframework.xd.dirt.server
Default implementation that retrieves the ModuleDeploymentProperties for the given ModuleDescriptor.
DefaultModuleDeploymentPropertiesProvider(DeploymentUnit) - Constructor for class org.springframework.xd.dirt.server.DefaultModuleDeploymentPropertiesProvider
 
DefaultModuleOptionsMetadataCollector - Class in org.springframework.xd.module.options
A (fake) PlaceholderConfigurer that will collect the placeholders it encounters and derive a ModuleOption out of them.
DefaultModuleOptionsMetadataCollector() - Constructor for class org.springframework.xd.module.options.DefaultModuleOptionsMetadataCollector
 
DefaultModuleOptionsMetadataResolver - Class in org.springframework.xd.module.options
The default implementation of ModuleOptionsMetadataResolver that deals with simple modules and reads the companion .properties file sitting next to the module definition.
DefaultModuleOptionsMetadataResolver(ConversionService) - Constructor for class org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver
Construct a new DefaultModuleOptionsMetadataResolver that will use the provided conversion service when converting from String to rich object (supported for PojoModuleOptionsMetadata only).
DefaultModuleOptionsMetadataResolver() - Constructor for class org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver
Construct a new DefaultModuleOptionsMetadataResolver, using no particular conversion service for PojoModuleOptionsMetadata.
DefaultStateCalculator - Class in org.springframework.xd.dirt.server
Default DeploymentUnitStateCalculator implementation for streams and jobs.
DefaultStateCalculator() - Constructor for class org.springframework.xd.dirt.server.DefaultStateCalculator
 
DefaultTuple - Class in org.springframework.xd.tuple
Default implementation of Tuple interface
DefaultTuple(List<String>, List<Object>, FormattingConversionService) - Constructor for class org.springframework.xd.tuple.DefaultTuple
 
DefaultTupleConversionService - Class in org.springframework.xd.tuple
Base ConversionService implementation suitable for use with Tuple
DefaultTupleConversionService() - Constructor for class org.springframework.xd.tuple.DefaultTupleConversionService
 
DefinitionAlreadyExistsException - Exception in org.springframework.xd.dirt.stream
Exception which is raised when a resource definition with the same name already exists.
DefinitionAlreadyExistsException(String, String) - Constructor for exception org.springframework.xd.dirt.stream.DefinitionAlreadyExistsException
Create a new exception.
definitionKind - Variable in class org.springframework.xd.dirt.stream.AbstractDeployer
Used in exception messages as well as indication to the parser.
DelegatingModuleOptionsMetadataResolver - Class in org.springframework.xd.module.options
A ModuleOptionsMetadataResolver that will invoke several other ModuleOptionsMetadataResolver instances in turn and merge their results (flattening them).
DelegatingModuleOptionsMetadataResolver() - Constructor for class org.springframework.xd.module.options.DelegatingModuleOptionsMetadataResolver
 
DelegatingModuleRegistry - Class in org.springframework.xd.dirt.module
A ModuleRegistry that delegates to several ModuleRegistries, in order.
DelegatingModuleRegistry(ModuleRegistry...) - Constructor for class org.springframework.xd.dirt.module.DelegatingModuleRegistry
 
delete(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
delete(Counter) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
delete(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
delete(M) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
delete(Iterable<? extends M>) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
delete(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
delete(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
delete(FieldValueCounter) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
delete(Iterable<? extends FieldValueCounter>) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
delete(String) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
delete(Container) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
delete(Iterable<? extends Container>) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
delete(String) - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
Delete the Definition using the provided name.
delete(ModuleDefinition) - Method in interface org.springframework.xd.dirt.module.ModuleDefinitionRepository
 
delete(String, ModuleType) - Method in interface org.springframework.xd.dirt.module.ModuleDefinitionRepository
 
delete(String, ModuleType, String) - Method in interface org.springframework.xd.dirt.module.ModuleDependencyRepository
Remove an atomic dependency from a module (composed or not) to some target (stream, or composed module).
delete(String, ModuleType) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDefinitionRepository
 
delete(ModuleDefinition) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDefinitionRepository
 
delete(String, ModuleType, String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDependencyRepository
 
delete(String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
delete(ModuleMetadata) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
delete(Iterable<? extends ModuleMetadata>) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
delete(ModuleType, String) - Method in class org.springframework.xd.dirt.rest.ModulesController
Delete a (composite) module.
delete(String) - Method in class org.springframework.xd.dirt.rest.XDController
Request removal of an existing resource definition (stream or job).
delete(String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
delete(String, ModuleType) - Method in class org.springframework.xd.dirt.stream.CompositeModuleDefinitionService
 
delete(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
delete(JobDefinition) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
delete(Iterable<? extends JobDefinition>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
delete(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
delete(Job) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
delete(Iterable<? extends Job>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
delete(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
delete(StreamDefinition) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
delete(Iterable<? extends StreamDefinition>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
delete(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
delete(Stream) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
delete(Iterable<? extends Stream>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
delete(String) - Method in interface org.springframework.xd.rest.client.AggregateCounterOperations
Delete the given named aggregate counter
delete(String) - Method in interface org.springframework.xd.rest.client.CounterOperations
Delete the counter with given name
delete(String) - Method in interface org.springframework.xd.rest.client.FieldValueCounterOperations
Delete the given named field value counter
delete(String) - Method in interface org.springframework.xd.rest.client.GaugeOperations
Delete the given named gauge.
delete(String) - Method in class org.springframework.xd.rest.client.impl.AggregateCounterTemplate
 
delete(String) - Method in class org.springframework.xd.rest.client.impl.CounterTemplate
 
delete(String) - Method in class org.springframework.xd.rest.client.impl.FieldValueCounterTemplate
 
delete(String) - Method in class org.springframework.xd.rest.client.impl.GaugeTemplate
 
delete(String) - Method in class org.springframework.xd.rest.client.impl.RichGaugeTemplate
 
delete(String) - Method in interface org.springframework.xd.rest.client.RichGaugeOperations
Delete the given named rich gauge
delete(String) - Method in class org.springframework.xd.shell.command.AggregateCounterCommands
 
delete(String) - Method in class org.springframework.xd.shell.command.CounterCommands
 
delete(String) - Method in class org.springframework.xd.shell.command.FieldValueCounterCommands
 
delete(String) - Method in class org.springframework.xd.shell.command.GaugeCommands
 
delete(String) - Method in class org.springframework.xd.shell.command.RichGaugeCommands
 
delete(ID) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
delete(T) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
delete(ID) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
delete(T) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.xd.store.AbstractRepository
 
deleteAll() - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
deleteAll() - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
deleteAll() - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
deleteAll() - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
deleteAll() - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
Delete all the definitions
deleteAll() - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
deleteAll() - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Delete all the registry and step name entries.
deleteAll() - Method in class org.springframework.xd.dirt.rest.XDController
Request removal of all definitions.
deleteAll() - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
deleteAll() - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
 
deleteAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
deleteAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
deleteAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
deleteAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
deleteAll() - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
deleteAll() - Method in class org.springframework.xd.store.AbstractRedisRepository
 
deleteBinding(String, MessageChannel) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
deleteBindings(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
deleteDependencies(ModuleDependencyRepository, ModuleDefinition, String) - Static method in class org.springframework.xd.dirt.module.support.ModuleDefinitionRepositoryUtils
 
deleteDependencies(ModuleDependencyRepository, StreamDefinition) - Static method in class org.springframework.xd.dirt.stream.StreamDefinitionRepositoryUtils
Delete the dependencies of each module to its containing stream.
deleteJobRegistry(String) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Delete the job entry from the registry table.
deleteModule(String, RESTModuleType) - Method in class org.springframework.xd.rest.client.impl.ModuleTemplate
 
deleteModule(String, RESTModuleType) - Method in interface org.springframework.xd.rest.client.ModuleOperations
Request deletion of module with given name and type.
deleteStream(String) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Delete a stream.
DepartingContainerModuleRedeployer - Class in org.springframework.xd.dirt.server
The ModuleRedeployer that re-deploys the stream/job modules that were deployed into the departing container.
DepartingContainerModuleRedeployer(ZooKeeperConnection, ContainerRepository, StreamFactory, JobFactory, PathChildrenCache, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.DepartingContainerModuleRedeployer
Constructs DepartingContainerModuleRedeployer
DependencyException - Exception in org.springframework.xd.dirt.module
Thrown when performing an action cannot be carried over because some dependency would be broken.
DependencyException(String, String, ModuleType, Set<String>) - Constructor for exception org.springframework.xd.dirt.module.DependencyException
 
deploy(String, Map<String, String>) - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
Deploy a resource (job or stream).
deploy(String, String) - Method in class org.springframework.xd.dirt.rest.XDController
Request deployment of an existing definition resource.
deploy(String, Map<String, String>) - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
 
deploy(String, String) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
deploy(String, String) - Method in class org.springframework.xd.rest.client.impl.StreamTemplate
 
deploy(String, String) - Method in interface org.springframework.xd.rest.client.ResourceOperations
Deploy an already created resource.
DeployableResource - Class in org.springframework.xd.rest.domain
Abstract base class for resources that represent deployable units.
DeployableResource() - Constructor for class org.springframework.xd.rest.domain.DeployableResource
No arg constructor for serialization frameworks.
DeployableResource(String) - Constructor for class org.springframework.xd.rest.domain.DeployableResource
 
deployAndStore(Module, ModuleDescriptor) - Method in class org.springframework.xd.dirt.module.ModuleDeployer
 
deployJob(String, String) - Method in class org.springframework.xd.shell.command.JobCommands
 
deploymentInfo(String, String) - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
Query deployment information about definitions whose ids range from first to last.
deploymentInfo(String) - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
Query deployment information about the definition whose ID is provided.
DeploymentLoader - Class in org.springframework.xd.dirt.server
Utility for loading streams and jobs for the purpose of deployment.
DeploymentLoader() - Constructor for class org.springframework.xd.dirt.server.DeploymentLoader
 
deploymentPropertiesProvider - Variable in class org.springframework.xd.dirt.server.RuntimeModuleDeploymentPropertiesProvider
DeploymentPropertiesUtility - Class in org.springframework.xd.dirt.util
Class that provides utility methods to handle module deployment properties.
DeploymentPropertiesUtility() - Constructor for class org.springframework.xd.dirt.util.DeploymentPropertiesUtility
 
DEPLOYMENTS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of deployments node.
DeploymentStatusRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>> - Interface in org.springframework.xd.dirt.core
Interface definition for repositories that support the reporting of deployment unit state.
DeploymentSupervisor - Class in org.springframework.xd.dirt.server
Process that watches ZooKeeper for Container arrivals and departures from the XD cluster.
DeploymentSupervisor(ZooKeeperConnection, ContainerRepository, StreamDefinitionRepository, JobDefinitionRepository, ModuleDefinitionRepository, ModuleOptionsMetadataResolver, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.DeploymentSupervisor
Construct a DeploymentSupervisor.
DeploymentUnit - Interface in org.springframework.xd.dirt.core
DeploymentUnit is a collection of modules that are intended to be deployed as a single unit.
deploymentUnit - Variable in class org.springframework.xd.dirt.server.ModuleRedeployer.ModuleDeployment
 
DeploymentUnitStateCalculator - Interface in org.springframework.xd.dirt.server
Calculates the overall status for a deployment unit (stream or job).
DeploymentUnitStatus - Class in org.springframework.xd.dirt.core
Status for a DeploymentUnit.
DeploymentUnitStatus(DeploymentUnitStatus.State) - Constructor for class org.springframework.xd.dirt.core.DeploymentUnitStatus
Construct a DeploymentUnitStatus.
DeploymentUnitStatus(DeploymentUnitStatus.State, String) - Constructor for class org.springframework.xd.dirt.core.DeploymentUnitStatus
Construct a DeploymentUnitStatus with an error description.
DeploymentUnitStatus(Map<String, String>) - Constructor for class org.springframework.xd.dirt.core.DeploymentUnitStatus
Construct a DeploymentUnitStatus using the entries in the provided map.
DeploymentUnitStatus.State - Enum in org.springframework.xd.dirt.core
Deployment unit states.
deployModules(Container) - Method in class org.springframework.xd.dirt.server.ArrivingContainerModuleRedeployer
Handle the arrival of a container.
deployModules(Container) - Method in class org.springframework.xd.dirt.server.DepartingContainerModuleRedeployer
Handle the departure of a container.
deployModules(Container) - Method in class org.springframework.xd.dirt.server.ModuleRedeployer
Deploy unallocated/orphaned modules.
deployStream(StreamDefinition) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Deploy a stream.
deployStream(StreamDefinition, Map<String, String>) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Deploy a stream with properties.
deployStream(StreamDefinition, Map<String, String>, boolean) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Deploy a stream with properties and allow return on incomplete deployment
deployStream(String, String) - Method in class org.springframework.xd.shell.command.StreamCommands
 
describeTo(Description) - Method in class org.springframework.xd.test.fixtures.EventuallyMatcher
 
describeTo(Description) - Method in class org.springframework.xd.test.fixtures.FileSink.FileSinkContentsMatcher
 
describeTo(Description) - Method in class org.springframework.xd.test.fixtures.MetricHasSimpleValueMatcher
 
deserialize(String, String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
deserialize(byte[]) - Method in class org.springframework.xd.dirt.integration.bus.serializer.AbstractCodec
Deserialize a byte array.
deserialize(InputStream, Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.serializer.CompositeCodec
 
deserialize(byte[], Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.serializer.CompositeCodec
 
deserialize(InputStream, Class<? extends T>) - Method in interface org.springframework.xd.dirt.integration.bus.serializer.MultiTypeCodec
Deserialize an object of a given type
deserialize(byte[], Class<? extends T>) - Method in interface org.springframework.xd.dirt.integration.bus.serializer.MultiTypeCodec
Deserialize an object of a given type
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.xd.rest.client.impl.support.JobParameterJacksonDeserializer
 
deserialize(ID, String) - Method in class org.springframework.xd.store.AbstractRedisRepository
Deserialize from the String representation to the domain object.
deserializeId(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
deserializeId(String) - Method in class org.springframework.xd.store.AbstractRedisRepository
Deserialize an entity id from its String representation.
deserializePayloadIfNecessary(Message<?>) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
destroy() - Method in class org.springframework.xd.batch.hsqldb.server.HSQLServerBean
 
destroy() - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
destroy() - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
destroy() - Method in class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
 
destroy() - Method in class org.springframework.xd.dirt.server.DeploymentSupervisor
destroy() - Method in class org.springframework.xd.dirt.stream.JobDeployer
 
destroy() - Method in class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
destroy() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
destroy() - Method in class org.springframework.xd.module.core.CompositeModule
 
destroy() - Method in interface org.springframework.xd.module.core.Module
Destroy this module's application context.
destroy() - Method in class org.springframework.xd.module.core.SimpleModule
 
destroy(String) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
destroy(String) - Method in class org.springframework.xd.rest.client.impl.StreamTemplate
 
destroy(String) - Method in interface org.springframework.xd.rest.client.ResourceOperations
Destroy an existing resource.
destroyAll() - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
destroyAll() - Method in class org.springframework.xd.rest.client.impl.StreamTemplate
 
destroyAll() - Method in interface org.springframework.xd.rest.client.ResourceOperations
Undeploy all the resources known to the system.
destroyAllJobs(boolean) - Method in class org.springframework.xd.shell.command.JobCommands
 
destroyAllStreams(URL) - Static method in class org.springframework.xd.integration.util.StreamUtils
Removes all the streams from the cluster.
destroyAllStreams(boolean) - Method in class org.springframework.xd.shell.command.StreamCommands
 
destroyJob(String) - Method in class org.springframework.xd.shell.command.JobCommands
 
destroyModule(ModuleCommands.QualifiedModuleName) - Method in class org.springframework.xd.shell.command.ModuleCommands
 
destroyQueue() - Method in class org.springframework.xd.test.fixtures.RabbitSource
Creates an instance of the queue on the rabbit broker.
destroyStream(String) - Method in class org.springframework.xd.shell.command.StreamCommands
 
DetailedContainer - Class in org.springframework.xd.dirt.cluster
Domain object for an XD container with detailed info (deployed modules, messageRates etc.,).
DetailedContainer(Container) - Constructor for class org.springframework.xd.dirt.cluster.DetailedContainer
Construct a RuntimeContainer object.
DetailedContainerResource - Class in org.springframework.xd.rest.domain
Represents container info model.
DetailedContainerResource(Map<String, String>, int, List<ModuleMetadataResource>, Map<String, HashMap<String, Double>>) - Constructor for class org.springframework.xd.rest.domain.DetailedContainerResource
Construct ContainerResource using the container attributes and deployed modules.
DetailedContainerResource.Page - Class in org.springframework.xd.rest.domain
Dedicated subclass to workaround type erasure.
DetailedContainerResource.Page() - Constructor for class org.springframework.xd.rest.domain.DetailedContainerResource.Page
 
DetailedJobInfo - Class in org.springframework.xd.dirt.job
A job info for batch jobs that provides more details than the base JobInfo
DetailedJobInfo(String, int, boolean, boolean, JobExecutionInfo, boolean) - Constructor for class org.springframework.xd.dirt.job.DetailedJobInfo
Construct detailed job info.
DetailedJobInfoResource - Class in org.springframework.xd.rest.domain
Represents Expanded Batch job info that has more details on batch jobs.
DetailedJobInfoResource(String, int, boolean, boolean, JobExecutionInfoResource, boolean) - Constructor for class org.springframework.xd.rest.domain.DetailedJobInfoResource
 
DetailedJobInfoResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model DetailedJobInfo.
DetailedJobInfoResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.DetailedJobInfoResourceAssembler
 
DetailedModuleDefinitionResource - Class in org.springframework.xd.rest.domain
Extends ModuleDefinitionResource with information about module options.
DetailedModuleDefinitionResource() - Constructor for class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource
Default constructor for serialization frameworks.
DetailedModuleDefinitionResource(String, String, boolean) - Constructor for class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource
 
DetailedModuleDefinitionResource.Option - Class in org.springframework.xd.rest.domain
 
DetailedModuleDefinitionResource.Option(String, String, String, String, boolean) - Constructor for class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource.Option
 
DetailedModuleDefinitionResource.Page - Class in org.springframework.xd.rest.domain
Dedicated subclass to workaround type erasure.
DetailedModuleDefinitionResource.Page() - Constructor for class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource.Page
 
DetailedModuleDefinitionResourceAssembler - Class in org.springframework.xd.dirt.rest
DetailedModuleDefinitionResourceAssembler(ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.rest.DetailedModuleDefinitionResourceAssembler
 
details(long, long) - Method in class org.springframework.xd.dirt.rest.BatchStepExecutionsController
Inspect the StepExecution with the provided Step Execution Id
determinePartition(Message<?>, MessageBusSupport.PartitioningMetadata) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Determine the partition to which to send this message.
dir(String) - Method in class org.springframework.xd.test.fixtures.HdfsJdbcJob
Sets the directory where the file will be read from the hdfs.
dir(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Sets the directory where the file will be read from the hdfs.
dir(String) - Method in class org.springframework.xd.test.fixtures.SimpleFileSink
Establishes the directory the SimpleFileSink will write the file.
DIRECT - Static variable in class org.springframework.xd.dirt.integration.bus.Binding
 
DIRECT_BINDING_ALLOWED - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
If true, the bus will attempt to create a direct binding between the producer and consumer.
directChannelProvider - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Used in the canonical case, when the binding does not involve an alias name.
directory(String) - Method in class org.springframework.xd.test.fixtures.FilePollHdfsJob
Sets the directory that the hdfs will write to.
directoryName(String) - Method in class org.springframework.xd.test.fixtures.HdfsSink
Sets the directory that the file will be written on hdfs
display(String, DateTime, DateTime, AggregateCountResolution) - Method in class org.springframework.xd.dirt.rest.metrics.AggregateCountersController
Retrieve counts for a given time interval, using some precision.
display(String) - Method in class org.springframework.xd.dirt.rest.metrics.CountersController
Retrieve information about a specific counter.
display(String) - Method in class org.springframework.xd.dirt.rest.metrics.FieldValueCountersController
 
display(String) - Method in class org.springframework.xd.dirt.rest.metrics.GaugesController
 
display(String) - Method in class org.springframework.xd.dirt.rest.metrics.RichGaugesController
 
display(String) - Method in class org.springframework.xd.dirt.rest.XDController
Retrieve information about a single ResourceSupport.
display(String, String, String, Integer, Integer, AggregateCounterOperations.Resolution, NumberFormat) - Method in class org.springframework.xd.shell.command.AggregateCounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.xd.shell.command.CounterCommands
 
display(String, NumberFormat, int) - Method in class org.springframework.xd.shell.command.FieldValueCounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.xd.shell.command.GaugeCommands
 
display(long) - Method in class org.springframework.xd.shell.command.JobCommands
 
display(String, NumberFormat) - Method in class org.springframework.xd.shell.command.RichGaugeCommands
 
displayBanner(String, String) - Static method in class org.springframework.xd.dirt.util.BannerUtils
 
displayBeans(Map<String, Object>, String) - Static method in class org.springframework.xd.dirt.server.ApplicationUtils
 
displayForJobname(String) - Method in class org.springframework.xd.dirt.rest.ModulesMetadataController
Will return a collection of ModuleMetadata that are associated with the provided jobname request parameter.
displayJobExecution(long) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
displayJobExecution(long) - Method in interface org.springframework.xd.rest.client.JobOperations
Retrieve a specific Job Execution for the provided jobExecutionId.
displayJobInstance(long) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
displayJobInstance(long) - Method in interface org.springframework.xd.rest.client.JobOperations
Retrieve a specific instance of a job, given its intanceId.
displayJobInstance(long) - Method in class org.springframework.xd.shell.command.JobCommands
 
displayMetrics(PagedResources<MetricResource>) - Method in class org.springframework.xd.shell.command.AbstractMetricsCommands
Render a table with information about a list of metrics
displayStepExecution(long, long) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
displayStepExecution(long, long) - Method in interface org.springframework.xd.rest.client.JobOperations
Retrieve a specific StepExecutionInfoResource for the provided jobExecutionId and stepExecutionId.
displayStepExecution(long, long) - Method in class org.springframework.xd.shell.command.JobCommands
 
Disposable - Interface in org.springframework.xd.test.fixtures
To be implemented by fixtures that need special cleanup when a test is done.
DisposableFileSupport<F extends DisposableFileSupport<F>> - Class in org.springframework.xd.test.fixtures
Base class for stream elements that deal with file locations.
DisposableFileSupport() - Constructor for class org.springframework.xd.test.fixtures.DisposableFileSupport
 
DisposableFileSupport(File) - Constructor for class org.springframework.xd.test.fixtures.DisposableFileSupport
 
DisposableMailSupport<T extends DisposableMailSupport<T>> - Class in org.springframework.xd.test.fixtures
Base class for fixtures that interact with a mail server.
DisposableMailSupport() - Constructor for class org.springframework.xd.test.fixtures.DisposableMailSupport
 
DistributedJobLocator - Class in org.springframework.xd.dirt.plugins.job
Implementation of ListableJobLocator used by DistributedJobService.
DistributedJobLocator() - Constructor for class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
 
DistributedJobService - Class in org.springframework.xd.dirt.plugins.job
SimpleJobService in distributed mode
DistributedJobService(SearchableJobInstanceDao, SearchableJobExecutionDao, SearchableStepExecutionDao, JobRepository, JobLauncher, DistributedJobLocator, ExecutionContextDao) - Constructor for class org.springframework.xd.dirt.plugins.job.DistributedJobService
 
DistributedTestSupport - Interface in org.springframework.xd.distributed.util
Provides support methods for building distributed system tests.
doBindDynamicProducer(String, String, Properties) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Create a producer for the named channel and bind it to the bus.
doBindDynamicPubSubProducer(String, String, Properties) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Create a producer for the named channel and bind it to the bus.
doDateFormat(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyMethodResolver
Create a MethodExecutor using MessageDateFormatMethodExecutor.
doDeserialize(Kryo, Input) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.FileCodec
 
doDeserialize(Kryo, Input, Class<? extends Object>) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.PojoCodec
 
doDeserialize(Kryo, Input) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.StringCodec
 
doDeserialize(Kryo, Input) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.TupleCodec
 
DomainRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>> - Interface in org.springframework.xd.store
Implemented by XD repositories, exists mainly as a mean to capture several interfaces into one.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.xd.integration.reactor.config.SyslogInboundChannelAdapterParser
 
doSendLine(String) - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
doSendLine(String) - Method in class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
doSendLine(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
 
doSerialize(File, Kryo, Output) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.FileCodec
 
doSerialize(Object, Kryo, Output) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.PojoCodec
 
doSerialize(String, Kryo, Output) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.StringCodec
 
doSerialize(Tuple, Kryo, Output) - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.TupleCodec
 
doStart() - Method in class org.springframework.integration.x.http.NettyHttpInboundChannelAdapter
 
doStart() - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
doStart() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
Subclasses may override this method with the start behaviour.
doStart() - Method in class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapter
 
doStart() - Method in class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
 
doStop() - Method in class org.springframework.integration.x.http.NettyHttpInboundChannelAdapter
 
doStop() - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
doStop() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsDataStoreMessageHandler
 
doStop() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsPartitionDataStoreMessageHandler
 
doStop() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
Subclasses may override this method with the stop behaviour.
doStop() - Method in class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapter
 
doStop() - Method in class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
 
downloadConfigurationFile(RESTModuleType, String) - Method in class org.springframework.xd.rest.client.impl.ModuleTemplate
 
downloadConfigurationFile(RESTModuleType, String) - Method in interface org.springframework.xd.rest.client.ModuleOperations
Get the configuration file associated with the provided module information.
downloadDefinition(ModuleType, String) - Method in class org.springframework.xd.dirt.rest.ModulesController
Retrieve the configuration file for the provided module information.
doWrite(Message<?>) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsDataStoreMessageHandler
 
doWrite(Message<?>) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsPartitionDataStoreMessageHandler
 
doWrite(Message<?>) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
Subclasses need to implement this method to handle Message in its writer.
doWrite(Message<?>) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
driverClassName - Variable in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
dropCollection(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
The drops the collection.
dropTable(String) - Method in class org.springframework.xd.test.fixtures.JdbcSink
 
du(String, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
dumpContainerApplicationContextConfiguration(ApplicationContext) - Static method in class org.springframework.xd.dirt.server.ApplicationUtils
Dump container context configuration details to stdout
dumpContextConfiguration() - Method in class org.springframework.xd.dirt.server.ContainerServerApplication
 

E

EMBEDDED_ZK_CONNECT - Static variable in class org.springframework.xd.dirt.server.SharedServerContextConfiguration
 
EmbeddedZooKeeper - Class in org.springframework.xd.dirt.zookeeper
Helper class to start an embedded instance of standalone (non clustered) ZooKeeper.
EmbeddedZooKeeper() - Constructor for class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Construct an EmbeddedZooKeeper with a random port.
EmbeddedZooKeeper(int) - Constructor for class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Construct an EmbeddedZooKeeper with the provided port.
EmptyStartYieldsModulesRecoveryStrategy - Class in org.springframework.xd.dirt.stream.completion
Proposes module names when the user has either typed nothing typed a channel name followed by a ">"
EmptyStartYieldsModulesRecoveryStrategy(XDParser, ModuleDefinitionRepository) - Constructor for class org.springframework.xd.dirt.stream.completion.EmptyStartYieldsModulesRecoveryStrategy
Construct a new EmptyStartYieldsModulesRecoveryStrategy given the parser and ModuleDefinition repository.
EncoderDecoderMixins - Class in org.springframework.xd.tcp
Provides mixins for encoder/decoder options.
EncoderDecoderMixins.BufferSizeMixin - Class in org.springframework.xd.tcp
Adds a bufferSize option (default 2048), to be used alongside a decoder/encoder (or both) option.
EncoderDecoderMixins.BufferSizeMixin() - Constructor for class org.springframework.xd.tcp.EncoderDecoderMixins.BufferSizeMixin
 
EncoderDecoderMixins.DecoderMixin - Class in org.springframework.xd.tcp
Adds an decoder option (default CRLF) and activates a profile named after the chosen decoder.
EncoderDecoderMixins.DecoderMixin() - Constructor for class org.springframework.xd.tcp.EncoderDecoderMixins.DecoderMixin
 
EncoderDecoderMixins.EncoderMixin - Class in org.springframework.xd.tcp
Adds an encoder option (default CRLF) and activates a profile named after the chosen encoder.
EncoderDecoderMixins.EncoderMixin() - Constructor for class org.springframework.xd.tcp.EncoderDecoderMixins.EncoderMixin
 
EncoderDecoderMixins.Encoding - Enum in org.springframework.xd.tcp
 
endpos - Variable in class org.springframework.xd.dirt.stream.dsl.AstNode
 
ensureNotStarted() - Method in class org.springframework.xd.test.fixtures.DisposableMailSupport
 
ensurePath(CuratorFramework, String) - Static method in class org.springframework.xd.dirt.zookeeper.Paths
Ensure the existence of the given path.
ensureReady(AbstractModuleFixture<?>, String, int, int) - Static method in class org.springframework.xd.test.fixtures.AvailableSocketPorts
Verifies that the port to the broker is available.
ensureReady() - Method in class org.springframework.xd.test.fixtures.JmsSource
Ensure that the Jms broker socket is available by polling it for up to 2 seconds
ensureReady() - Method in class org.springframework.xd.test.fixtures.MqttSource
Ensure that the Mqtt broker socket is available by polling it for up to 2 seconds
ensureReady() - Method in class org.springframework.xd.test.fixtures.RabbitSink
Ensure that the each Rabbit broker socket is available by polling it for up to 2 seconds
ensureReady() - Method in class org.springframework.xd.test.fixtures.RabbitSource
Ensure that the Rabbit broker socket is available by polling it for up to 2 seconds
ensureReady() - Method in class org.springframework.xd.test.fixtures.SimpleHttpSource
Ensure that the source is ready to take requests by sending http header requests to the source for up to 2 seconds.
ensureReady(int) - Method in class org.springframework.xd.test.fixtures.SimpleHttpSource
Ensure that the source is ready to take requests by sending http header requests for up to the timeout specified in millisecionds, sleeping 100 ms between attempts.
ensureReady() - Method in class org.springframework.xd.test.fixtures.TcpSource
Ensure that the TcpSource socket is available by polling it for up to 2 seconds
ensureStarted() - Method in class org.springframework.xd.test.fixtures.DisposableMailSupport
 
ensureTemplate() - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
Return an instance of SpringXDTemplate based on the port configured for the admin server started by DistributedTestSupport.startup().
ensureTemplate() - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
Return an instance of SpringXDTemplate based on the port configured for the admin server started by DistributedTestSupport.startup().
entrySet() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
entrySet() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
environment - Variable in class org.springframework.xd.dirt.util.XdConfigLoggingInitializer
 
EnvironmentAwareModuleOptionsMetadataResolver - Class in org.springframework.xd.module.options
A decorator around another ModuleOptionsMetadataResolver that will provide default values for module options using the environment.
EnvironmentAwareModuleOptionsMetadataResolver() - Constructor for class org.springframework.xd.module.options.EnvironmentAwareModuleOptionsMetadataResolver
 
equals(Object) - Method in class org.springframework.xd.analytics.metrics.core.Counter
 
equals(Object) - Method in class org.springframework.xd.analytics.metrics.core.FieldValueCounter
 
equals(Object) - Method in class org.springframework.xd.analytics.metrics.core.Gauge
 
equals(Object) - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
equals(Object) - Method in class org.springframework.xd.dirt.cluster.Container
equals(Object) - Method in class org.springframework.xd.dirt.core.BaseDefinition
 
equals(Object) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
equals(Object) - Method in class org.springframework.xd.dirt.stream.dsl.Token
 
equals(Object) - Method in class org.springframework.xd.module.ModuleDescriptor.Key
equals(Object) - Method in class org.springframework.xd.shell.util.Table
 
equals(Object) - Method in class org.springframework.xd.shell.util.TableHeader
 
equals(Object) - Method in class org.springframework.xd.shell.util.TableRow
 
equals(Object) - Method in class org.springframework.xd.tuple.DefaultTuple
 
errorHtml(HttpServletRequest) - Method in class org.springframework.xd.dirt.rest.XdErrorController
 
evaluate(I) - Method in interface org.springframework.xd.analytics.ml.Analytic
Evaluates the encoded Analytic against the given input.
evaluate(I) - Method in class org.springframework.xd.analytics.ml.MappedAnalytic
Evaluates the encoded Analytic against the given input.
evaluateInternal(MI) - Method in class org.springframework.xd.analytics.ml.MappedAnalytic
Performs the actual evaluation with the mapped input values.
evaluationContext - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
EventuallyMatcher<U> - Class in org.springframework.xd.test.fixtures
A matcher that will evaluate another matcher repeatedly until it matches, or fail after some number of attempts.
EventuallyMatcher(Matcher<U>) - Constructor for class org.springframework.xd.test.fixtures.EventuallyMatcher
 
EventuallyMatcher(Matcher<U>, int, int) - Constructor for class org.springframework.xd.test.fixtures.EventuallyMatcher
 
exactlyOneOf(Object...) - Static method in class org.springframework.xd.shell.util.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
exchange(String) - Method in class org.springframework.xd.test.fixtures.RabbitSink
Sets the exchange for the fixture
exclude(String...) - Method in class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandler
 
execute(StepContribution, ChunkContext) - Method in class org.springframework.batch.integration.x.RemoteFileToHadoopTasklet
 
execute(EvaluationContext, Object, Object...) - Method in class org.springframework.xd.integration.hadoop.partition.MessageDateFormatMethodExecutor
 
executeBatchJob() - Method in class org.springframework.xd.dirt.plugins.job.ModuleJobLauncher
 
ExecutionContextJacksonMixIn - Class in org.springframework.xd.dirt.plugins.job.support
Jackson MixIn for the JSON serialization of the ExecutionContext class, which is used by the StepExecution class.
ExecutionContextJacksonMixIn() - Constructor for class org.springframework.xd.dirt.plugins.job.support.ExecutionContextJacksonMixIn
 
ExecutionContextJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for ExecutionContext de-serialization.
ExecutionContextJacksonMixIn() - Constructor for class org.springframework.xd.rest.client.impl.support.ExecutionContextJacksonMixIn
 
executionsForJob(String, int, int) - Method in class org.springframework.xd.dirt.rest.BatchJobExecutionsController
Return a paged collection of job executions for a given job.
ExistingXDEntityConverter - Class in org.springframework.xd.shell.converter
A no-op converter from String to String, but that helps with completion in names of already existing entities.
ExistingXDEntityConverter() - Constructor for class org.springframework.xd.shell.converter.ExistingXDEntityConverter
 
exists(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
exists(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
exists(String) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
exists(String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
exists(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
exists(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
exists(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
exists(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
exists(ID) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
exists(ID) - Method in class org.springframework.xd.store.AbstractRepository
 
ExitStatusJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for ExitStatus de-serialization.
ExpandedJobParametersConverter - Class in org.springframework.xd.dirt.plugins.job
More flexible implementation of the JobParametersConverter.
ExpandedJobParametersConverter() - Constructor for class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Default Constructor, initializing DefaultJobParametersConverter.setDateFormat(DateFormat) with TimeUtils.getDefaultDateFormat().
ExpandOneDashToTwoDashesRecoveryStrategy - Class in org.springframework.xd.dirt.stream.completion
Provides completion when the user has typed in the first dash to a module option.
ExpandOneDashToTwoDashesRecoveryStrategy(XDParser) - Constructor for class org.springframework.xd.dirt.stream.completion.ExpandOneDashToTwoDashesRecoveryStrategy
Construct a new ExpandOneDashToTwoDashesRecoveryStrategy given the parser.
expression(String) - Method in class org.springframework.xd.test.fixtures.Transform
Sets the expression to be used by the transform
ExpressionOrScriptMixin - Class in org.springframework.xd.module.options.mixins
A standard mixin for modules that do some transformation based on either a script or a SpEL expression.
ExpressionOrScriptMixin() - Constructor for class org.springframework.xd.module.options.mixins.ExpressionOrScriptMixin
 
expressionString - Variable in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
expunge() - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
extract(Tuple) - Method in class org.springframework.xd.tuple.batch.TupleFieldExtractor
 
extractConsumerProducerProperties(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
extractFieldNameMappingFrom(List<String>) - Method in class org.springframework.xd.analytics.ml.AbstractFieldMappingAwareDataMapper
Transforms the list of field name mapping pairs to a Map from a name to a new name.
extractKey(Message<?>) - Method in interface org.springframework.xd.dirt.integration.bus.PartitionKeyExtractorStrategy
 

F

failedComponentName() - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
 
failedComponentName() - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
fairQueue - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
FieldSetConverter - Class in org.springframework.xd.mongodb
A converter that maps from the batch FieldSet world to Mongo's DBObject.
FieldSetConverter() - Constructor for class org.springframework.xd.mongodb.FieldSetConverter
 
FieldSetSqlParameterSourceProvider - Class in org.springframework.xd.batch.item.jdbc
An ItemSqlParameterSourceProvider that will derive parameters from a FieldSet.
FieldSetSqlParameterSourceProvider() - Constructor for class org.springframework.xd.batch.item.jdbc.FieldSetSqlParameterSourceProvider
 
FieldSetType - Enum in org.springframework.xd.tuple.batch
Enum used to provide typing information when reading from a file.
FieldValueCounter - Class in org.springframework.xd.analytics.metrics.core
Represents the data stored in a Counter for multiple field-value pairs.
FieldValueCounter(String) - Constructor for class org.springframework.xd.analytics.metrics.core.FieldValueCounter
 
FieldValueCounter(String, Map<String, Double>) - Constructor for class org.springframework.xd.analytics.metrics.core.FieldValueCounter
 
FieldValueCounterCommands - Class in org.springframework.xd.shell.command
Commands for interacting with field value counter analytics.
FieldValueCounterCommands() - Constructor for class org.springframework.xd.shell.command.FieldValueCounterCommands
 
FieldValueCounterHandler - Class in org.springframework.xd.analytics.metrics.integration
Counts the occurrence of values for a set of JavaBean properties or Tuple fields using a FieldValueCounterService.
FieldValueCounterHandler(FieldValueCounterRepository, String, String) - Constructor for class org.springframework.xd.analytics.metrics.integration.FieldValueCounterHandler
 
FieldValueCounterOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available when dealing with Field Value Counters.
FieldValueCounterRepository - Interface in org.springframework.xd.analytics.metrics.core
A repository to save, delete and find FieldValueCounter instances.
FieldValueCounterResource - Class in org.springframework.xd.rest.domain.metrics
A deep representation of a FieldValueCounter
FieldValueCounterResource() - Constructor for class org.springframework.xd.rest.domain.metrics.FieldValueCounterResource
No arg constructor for serialization frameworks.
FieldValueCounterResource(String, Map<String, Double>) - Constructor for class org.springframework.xd.rest.domain.metrics.FieldValueCounterResource
 
FieldValueCountersController - Class in org.springframework.xd.dirt.rest.metrics
Controller that exposes FieldValueCounter related representations.
FieldValueCountersController(FieldValueCounterRepository) - Constructor for class org.springframework.xd.dirt.rest.metrics.FieldValueCountersController
 
FieldValueCounterSinkOptionsMetadata - Class in org.springframework.xd.analytics.metrics.metadata
Captures options for the field-value-counter sink module.
FieldValueCounterSinkOptionsMetadata() - Constructor for class org.springframework.xd.analytics.metrics.metadata.FieldValueCounterSinkOptionsMetadata
 
FieldValueCounterTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the Field Value Counter part of the metrics API.
FieldValueCounterTemplate(AbstractTemplate) - Constructor for class org.springframework.xd.rest.client.impl.FieldValueCounterTemplate
 
file(String, String) - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new fileSink that will write the result to the dir and filename specified.
file() - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new fileSink that will write the result to the xd output directory using the stream name as the filename.
file(String, String) - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new SimpleFileSource using the provided directory and filename
file - Variable in class org.springframework.xd.test.fixtures.DisposableFileSupport
 
FileCodec - Class in org.springframework.xd.dirt.integration.bus.serializer.kryo
 
FileCodec() - Constructor for class org.springframework.xd.dirt.integration.bus.serializer.kryo.FileCodec
 
FileDeletionStepExecutionListener - Class in org.springframework.xd.dirt.plugins.job.support.listener
Step listener which can be used to delete files once they have been successfully processed by XD.
FileDeletionStepExecutionListener() - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.FileDeletionStepExecutionListener
 
fileExists(String) - Method in class org.springframework.xd.integration.util.HadoopUtils
Verifies that the file exists.
fileJdbcJob() - Method in class org.springframework.xd.integration.fixtures.Jobs
Create an instance of the FileJdbc job with the default target dir, fileName, tableName and column names.
FileJdbcJob - Class in org.springframework.xd.test.fixtures
A test fixture that represents the FileJdbc Job
FileJdbcJob(String, String, String, String) - Constructor for class org.springframework.xd.test.fixtures.FileJdbcJob
Construct a new FileJdbcJob using the provided directory and file names.
FileJdbcJobOptionsMetadata - Class in org.springframework.xd.jdbc
Captures options for the filejdbc job.
FileJdbcJobOptionsMetadata() - Constructor for class org.springframework.xd.jdbc.FileJdbcJobOptionsMetadata
 
fileName(String) - Method in class org.springframework.xd.test.fixtures.FilePollHdfsJob
Sets the fileName that the hdfs will write to.
fileName(String) - Method in class org.springframework.xd.test.fixtures.HdfsJdbcJob
Sets the fileName of the file to be read
fileName(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Sets the fileName of the file to be read
fileName(String) - Method in class org.springframework.xd.test.fixtures.HdfsSink
Sets the file Name that the hdfs sink will write the data.
fileName(String) - Method in class org.springframework.xd.test.fixtures.SimpleFileSink
Establishes the filename the SimpleFileSink will associate with the file.
filePollHdfsJob(String) - Method in class org.springframework.xd.integration.fixtures.Jobs
Creates an instance of the FilePollHdfsJob using defaults.
FilePollHdfsJob - Class in org.springframework.xd.test.fixtures
Test fixture that creates a File Poll Hdfs Job.
FilePollHdfsJob(String, String, String) - Constructor for class org.springframework.xd.test.fixtures.FilePollHdfsJob
Initializes an instance of FilePollHdfsJob
FilePollHdfsJobOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes the options for the filepollhdfs job.
FilePollHdfsJobOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
fileRemove(String) - Method in class org.springframework.xd.integration.util.HadoopUtils
Recursively removes files in a directory or if only a file just that file.
FileSink - Class in org.springframework.xd.test.fixtures
Support class to capture output of a sink in a File.
FileSink() - Constructor for class org.springframework.xd.test.fixtures.FileSink
Create a file sink, but make sure that the future file is not present yet, so it can be waited upon with FileSink.getContents().
FileSink.FileSinkContentsMatcher - Class in org.springframework.xd.test.fixtures
A matcher on the String contents of the sink, that delegates to another (String) matcher.
FileSink.FileSinkContentsMatcher(Matcher<String>) - Constructor for class org.springframework.xd.test.fixtures.FileSink.FileSinkContentsMatcher
 
FileSinkOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Holds options to the 'file' sink module.
FileSinkOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
FileSinkOptionsMetadata.Mode - Enum in org.springframework.xd.dirt.modules.metadata
 
FileSource - Class in org.springframework.xd.test.fixtures
Support class that represents the file source module.
FileSource() - Constructor for class org.springframework.xd.test.fixtures.FileSource
 
filesToFetch(String) - Method in interface org.springframework.batch.integration.x.RemoteFilePartitioner.Gateway
 
find(String, ModuleType) - Method in interface org.springframework.xd.dirt.module.ModuleDependencyRepository
Return the set of things that depend on the given module.
find(String, ModuleType) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDependencyRepository
 
findAll() - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
findAll() - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
findAll(Iterable<String>) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
findAll() - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
findAll(Iterable<String>) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
findAll(Sort) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
findAll(Pageable) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
findAll() - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
findAll(Iterable<String>) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
findAll() - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
 
findAll(Pageable) - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
Return a slice of all definitions.
findAll(Sort) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
findAll(Pageable) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
findAll() - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
findAll(Iterable<String>) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
findAll() - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
findAll(Pageable) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
findAll(Sort) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
findAll(Pageable) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
findAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
findAll(Iterable<String>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
findAll(Sort) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
findAll(Pageable) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
findAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
findAll(Iterable<String>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
findAll(Sort) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
findAll(Pageable) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
findAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
findAll(Iterable<String>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
findAll(Sort) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
findAll(Pageable) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
findAll() - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
findAll(Iterable<String>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
findAll() - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
findAll(Pageable) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
findAll(Sort) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
findAll() - Method in class org.springframework.xd.store.AbstractRedisRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
findAll(Pageable) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
findAll(Sort) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.xd.store.AbstractRepository
 
findAllByContainerId(Pageable, String) - Method in interface org.springframework.xd.dirt.module.store.ModuleMetadataRepository
Find paged ModuleMetadata for all the modules deployed into the given container.
findAllByContainerId(Pageable, String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
Find the module metadata for the modules that are deployed into the given container.
findAllByContainerId(String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
Find all the modules that are deployed into this container.
findAllByModuleId(Pageable, String) - Method in interface org.springframework.xd.dirt.module.store.ModuleMetadataRepository
Find paged ModuleMetadata for the modules of given moduleId.
findAllByModuleId(Pageable, String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
Find all module metadata by the given module id.
findAllInRange(String, boolean, String, boolean) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
Return entities whose ids range between from and to.
findAllInRange(String, boolean, String, boolean) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
findAllInRange(String, boolean, String, boolean) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
findAllInRange(String, boolean, String, boolean) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
findAllInRange(String, boolean, String, boolean) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
findAllInRange(String, boolean, String, boolean) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
findAllInRange(ID, boolean, ID, boolean) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
findAllInRange(ID, boolean, ID, boolean) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
findAllInRange(ID, boolean, ID, boolean) - Method in interface org.springframework.xd.store.RangeCapableRepository
Return entities whose ids range between from and to.
findAllRuntimeContainers(Pageable) - Method in interface org.springframework.xd.dirt.container.store.ContainerRepository
 
findAllRuntimeContainers(Pageable) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
Find all the s in the XD cluster.
findByNameAndType(String, ModuleType) - Method in interface org.springframework.xd.dirt.module.ModuleDefinitionRepository
 
findByNameAndType(String, ModuleType) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDefinitionRepository
 
findByType(Pageable, ModuleType) - Method in interface org.springframework.xd.dirt.module.ModuleDefinitionRepository
 
findByType(Pageable, ModuleType) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDefinitionRepository
 
findDefinition(String, ModuleType) - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
 
findDefinition(String, ModuleType) - Method in class org.springframework.xd.dirt.module.DelegatingModuleRegistry
 
findDefinition(String, ModuleType) - Method in interface org.springframework.xd.dirt.module.ModuleRegistry
Lookup a module of the given type with the given name.
findDefinitions(String) - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
 
findDefinitions(ModuleType) - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
 
findDefinitions() - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
 
findDefinitions(String) - Method in class org.springframework.xd.dirt.module.DelegatingModuleRegistry
 
findDefinitions(ModuleType) - Method in class org.springframework.xd.dirt.module.DelegatingModuleRegistry
 
findDefinitions() - Method in class org.springframework.xd.dirt.module.DelegatingModuleRegistry
 
findDefinitions(String) - Method in interface org.springframework.xd.dirt.module.ModuleRegistry
Searches the registry for the name specified and returns all module definitions that match the name regardless of module type.
findDefinitions(ModuleType) - Method in interface org.springframework.xd.dirt.module.ModuleRegistry
Searches the registry for the type specified and returns all module definitions that match the type.
findDefinitions() - Method in interface org.springframework.xd.dirt.module.ModuleRegistry
Returns all module definitions.
findDefinitions(ModuleType) - Method in class org.springframework.xd.dirt.module.RedisModuleRegistry
 
findDefinitions() - Method in class org.springframework.xd.dirt.module.RedisModuleRegistry
 
findDependentModules(String, ModuleType) - Method in interface org.springframework.xd.dirt.module.ModuleDefinitionRepository
 
findDependentModules(String, ModuleType) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDefinitionRepository
 
findOne(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
findOne(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
findOne(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
findOne(String) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
findOne(String) - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
Retrieves a single Definition or null if none is found.
findOne(String, String) - Method in interface org.springframework.xd.dirt.module.store.ModuleMetadataRepository
Find ModuleMetadata for the module that has the given module id and deployed into given container.
findOne(String, String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
Find the module metadata for the modules that are deployed into the given container and module id.
findOne(String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
findOne(String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
findOne(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
findOne(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
findOne(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
findOne(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
findOne(ID) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
findOne(ID) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
FixtureUtils - Class in org.springframework.xd.test.fixtures.util
Utility to support common tasks done by fixtures.
FixtureUtils() - Constructor for class org.springframework.xd.test.fixtures.util.FixtureUtils
 
FlattenedCompositeModuleOptionsMetadata - Class in org.springframework.xd.module.options
A composite ModuleOptionsMetadata made of several ModuleOptionsMetadata that will appear "flattened".
FlattenedCompositeModuleOptionsMetadata(List<? extends ModuleOptionsMetadata>) - Constructor for class org.springframework.xd.module.options.FlattenedCompositeModuleOptionsMetadata
 
folder - Variable in class org.springframework.xd.test.fixtures.AbstractMailSource
 
forConsumer(String, AbstractEndpoint, MessageChannel, AbstractBusPropertiesAccessor) - Static method in class org.springframework.xd.dirt.integration.bus.Binding
 
forDirectProducer(String, MessageChannel, AbstractEndpoint, AbstractBusPropertiesAccessor) - Static method in class org.springframework.xd.dirt.integration.bus.Binding
 
format(Date, StringBuffer, FieldPosition) - Method in class org.springframework.xd.rest.domain.util.ISO8601DateFormatWithMilliSeconds
 
formatDeploymentProperties(Map<String, String>) - Static method in class org.springframework.xd.dirt.util.DeploymentPropertiesUtility
Returns a String representation of deployment properties as a comma separated list of key=value pairs.
formatMessage(int, Object...) - Method in enum org.springframework.xd.dirt.stream.dsl.XDDSLMessages
Produce a complete message including the prefix, the position (if known) and with the inserts applied to the message.
forProducer(String, MessageChannel, AbstractEndpoint, AbstractBusPropertiesAccessor) - Static method in class org.springframework.xd.dirt.integration.bus.Binding
 
from(String) - Method in class org.springframework.xd.test.fixtures.MailSink
 
fromBindException(String, ModuleType, BindException) - Static method in exception org.springframework.xd.dirt.plugins.ModuleConfigurationException
Construct an exception following a configuration exception on a particular module.
fromClassName(String) - Static method in enum org.springframework.xd.dirt.job.StepType
 
fromClassName(String) - Static method in enum org.springframework.xd.dirt.job.TaskletType
 
fromModuleDescriptor(ModuleDescriptor) - Static method in class org.springframework.xd.module.ModuleDescriptor.Builder
Create a Builder object pre-populated with the configuration for the provided ModuleDescriptor.
fromString(String) - Static method in class org.springframework.xd.tuple.TupleBuilder
 
FromStringCharsetMixin - Class in org.springframework.xd.module.options.mixins
A standard mixin for modules that do conversion from String to bytes.
FromStringCharsetMixin() - Constructor for class org.springframework.xd.module.options.mixins.FromStringCharsetMixin
 
fromTuple(Tuple) - Method in class org.springframework.xd.tuple.TupleStringMarshaller
 
FsShellCommands - Class in org.springframework.xd.shell.hadoop
HDFS shell commands
FsShellCommands() - Constructor for class org.springframework.xd.shell.hadoop.FsShellCommands
 
ftpHdfsJob() - Method in class org.springframework.xd.integration.fixtures.Jobs
 
FtpHdfsJob - Class in org.springframework.xd.test.fixtures
Test fixture that creates a Ftp Hdfs Job.
FtpHdfsJob(String, String) - Constructor for class org.springframework.xd.test.fixtures.FtpHdfsJob
 
FtpHdfsJobOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes the options for the ftphdfs job.
FtpHdfsJobOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
fvcOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
fvcOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with Field Value Counters.

G

Gauge - Class in org.springframework.xd.analytics.metrics.core
Represents the data stored in a Gauge which can be set to any integral value.
Gauge(String) - Constructor for class org.springframework.xd.analytics.metrics.core.Gauge
Construct a new Gauge given a name
Gauge(String, long) - Constructor for class org.springframework.xd.analytics.metrics.core.Gauge
Construct a new Gauge given a name and a initial value of the value
GaugeCommands - Class in org.springframework.xd.shell.command
Commands for interacting with Gauge analytics.
GaugeCommands() - Constructor for class org.springframework.xd.shell.command.GaugeCommands
 
GaugeHandler - Class in org.springframework.xd.analytics.metrics.integration
 
GaugeHandler(GaugeRepository, String) - Constructor for class org.springframework.xd.analytics.metrics.integration.GaugeHandler
 
GaugeOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available when dealing with Gauge.
gaugeOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
gaugeOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with Gauge.
GaugeRepository - Interface in org.springframework.xd.analytics.metrics.core
A marker interface for Gauge repositories.
GaugeResource - Class in org.springframework.xd.rest.domain.metrics
The REST representation of a Gauge.
GaugeResource() - Constructor for class org.springframework.xd.rest.domain.metrics.GaugeResource
No-arg constructor for serialization frameworks.
GaugeResource(String, long) - Constructor for class org.springframework.xd.rest.domain.metrics.GaugeResource
 
GaugesController - Class in org.springframework.xd.dirt.rest.metrics
Exposes representations of Gauges.
GaugesController(GaugeRepository) - Constructor for class org.springframework.xd.dirt.rest.metrics.GaugesController
 
GaugeTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the Gauge part of the metrics API.
GaugeTemplate(AbstractTemplate) - Constructor for class org.springframework.xd.rest.client.impl.GaugeTemplate
 
GemfireCQSourceOptionsMetadata - Class in org.springframework.xd.gemfire
Describes options to the gemfire-cq source module.
GemfireCQSourceOptionsMetadata() - Constructor for class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
GemfireServerSinkModuleOptionsMetadata - Class in org.springframework.xd.gemfire
Captures module options for the "gemfire-server" and "gemfire-json-server" sink modules.
GemfireServerSinkModuleOptionsMetadata() - Constructor for class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
GemfireSourceOptionsMetadata - Class in org.springframework.xd.gemfire
Describes options to the gemfire source module.
GemfireSourceOptionsMetadata() - Constructor for class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
generateModuleFromJackson(String, Map<?, ?>) - Static method in class org.springframework.xd.integration.util.jmxresult.Module
Retrieves the module data from the key and value data returned from Jackson.
generateSplunkEvent(Object) - Method in class org.springframework.integration.x.splunk.SplunkTransformer
 
GeneratorException - Exception in org.springframework.xd.test.generator
Core exception for generators.
GeneratorException(String, Throwable) - Constructor for exception org.springframework.xd.test.generator.GeneratorException
Constructs a new GeneratorException instance.
get(Object) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
get(Object) - Method in class org.springframework.xd.module.ModuleDeploymentProperties
get(String, String, boolean, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
getAbandonWhenPercentageFull() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getAccessToken() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
getAccessTokenSecret() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
getAckMode() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
getAddresses() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
getAdminServerPort() - Method in class org.springframework.xd.test.RandomConfigurationSupport
 
getAdminServerUrl() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getAggregation() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getAllModuleDeploymentRequests() - Method in class org.springframework.xd.dirt.server.ModuleRedeployer
Get all the module deployment requests.
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.xd.shell.converter.CompletionConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.xd.shell.converter.ExistingXDEntityConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.xd.shell.converter.MediaTypeConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.xd.shell.converter.NumberFormatConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.xd.shell.converter.QualifiedModuleNameConverter
 
getAllRestartableJobs() - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Get all the deployed job names that can be restarted.
getAlpha() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
getAlpha() - Method in class org.springframework.xd.analytics.metrics.metadata.RichGaugeSinkOptionsMetadata
 
getAlpha() - Method in class org.springframework.xd.rest.domain.metrics.RichGaugeResource
 
getApplicationContext() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
getApplicationContext() - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
getApplicationContext() - Method in class org.springframework.xd.module.core.SimpleModule
 
getArguments() - Method in class org.springframework.xd.dirt.stream.dsl.ModuleNode
 
getArgumentsAsProperties() - Method in class org.springframework.xd.dirt.stream.dsl.ModuleNode
 
getAttribute(String) - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
Get the attribute value by given name.
getAttributes() - Method in class org.springframework.xd.dirt.cluster.Container
getAttributes() - Method in class org.springframework.xd.dirt.event.AbstractEvent
 
getAttributes() - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
getAttributes() - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
Get all the container attributes.
getAvailableContainers(URL) - Static method in class org.springframework.xd.integration.util.StreamUtils
Creates a map of container Id's and the associated host.
getAverage() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
Either an exponential weighted moving average or a simple mean, respectively, depending on whether the weight 'alpha' has been set for this gauge.
getAverage() - Method in class org.springframework.xd.rest.domain.metrics.RichGaugeResource
Return the average value for the gauge.
getBackOffInitialInterval(long) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the 'backOffInitialInterval' property or the default value.
getBackOffMaxInterval(long) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the 'backOffMaxInterval' property or the default value.
getBackOffMultiplier(double) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the 'backOffMultiplier' property or the default value.
getBanner() - Method in class org.springframework.xd.shell.XDShellBannerProvider
 
getBaseDir() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getBaseFilename() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getBaseFilename() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getBaseFilename() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getBaseFilename() - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
getBasePath() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getBasePath() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getBasePath() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getBasePath() - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
getBcc() - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
getBean(String, Class<T>) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
getBeanClass(Element) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterParser
 
getBeanFactory() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
getBigDecimal(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBigDecimal(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBigDecimal(String, BigDecimal) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBigDecimal(int, BigDecimal) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBigDecimal(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'BigDecimal' value at index 'index'.
getBigDecimal(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'BigDecimal' value from column with given 'name'.
getBigDecimal(int, BigDecimal) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'BigDecimal' value at index 'index'.
getBigDecimal(String, BigDecimal) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'BigDecimal' value from column with given 'name'.
getBoolean(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBoolean(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBoolean(int, String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBoolean(String, String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getBoolean(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'boolean' value at index 'index'.
getBoolean(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'boolean' value from field with given 'name'.
getBoolean(int, String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'boolean' value at index 'index'.
getBoolean(String, String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'boolean' value from column with given 'name'.
getBufferSize() - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.BufferSizeMixin
 
getByte(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getByte(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getByte(String, byte) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getByte(int, byte) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getByte(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'byte' value at index 'index'.
getByte(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'byte' value from column with given 'name'.
getByte(int, byte) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'byte' value at index 'index'.
getByte(String, byte) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'byte' value from column with given 'name'.
getBytesWritten() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getBytesWritten() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getBytesWritten() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getCacheEventExpression() - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
getCandidateTypes() - Method in exception org.springframework.xd.dirt.module.NoSuchModuleException
 
getCc() - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
getChannel() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
getChannelName() - Method in class org.springframework.xd.dirt.stream.dsl.SinkChannelNode
 
getChannelName() - Method in class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
getChannelNode() - Method in class org.springframework.xd.dirt.stream.dsl.SinkChannelNode
 
getChannelNode() - Method in class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
getChannelType() - Method in class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
getChar(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getChar(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getChar(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'char' value at index 'index'.
getChar(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'char' value from field with given 'name'.
getCharset() - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
getCharset() - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
getCharset() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
getCharset() - Method in class org.springframework.xd.module.options.mixins.FromStringCharsetMixin
 
getCharset() - Method in class org.springframework.xd.module.options.mixins.ToStringCharsetMixin
 
getCheckpointPointer() - Method in exception org.springframework.xd.dirt.stream.dsl.CheckpointedStreamDefinitionException
 
getCheckpointPosition() - Method in exception org.springframework.xd.dirt.stream.dsl.CheckpointedStreamDefinitionException
 
getChildren() - Method in class org.springframework.xd.module.ModuleDescriptor
If this is a composite module, this list contains the modules that this module consists of; otherwise this list is empty.
getClassName() - Method in enum org.springframework.xd.dirt.job.StepType
 
getClassName() - Method in enum org.springframework.xd.dirt.job.TaskletType
 
getClasspath() - Method in interface org.springframework.xd.dirt.module.store.ModuleDefinitionMixin
 
getClasspath() - Method in class org.springframework.xd.module.ModuleDefinition
 
getClient() - Method in class org.springframework.xd.dirt.server.ModuleRedeployer
Return the Curator framework client.
getClient() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Provides access to the underlying CuratorFramework instance.
getClientId() - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
getClientId() - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
getClientId() - Method in class org.springframework.xd.dirt.modules.metadata.MqttSourceOptionsMetadata
 
getClientPort() - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Returns the port that clients should use to connect to this embedded server.
getClientTimeZone() - Method in class org.springframework.xd.shell.Configuration
 
getCodec() - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
getCollectionName() - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
getColumns() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
getColumns() - Method in class org.springframework.xd.jdbc.JdbcMessagePayloadTransformer
 
getColumns() - Method in class org.springframework.xd.jdbc.JdbcSinkModuleOptionsMetadata
 
getComponent(Class<T>) - Method in class org.springframework.xd.module.core.CompositeModule
 
getComponent(String, Class<T>) - Method in class org.springframework.xd.module.core.CompositeModule
 
getComponent(Class<T>) - Method in interface org.springframework.xd.module.core.Module
 
getComponent(String, Class<T>) - Method in interface org.springframework.xd.module.core.Module
 
getComponent(Class<T>) - Method in class org.springframework.xd.module.core.SimpleModule
 
getComponent(String, Class<T>) - Method in class org.springframework.xd.module.core.SimpleModule
 
getComponentType() - Method in class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
 
getComponentType() - Method in class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapter
 
getComponentType() - Method in class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
 
getComposedModuleDefinitions() - Method in class org.springframework.xd.module.ModuleDefinition
 
getComputedNativeOptions() - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
getConcurrency(int) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the 'concurrency' property or the default value.
getConcurrency() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
getConfiguration() - Method in class org.springframework.xd.shell.hadoop.ConfigurationModifiedEvent
 
getConfiguration() - Method in class org.springframework.xd.test.hadoop.HadoopFileSystemTestSupport
 
getConnectionProperties() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getConnectTimeout() - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
getConsumerKey() - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
getConsumerSecret() - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
getContainer() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Return the container name.
getContainer() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Return the container name.
getContainer() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Return the container name.
getContainer() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
 
getContainerId() - Method in class org.springframework.xd.dirt.event.AbstractModuleEvent
 
getContainerId() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getContainerId() - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
Get container id.
getContainerId() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getContainerLogLocation() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getContainerPidsFromURL(URL, String, String) - Static method in class org.springframework.xd.integration.util.StreamUtils
Retrieves the container pids for a remote machine.
getContentType() - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
getContext() - Method in class org.springframework.xd.dirt.server.AdminServerApplication
 
getConverter(Class<T>) - Method in class org.springframework.xd.tuple.LocaleAwareStringToNumberConverterFactory
 
getConverterClass() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
getConverterClass() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
getCorrelation() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getCount() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
getCount() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getCount() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
Return the number of container instances this module should be deployed to.
getCount() - Method in class org.springframework.xd.rest.domain.metrics.RichGaugeResource
 
getCounter() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getCounter() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getCounter() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getCounterFromName(String) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getCounterFromName(String) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getCounterFromName(String) - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getCounts() - Method in class org.springframework.xd.analytics.metrics.core.AggregateCount
 
getCounts(String, int, AggregateCountResolution) - Method in interface org.springframework.xd.analytics.metrics.core.AggregateCounterRepository
Query function which returns the last 'n' points for a particular resolution.
getCounts(String, Interval, AggregateCountResolution) - Method in interface org.springframework.xd.analytics.metrics.core.AggregateCounterRepository
Query function to allow the counts for a specific interval to be retrieved.
getCounts(String, int, DateTime, AggregateCountResolution) - Method in interface org.springframework.xd.analytics.metrics.core.AggregateCounterRepository
Queries by requesting a number of points, ending on the given date (inclusive).
getCounts(String, int, AggregateCountResolution) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
getCounts(String, Interval, AggregateCountResolution) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
getCounts(String, int, DateTime, AggregateCountResolution) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
getCounts(String, int, AggregateCountResolution) - Method in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
getCounts(String, int, DateTime, AggregateCountResolution) - Method in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
getCounts(String, Interval, AggregateCountResolution) - Method in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
For each query, we need to convert the interval into two variations.
getCriteria() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
Return the criteria expression to evaluate against container attributes to determine deployment candidates for this module.
getCron() - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
getCustomAttributes() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
Retrieve the custom attributes for this container.
getDatabaseName() - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
getDataNodePort() - Method in class org.springframework.xd.integration.util.XdEnvironment
The hadoop data node port that is available for this environment.
getDataSource() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getDate() - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
getDate(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDate(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDate(String, Date) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDate(int, Date) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDate(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in default format at designated column index.
getDate(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in default format at designated column with given name.
getDate(int, Date) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in default format at designated column index using the supplied defaultValue if the field value is a zero length string or null.
getDate(String, Date) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in default format at designated column with given name.
getDateFormat() - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
getDateFormat() - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
getDateFormat() - Method in class org.springframework.xd.module.options.mixins.DateFormatMixin
 
getDateWithPattern(int, String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDateWithPattern(String, String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDateWithPattern(int, String, Date) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDateWithPattern(String, String, Date) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDateWithPattern(int, String) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in default format at designated column index.
getDateWithPattern(String, String) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in given format from column with given name.
getDateWithPattern(int, String, Date) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in default format at designated column index.
getDateWithPattern(String, String, Date) - Method in interface org.springframework.xd.tuple.Tuple
Read the java.util.Date value in given format from column with given name.
getDbkind() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getDecoder() - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.DecoderMixin
 
getDefaultDateFormat() - Static method in class org.springframework.xd.rest.domain.util.TimeUtils
 
getDefaultDateTimeFormat() - Static method in class org.springframework.xd.rest.domain.util.TimeUtils
 
getDefaultDurationFormat() - Static method in class org.springframework.xd.rest.domain.util.TimeUtils
 
getDefaultMetaVariable() - Method in class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandler
 
getDefaultTimeFormat() - Static method in class org.springframework.xd.rest.domain.util.TimeUtils
 
getDefaultTimeZone() - Static method in class org.springframework.xd.rest.domain.util.TimeUtils
 
getDefaultValue() - Method in class org.springframework.xd.module.options.ModuleOption
 
getDefaultValue() - Method in class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource.Option
 
getDefinition() - Method in class org.springframework.xd.dirt.core.BaseDefinition
Returns a String representation of the desired data flow, expressed in the XD DSL.
getDefinition() - Method in class org.springframework.xd.dirt.stream.BaseInstance
Return the underlying definition.
getDefinition() - Method in class org.springframework.xd.module.ModuleDefinition
 
getDefinition() - Method in class org.springframework.xd.rest.domain.JobDefinitionResource
 
getDefinition() - Method in class org.springframework.xd.rest.domain.StreamDefinitionResource
 
getDefinitionRepository() - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
getDelay() - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
getDeleteFiles() - Method in class org.springframework.xd.module.options.mixins.BatchJobDeleteFilesOptionMixin
 
getDelimiter() - Method in class org.springframework.xd.module.options.mixins.BatchJobFieldDelimiterOptionMixin
 
getDeliveryMode() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
getDependents() - Method in exception org.springframework.xd.dirt.module.DependencyException
 
getDeployedModules() - Method in class org.springframework.xd.dirt.cluster.DetailedContainer
 
getDeployedModules() - Method in class org.springframework.xd.dirt.module.ModuleDeployer
 
getDeployedModules() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Get all currently deployed modules.
getDeployedModules() - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
Get the list of deployed modules.
getDeployer() - Method in class org.springframework.xd.dirt.rest.XDController
 
getDeploymentOrderIterator() - Method in class org.springframework.xd.dirt.core.Stream
Return an iterator that indicates the order of module deployments for this stream.
getDeploymentPath(D) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
Return the ZooKeeper path used for deployment requests for the given definition.
getDeploymentPath(JobDefinition) - Method in class org.springframework.xd.dirt.stream.JobDeployer
 
getDeploymentPath(StreamDefinition) - Method in class org.springframework.xd.dirt.stream.StreamDeployer
Return the ZooKeeper path used for deployment requests for the given definition.
getDeploymentProperties() - Method in interface org.springframework.xd.dirt.core.DeploymentUnit
Properties used to indicate deployment information for this deployment unit.
getDeploymentProperties() - Method in class org.springframework.xd.dirt.core.Job
Return the deployment properties for this job.
getDeploymentProperties() - Method in class org.springframework.xd.dirt.core.Stream
Return the deployment properties for this stream.
getDeploymentProperties() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getDeploymentProperties() - Method in class org.springframework.xd.module.core.AbstractModule
 
getDeploymentProperties() - Method in interface org.springframework.xd.module.core.Module
 
getDeploymentProperties() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getDeploymentSize() - Method in class org.springframework.xd.dirt.cluster.DetailedContainer
 
getDeploymentSize() - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
Get the number of modules deployed into the container.
getDeploymentStatus(ID) - Method in interface org.springframework.xd.dirt.core.DeploymentStatusRepository
For the given deployment unit id, return the deployment status.
getDeploymentStatus() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getDeploymentStatus(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
getDeploymentStatus(String) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
getDeploymentStatus() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getDeploymentUnitName() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Return the deployment unit name.
getDeploymentUnitName() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Return the deployment unit (Stream/Job) name.
getDescription() - Method in class org.springframework.xd.module.options.ModuleOption
 
getDescription() - Method in class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource.Option
 
getDescriptor() - Method in class org.springframework.xd.module.core.AbstractModule
 
getDescriptor() - Method in interface org.springframework.xd.module.core.Module
 
getDestination() - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
getDir() - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
getDirectory() - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
getDirectory() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
getDispatcher() - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
getDisplayableContents() - Method in class org.springframework.xd.shell.Target.Credentials
 
getDisplayName() - Method in enum org.springframework.xd.dirt.job.StepType
 
getDisplayName() - Method in enum org.springframework.xd.dirt.job.TaskletType
 
getDouble(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDouble(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDouble(String, double) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDouble(int, double) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getDouble(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'double' value at index 'index'.
getDouble(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'double' value from column with given 'name'.
getDouble(int, double) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'double' value at index 'index'.
getDouble(String, double) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'double' value from column with given 'name'.
getDriverClassName() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getDriverClassName() - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
getDslName() - Method in class org.springframework.xd.test.fixtures.AbstractMetricSink
 
getDuration() - Method in class org.springframework.xd.dirt.job.DetailedJobInfo
 
getDuration() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getDuration() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getDuration() - Method in class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
getDuration() - Method in class org.springframework.xd.rest.domain.DetailedJobInfoResource
 
getDuration() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getDuration() - Method in class org.springframework.xd.rest.domain.StepExecutionProgressInfoResource
 
getDurationMillis() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getEC2RunningInstances(String, String, String) - Static method in class org.springframework.xd.integration.util.StreamUtils
Returns a list of active instances from the specified ec2 region.
getEncoder() - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.EncoderMixin
 
getEndMessage() - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
getEndMessage() - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerOptionsMetadata
 
getEndpoint() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
getEndPos() - Method in class org.springframework.xd.dirt.stream.dsl.AstNode
 
getErrorDescription() - Method in class org.springframework.xd.dirt.core.DeploymentUnitStatus
Return the error description for the deployment unit; may be null.
getErrorDescription() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
 
getEstimatedPercentComplete() - Method in class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
getEstimatedPercentCompleteMessage() - Method in class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
getExchange() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
getExecutionCount() - Method in class org.springframework.xd.dirt.job.JobInfo
 
getExecutionCount() - Method in class org.springframework.xd.rest.domain.JobInfoResource
 
getExecutionId() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getExecutionId() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getExitCode() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getExitStatus() - Method in class org.springframework.xd.dirt.job.DetailedJobInfo
 
getExitStatus() - Method in class org.springframework.xd.rest.domain.DetailedJobInfoResource
 
getExpression() - Method in class org.springframework.xd.dirt.modules.metadata.LogSinkOptionsMetadata
 
getExpression() - Method in class org.springframework.xd.dirt.modules.metadata.SplitterProcessorOptionsMetadata
 
getExpression() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
getExpression() - Method in class org.springframework.xd.module.options.mixins.ExpressionOrScriptMixin
 
getExpressionString() - Method in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
getExpressionStringUntilCheckpoint() - Method in exception org.springframework.xd.dirt.stream.dsl.CheckpointedStreamDefinitionException
Return the parsed expression until the last known, well formed position.
getExtensionsBasePackages() - Method in class org.springframework.xd.dirt.container.initializer.AbstractComponentScanningBeanDefinitionProvider
 
getExtensionsBasePackages() - Method in class org.springframework.xd.dirt.container.initializer.PluginContextComponentScanningExtensionsInitializer
 
getExtensionsLocations() - Method in class org.springframework.xd.dirt.container.initializer.AbstractResourceBeanDefinitionProvider
Subclasses implement this to return extensions locations (null is ok).
getExtensionsLocations() - Method in class org.springframework.xd.dirt.container.initializer.PluginContextResourceExtensionsInitializer
 
getExtensionsLocations() - Method in class org.springframework.xd.dirt.container.initializer.PluginsInitializer
 
getExtensionWithDot() - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
Return dot + suffix if suffix is set, or the empty string otherwise.
getFieldCount() - Method in class org.springframework.xd.tuple.DefaultTuple
 
getFieldCount() - Method in interface org.springframework.xd.tuple.Tuple
Return the number of fields in this tuple.
getFieldMappingEntrySplitToken() - Method in class org.springframework.xd.analytics.ml.AbstractFieldMappingAwareDataMapper
 
getFieldName() - Method in class org.springframework.xd.analytics.metrics.metadata.FieldValueCounterSinkOptionsMetadata
 
getFieldNames() - Method in class org.springframework.xd.tuple.DefaultTuple
Return the values for all the fields in this tuple
getFieldNames() - Method in interface org.springframework.xd.tuple.Tuple
Return the fields names that can reference elements by name in this tuple
getFieldTypes() - Method in class org.springframework.xd.tuple.DefaultTuple
 
getFieldTypes() - Method in interface org.springframework.xd.tuple.Tuple
Return the Java types of the fields in this tuple.
getFieldValueCount() - Method in class org.springframework.xd.analytics.metrics.core.FieldValueCounter
 
getFieldValueCounts() - Method in class org.springframework.xd.rest.domain.metrics.FieldValueCounterResource
 
getFileContentsFromHdfs(String) - Method in class org.springframework.xd.integration.util.HadoopUtils
Retrieves the file from the hdfs file system.
getFileDelay() - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
getFileExtension() - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
getFileExtension() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
getFileName() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getFileName() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getFileName() - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
getFileName() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getFileName() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
getFileStatus(String) - Method in class org.springframework.xd.integration.util.HadoopUtils
Retrieves the file status for the file path specified.
getFileSuffix() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getFileSuffix() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getFileSuffix() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getFileSuffix() - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
getFileSystem() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getFileSystem() - Method in class org.springframework.xd.batch.item.hadoop.HdfsTextItemWriter
 
getFileSystem() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getFileSystem() - Method in class org.springframework.xd.batch.item.hadoop.SimpleHdfsTextItemWriter
 
getFileSystem() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getFileSystem() - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriter
 
getFilterLevel() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
getFinished() - Method in class org.springframework.xd.rest.domain.StepExecutionProgressInfoResource
 
getFixedDelay() - Method in class org.springframework.xd.dirt.modules.metadata.TimeSourceOptionsMetadata
 
getFixedDelay() - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
getFixedDelay() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
getFixedDelay() - Method in class org.springframework.xd.tcp.TcpClientSourceOptionsMetadata
 
getFloat(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getFloat(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getFloat(String, float) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getFloat(int, float) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getFloat(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'float' value at index 'index'.
getFloat(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'float' value from column with given 'name'.
getFloat(int, float) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'float' value at index 'index'.
getFloat(String, float) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'float' value from column with given 'name'.
getFolder() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
getFollow() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
getFormat() - Method in class org.springframework.xd.dirt.modules.metadata.TimeSourceOptionsMetadata
 
getFraming() - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
getFrom() - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
getFromEnd() - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
getFsUri() - Method in class org.springframework.xd.module.options.mixins.HadoopConfigurationMixin
 
getGeocode() - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
getGroup() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return name of deployable unit this module instance belongs to (such as a stream or job).
getGroup() - Method in class org.springframework.xd.module.ModuleDescriptor
Return name of deployable unit this module instance belongs to (such as a stream or job).
getGroup() - Method in class org.springframework.xd.module.ModuleDescriptor.Key
Return the name of the stream.
getGroups() - Method in class org.springframework.xd.dirt.cluster.Container
Return the set of groups this container belongs to.
getGroups() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
getGroups() - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
Get container group(s).
getHADOOP_DISTRO() - Method in class org.springframework.xd.dirt.server.options.ContainerOptions
 
getHADOOP_DISTRO() - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
getHadoopConfiguration() - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
Gets the hadoop configuration.
getHeaderBorder(Map<Integer, TableHeader>) - Static method in class org.springframework.xd.shell.util.UiUtils
Renders the Table header border, based on the map of provided headers.
getHeaders() - Method in class org.springframework.xd.shell.util.Table
 
getHost() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
getHost() - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
getHost() - Static method in class org.springframework.xd.dirt.util.RuntimeUtils
Return the name of the host for the machine running this process.
getHost() - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
getHost() - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
getHost() - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
getHost() - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
getHost() - Method in class org.springframework.xd.mail.MailServerMixin
 
getHost() - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
getHost() - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
getHost() - Method in class org.springframework.xd.tcp.ClientTcpConnectionFactoryOptionsMetadataMixin
 
getHostname() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getHttp(String) - Method in class org.springframework.xd.shell.command.HttpCommands
 
getHttpMethod() - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
getHttpPort() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getId() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
getId() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getId() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getId() - Method in class org.springframework.xd.tuple.DefaultTuple
 
getId() - Method in interface org.springframework.xd.tuple.Tuple
Get the unique Id of this tuple, not included in comparisons for equality.
getIdField() - Method in class org.springframework.xd.dirt.modules.metadata.HdfsMongodbJobOptionsMetadata
 
getIdGenerator() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
getIdGenerator() - Static method in class org.springframework.xd.tuple.DefaultTuple
 
getIndex() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return position in stream/job definition relative to the other modules in the definition.
getIndex() - Method in class org.springframework.xd.module.ModuleDescriptor
Return position in stream/job definition relative to the other modules in the definition.
getIndexOfLabel(String) - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getInitializeDatabase() - Method in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
getInitializerScript() - Method in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
getInitialSize() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getInitSQL() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getInputChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractJobPlugin
 
getInputChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
getInputChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractStreamPlugin
 
getInserts() - Method in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
getInstanceId() - Method in class org.springframework.xd.dirt.job.JobInstanceInfo
 
getInstanceId() - Method in class org.springframework.xd.rest.domain.JobInstanceInfoResource
 
getInt(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getInt(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getInt(String, int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getInt(int, int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getInt(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'int' value at index 'index'.
getInt(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'int' value from column with given 'name'.
getInt(int, int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'int' value at index 'index'.
getInt(String, int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'int' value from column with given 'name'.
getInterval() - Method in class org.springframework.xd.analytics.metrics.core.AggregateCount
 
getIp() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
getIpAddress() - Static method in class org.springframework.xd.dirt.util.RuntimeUtils
Return a non loopback IPv4 address for the machine running this process.
getJavaTypeForContentType(MimeType, ClassLoader) - Static method in class org.springframework.xd.dirt.integration.bus.converter.MessageConverterUtils
Map the contentType to a target class.
getJdbcInterceptors() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getJdbcTemplate() - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
 
getJdbcTemplate() - Method in class org.springframework.xd.test.fixtures.JdbcSink
 
getJmsHost() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getJmsPort() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getJmxPort() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getJob(String) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Get simple batch job representation for the given job name.
getJob(String) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobService
 
getJobExecution() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getJobExecution() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getJobExecutionId() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getJobExecutionId() - Method in class org.springframework.xd.rest.domain.StepExecutionInfoResource
 
getJobExecutionInfo(long) - Method in class org.springframework.xd.dirt.rest.BatchJobExecutionsController
 
getJobExecutions() - Method in class org.springframework.xd.dirt.job.JobInstanceInfo
 
getJobExecutions() - Method in class org.springframework.xd.rest.domain.JobInstanceInfoResource
 
getJobId() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getJobId() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getJobInstance() - Method in class org.springframework.xd.dirt.job.JobInstanceInfo
 
getJobInstance(long) - Method in class org.springframework.xd.dirt.rest.BatchJobInstancesController
Return job instance info by the given instance id.
getJobInstanceId() - Method in class org.springframework.xd.dirt.job.JobInfo
 
getJobInstanceId() - Method in class org.springframework.xd.rest.domain.JobInfoResource
 
getJobModuleDescriptor() - Method in class org.springframework.xd.dirt.core.Job
Return the job module descriptor.
getJobName() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Return the job name.
getJobName() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getJobName() - Method in class org.springframework.xd.rest.domain.JobInstanceInfoResource
 
getJobNames() - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Get all the deployed job names.
getJobParameters() - Method in class org.springframework.xd.dirt.job.DetailedJobInfo
 
getJobParameters() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getJobParameters(Properties) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
If ExpandedJobParametersConverter.makeParametersUnique is true the JobParameter with key ExpandedJobParametersConverter.UNIQUE_JOB_PARAMETER_KEY will be added with a random number value.
getJobParameters() - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
Please ensure that JobParametersBean.afterPropertiesSet() is called before obtaining the JobParameters.
getJobParameters() - Method in class org.springframework.xd.rest.domain.DetailedJobInfoResource
 
getJobParameters() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getJobParametersAsString(JobParameters) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
This method will convert JobParameters to a JSON String.
getJobParametersAsString(JobParameters, boolean) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
This method will convert JobParameters to a JSON String.
getJobParametersForFile(File) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Return JobParameters for the passed-in File.
getJobParametersForJsonString(String) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Converts a String-based JSON map to JobParameters.
getJobParametersForMap(Map<?, ?>) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Will convert the provided Map into JobParameters.
getJobParametersString() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getJobParametersString() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getJobStepNames(String) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
Get all the steps' names of a given job name.
getJvmTimeZone() - Static method in class org.springframework.xd.rest.domain.util.TimeUtils
 
getKey() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
 
getKeyExpression() - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
getKind() - Method in class org.springframework.xd.dirt.stream.dsl.Token
 
getKind() - Method in enum org.springframework.xd.dirt.stream.dsl.XDDSLMessages
 
getKryoInstance() - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.FileCodec
 
getKryoInstance() - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.PojoCodec
 
getKryoInstance() - Method in class org.springframework.xd.dirt.integration.bus.serializer.kryo.TupleCodec
 
getLabel() - Method in class org.springframework.xd.module.ModuleDescriptor.Key
Return the module label.
getLabelName() - Method in class org.springframework.xd.dirt.stream.dsl.LabelNode
 
getLabelName() - Method in class org.springframework.xd.dirt.stream.dsl.ModuleNode
Return the label for this module, that is: an explicit label if provided the module name if no label was provided
getLanguage() - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
getLanguage() - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
getLastExecutionInfo() - Method in class org.springframework.xd.dirt.job.DetailedJobInfo
 
getLength() - Method in enum org.springframework.xd.dirt.stream.dsl.TokenKind
 
getLengthFieldLength() - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
getLevel() - Method in class org.springframework.xd.dirt.modules.metadata.LogSinkOptionsMetadata
 
getListeners() - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
getLocalContainerPids(String) - Static method in class org.springframework.xd.integration.util.StreamUtils
Retrieves the container pids on the local machine.
getLocalTime(Date) - Method in class org.springframework.xd.shell.Configuration
Returns a String formatted Date/Time using the configured Configuration.clientTimeZone.
getLocalTime(Date, TimeZone) - Static method in class org.springframework.xd.shell.util.CommonUtils
Return a date/time formatted String for the provided Date and TimeZone.
getLocations() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
getLocations() - Method in class org.springframework.xd.dirt.container.initializer.AbstractResourceBeanDefinitionProvider
This will prepend "classpath*:" to each location if no Resource prefix provided.
getLocations() - Method in class org.springframework.xd.dirt.container.initializer.PluginsInitializer
 
getLong(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getLong(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getLong(String, long) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getLong(int, long) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getLong(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'long' value at index 'index'.
getLong(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'int' value from column with given 'name'.
getLong(int, long) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'long' value at index 'index'.
getLong(String, long) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'long' value from column with given 'name'.
getManagementPort() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
getMappedRequestHeaders() - Method in class org.springframework.xd.module.options.mixins.MappedRequestHeadersMixin
 
getMappedResponseHeaders() - Method in class org.springframework.xd.module.options.mixins.MappedResponseHeadersMixin
 
getMax() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
getMax() - Method in class org.springframework.xd.rest.domain.metrics.RichGaugeResource
 
getMaxActive() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getMaxAge() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getMaxAttempts(int) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the 'maxAttempts' property or the default value.
getMaxConcurrency(int) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the 'maxConcurrency' property or the default value.
getMaxConcurrency() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
getMaxIdle() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getMaxSendDuration() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getMaxWait() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getMaxWidth() - Method in class org.springframework.xd.shell.util.TableHeader
 
getMbean() - Method in class org.springframework.xd.integration.util.jmxresult.JMXRequest
 
getMeanErrorRate() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getMeanErrorRatio() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getMeanSendDuration() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getMeanSendRate() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getMessage() - Method in exception org.springframework.xd.dirt.module.NoSuchModuleException
 
getMessage() - Method in exception org.springframework.xd.dirt.stream.dsl.CheckpointedStreamDefinitionException
 
getMessage() - Method in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
getMessage() - Method in exception org.springframework.xd.rest.client.impl.SpringXDException
 
getMessageCode() - Method in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
getMessageRates() - Method in class org.springframework.xd.dirt.cluster.DetailedContainer
 
getMessageRates() - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
 
getMetricKey(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
Provides the key for a named metric.
getMin() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
getMin() - Method in class org.springframework.xd.rest.domain.metrics.RichGaugeResource
 
getMinEvictableIdleTimeMillis() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getMinIdle() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getMinSendDuration() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getMode() - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
getModule(String) - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
Find the first reference to the named module in the stream.
getModule(String, String, int) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Get a deployed module instance.
getModuleChannel() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getModuleDefinition() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
 
getModuleDefinition() - Method in class org.springframework.xd.module.ModuleDescriptor
Return the ModuleDefinition for this module.
getModuleDefinitionRepository() - Method in class org.springframework.xd.dirt.stream.CompositeModuleDefinitionService
 
getModuleDefinitions() - Method in class org.springframework.xd.dirt.core.BaseDefinition
 
getModuleDescriptor(String) - Method in class org.springframework.xd.dirt.core.Stream
Return the module descriptor for the provided label and type.
getModuleDescriptors() - Method in interface org.springframework.xd.dirt.core.DeploymentUnit
List of modules that comprise this deployment unit.
getModuleDescriptors() - Method in class org.springframework.xd.dirt.core.Job
List of modules that comprise this deployment unit.
getModuleDescriptors() - Method in class org.springframework.xd.dirt.core.Stream
Return the ordered list of modules for this stream as a List.
getModuleDescriptorsAsDeque() - Method in class org.springframework.xd.dirt.core.Stream
Return the ordered list of modules for this stream.
getModuleId() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getModuleInstanceAsString() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Return the string representation of the module instance that has the following dot limited values.
getModuleInstanceAsString() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Return the string representation of the module instance that has the following dot limited values.
getModuleInstanceAsString() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Return the string representation of the module instance that has the following dot limited values.
getModuleLabel() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Return the module label.
getModuleLabel() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Return the module label.
getModuleLabel() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Return the module label.
getModuleLabel() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Return the module label.
getModuleLabel() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return symbolic name of a module.
getModuleLabel() - Method in class org.springframework.xd.module.ModuleDescriptor
Return symbolic name of a module.
getModuleName() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getModuleName() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return name of module.
getModuleName() - Method in class org.springframework.xd.module.ModuleDescriptor
Return name of module.
getModuleNodes() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getModuleOptions() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getModuleOptions() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getModuleOptionsMetadata() - Method in interface org.springframework.xd.dirt.module.store.ModuleDefinitionMixin
 
getModules() - Method in class org.springframework.xd.integration.util.jmxresult.JMXValue
 
getModuleSequence() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Return the module sequence.
getModuleSequence() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Return the module sequence.
getModuleSequence() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Return the module sequence.
getModuleSequence() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Return the module sequence.
getModuleSequence() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
 
getModuleSequenceAsString() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Return the module sequence as string.
getModuleSequenceAsString() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Return the module sequence as string.
getModuleSequenceAsString() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Return the module sequence as string.
getModuleSequenceAsString() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
 
getModulesForDeploymentUnit(Collection<ModuleDeploymentRequestsPath>, String) - Static method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Return all the modules for a given deployment unit name.
getModuleType() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Return the module type.
getModuleType() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Return the module type.
getModuleType() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Return the module type.
getModuleType() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Return the module type.
getModuleType() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getModuleType() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getMongoDbFactory() - Method in class org.springframework.xd.integration.util.XdEnvironment
The mongo db factory to be used for the tests.
getMongoHost() - Method in class org.springframework.xd.integration.util.XdEnvironment
Retrieves the host where the mongo server is running.
getMongoPort() - Method in class org.springframework.xd.integration.util.XdEnvironment
Retrieves the port that the mongo server is monitoring.
getName() - Method in class org.springframework.xd.analytics.metrics.core.AggregateCount
 
getName() - Method in class org.springframework.xd.analytics.metrics.core.Counter
 
getName() - Method in class org.springframework.xd.analytics.metrics.core.FieldValueCounter
 
getName() - Method in class org.springframework.xd.analytics.metrics.core.Gauge
 
getName() - Method in interface org.springframework.xd.analytics.metrics.core.Metric
Return the name of the metric.
getName() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
getName() - Method in class org.springframework.xd.analytics.metrics.metadata.MetricNameMixin
 
getName() - Method in class org.springframework.xd.dirt.cluster.Container
Return the container name.
getName() - Method in class org.springframework.xd.dirt.core.BaseDefinition
Returns a unique name given to that stream definition.
getName() - Method in interface org.springframework.xd.dirt.core.DeploymentUnit
The name for this deployment unit, typically used as a unique identifier for this deployment unit type.
getName() - Method in class org.springframework.xd.dirt.core.Job
Return the name of this job.
getName() - Method in class org.springframework.xd.dirt.core.Stream
Return the name of this stream.
getName() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
getName() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getName() - Method in class org.springframework.xd.dirt.job.JobInfo
 
getName() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getName() - Method in exception org.springframework.xd.dirt.module.DependencyException
 
getName() - Method in exception org.springframework.xd.dirt.module.ModuleAlreadyExistsException
 
getName() - Method in exception org.springframework.xd.dirt.module.NoSuchModuleException
 
getName() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getName() - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
getName() - Method in class org.springframework.xd.dirt.modules.metadata.LogSinkOptionsMetadata
 
getName() - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
getName() - Method in class org.springframework.xd.dirt.stream.dsl.ArgumentNode
 
getName() - Method in class org.springframework.xd.dirt.stream.dsl.ModuleNode
 
getName() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getName() - Method in class org.springframework.xd.module.core.AbstractModule
 
getName() - Method in interface org.springframework.xd.module.core.Module
 
getName() - Method in class org.springframework.xd.module.ModuleDefinition
 
getName() - Method in class org.springframework.xd.module.options.ModuleOption
 
getName() - Method in class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource.Option
 
getName() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getName() - Method in class org.springframework.xd.rest.domain.JobInfoResource
 
getName() - Method in class org.springframework.xd.rest.domain.ModuleDefinitionResource
 
getName() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getName() - Method in class org.springframework.xd.rest.domain.NamedResource
Return the name of the represented entity.
getName() - Method in class org.springframework.xd.shell.util.TableHeader
 
getName() - Method in class org.springframework.xd.test.fixtures.AbstractMetricSink
 
getNameNode() - Method in class org.springframework.xd.integration.util.XdEnvironment
The hadoop name node that is available for this environment.
getNames() - Method in class org.springframework.xd.module.options.mixins.BatchJobFieldNamesOptionMixin
 
getNumberFormat() - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
getObject() - Method in class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
getObject() - Method in class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
getObject() - Method in class org.springframework.xd.integration.hadoop.config.DatasetWritingMessageHandlerFactoryBean
 
getObject() - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
getObject() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
getObject() - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
getObject() - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
getObjectName(Object, String) - Method in class org.springframework.xd.dirt.module.jmx.ModuleObjectNamingStrategy
 
getObjectType() - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean
 
getObjectType() - Method in class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
getObjectType() - Method in class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
getObjectType() - Method in class org.springframework.xd.integration.hadoop.config.DatasetWritingMessageHandlerFactoryBean
 
getObjectType() - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
getObjectType() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
getObjectType() - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
getObjectType() - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
getOffendingName() - Method in exception org.springframework.xd.dirt.analytics.NoSuchMetricException
Return the name that was not found.
getOffendingName() - Method in exception org.springframework.xd.dirt.stream.AlreadyDeployedException
Return the name of the already deployed definition.
getOffendingName() - Method in exception org.springframework.xd.dirt.stream.DefinitionAlreadyExistsException
Return the definition name that was in conflict.
getOffendingName() - Method in exception org.springframework.xd.dirt.stream.NoSuchDefinitionException
Return the name of the definition that could not be found.
getOffendingName() - Method in exception org.springframework.xd.dirt.stream.NotDeployedException
Return the name of the definition that could not be found.
getOptions() - Method in class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource
 
getOrCreate(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryGaugeRepository
 
getOrCreate(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
getOrCreate(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryRichGaugeRepository
 
getOrder() - Method in class org.springframework.xd.dirt.container.initializer.AbstractComponentScanningBeanDefinitionProvider
 
getOrder() - Method in class org.springframework.xd.dirt.container.initializer.PluginContextComponentScanningExtensionsInitializer
 
getOrder() - Method in class org.springframework.xd.dirt.container.initializer.PluginContextResourceExtensionsInitializer
 
getOrder() - Method in class org.springframework.xd.dirt.container.initializer.PluginsInitializer
 
getOrder() - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
getOrder() - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
getOrder() - Method in class org.springframework.xd.dirt.plugins.job.JobPlugin
 
getOrder() - Method in class org.springframework.xd.dirt.plugins.stream.StreamPlugin
 
getOutputChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractJobPlugin
 
getOutputChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
getOutputChannelName(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractStreamPlugin
 
getOwner() - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
getPagedData(Pageable, List<T>) - Method in class org.springframework.xd.dirt.util.PagingUtility
Get the paged data of the given list.
getParameters() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return parameters for module.
getParameters() - Method in class org.springframework.xd.module.ModuleDescriptor
Return parameters for module.
getPartitionCount() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
The number of partitions for this module.
getPartitionIndex() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
The partition index that this consumer supports.
getPartitionKeyExpression() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
The expression to determine the partition key, evaluated against the message as the root object.
getPartitionKeyExtractorClass() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
A class name for extracting partition keys from messages.
getPartitionResultsTimeout() - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
getPartitionSelectorClass() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
A class name for calculating a partition from a key.
getPartitionSelectorExpression() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
The expression evaluated against the partition key to determine the partition to which the message will be sent.
getPassword() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getPassword() - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
getPassword() - Method in class org.springframework.xd.dirt.modules.metadata.MqttConnectionMixin
 
getPassword() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
getPassword() - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
getPassword() - Method in class org.springframework.xd.mail.MailServerMixin
 
getPassword() - Method in class org.springframework.xd.module.options.types.Password
 
getPassword() - Method in class org.springframework.xd.shell.Target.Credentials
 
getPassword() - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
getPayload() - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
getPercentageComplete() - Method in class org.springframework.xd.rest.domain.StepExecutionProgressInfoResource
 
getPhase() - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
getPhase() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
getPhase() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
getPhase() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
getPid() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
getPid() - Static method in class org.springframework.xd.dirt.util.RuntimeUtils
Return the process id for this process.
getPort() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getPort() - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
getPort() - Method in class org.springframework.xd.dirt.modules.metadata.HttpSourceOptionsMetadata
 
getPORT() - Method in class org.springframework.xd.dirt.server.options.AdminOptions
 
getPORT() - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
getPort() - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
getPort() - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
getPort() - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
getPort() - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
getPort() - Method in class org.springframework.xd.mail.MailServerMixin
 
getPort() - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
getPort() - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
getPort() - Method in class org.springframework.xd.tcp.ClientTcpConnectionFactoryOptionsMetadataMixin
 
getPort() - Method in class org.springframework.xd.tcp.ServerTcpConnectionFactoryOptionsMetadataMixin
 
getPosition() - Method in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
getPrefetch() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
getPrefix() - Method in class org.springframework.xd.store.AbstractRedisRepository
 
getPrivateKey(String) - Static method in class org.springframework.xd.integration.util.ConfigUtil
Retrieves the private key from a file, so we can execute commands on the container.
getPrivateKey() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getPrompt() - Method in class org.springframework.xd.shell.XDShellPromptProvider
 
getProperties() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the underlying properties object.
getProperties() - Method in class org.springframework.xd.module.core.CompositeModule
 
getProperties() - Method in interface org.springframework.xd.module.core.Module
 
getProperties() - Method in class org.springframework.xd.module.core.SimpleModule
 
getPropertiesAccessor() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
getPropertiesFromArtifact() - Static method in class org.springframework.xd.integration.util.ConfigUtil
This method retrieves the information from the artifact and returns it as Properties.
getProperty(String) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the property for the key, or null if it doesn't exist.
getProperty(String, String) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the property for the key, or the default value if the property doesn't exist.
getProperty(String, boolean) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the property for the key, or the default value if the property doesn't exist.
getProperty(String, int) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the property for the key, or the default value if the property doesn't exist.
getProperty(String, long) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the property for the key, or the default value if the property doesn't exist.
getProperty(String, double) - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
Return the property for the key, or the default value if the property doesn't exist.
getProperty(String) - Method in class org.springframework.xd.dirt.server.options.BeanPropertiesPropertySource
 
getProperty(String) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
getPropertyNames() - Method in class org.springframework.xd.dirt.server.options.BeanPropertiesPropertySource
 
getProtocol() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
getProvider() - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
getProviderName() - Method in class org.springframework.xd.shell.XDShellBannerProvider
 
getProviderName() - Method in class org.springframework.xd.shell.XDShellPromptProvider
 
getQos() - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
getQuery() - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
getQuery() - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
getQueues() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
getRabbitConnectionFactory() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
getRabbitMQHost() - Method in class org.springframework.xd.integration.util.XdEnvironment
Default value is the same as the admin server host.
getRawString(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getRawString(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getRawString(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the String value at index 'index' including trailing whitespace (don't trim).
getRawString(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the String value from column with given 'name' including trailing whitespace (don't trim).
getReadTimeout() - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
getReceiveCount() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getReceivedBytes() - Method in class org.springframework.xd.test.fixtures.TcpSink
Return the bytes received by the sink
getReceiveErrorCount() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getRegionName() - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
getRegionName() - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
getRelease() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getRemoveAbandonedTimeout() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getReOpen() - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
getReplyTimeout() - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
getReplyTo() - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
getRequest() - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
getRequest() - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
getRequest() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getResolution() - Method in class org.springframework.xd.analytics.metrics.core.AggregateCount
 
getResource() - Method in interface org.springframework.xd.dirt.module.store.ModuleDefinitionMixin
 
getResource() - Method in class org.springframework.xd.module.ModuleDefinition
 
getResource(String) - Method in class org.springframework.xd.module.support.ParentLastURLClassLoader
 
getResource() - Method in class org.springframework.xd.test.AbstractExternalResourceTestSupport
 
getResources() - Method in class org.springframework.xd.module.options.mixins.BatchJobResourcesOptionMixin
 
getResources(String) - Method in class org.springframework.xd.module.support.ParentLastURLClassLoader
 
getRestartable() - Method in class org.springframework.xd.module.options.mixins.BatchJobRestartableOptionMixin
 
getResultType() - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
getRetryPolicy() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Return the Curator retry policy.
getRollover() - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
getRollover() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
getRolloverThresholdInBytes() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
getRolloverThresholdInBytes() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
getRolloverThresholdInBytes() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
getRolloverThresholdInBytes() - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
getRoutingKey() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
getRows() - Method in class org.springframework.xd.shell.util.Table
 
getRuntimeModules(URL) - Static method in class org.springframework.xd.integration.util.StreamUtils
Return a list of container id's where the module is deployed
getSampleUnit() - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
getSampleUnit() - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerOptionsMetadata
 
getScript() - Method in class org.springframework.xd.module.options.mixins.ExpressionOrScriptMixin
 
getSendCount() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getSendErrorCount() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getSequence() - Method in class org.springframework.xd.module.RuntimeModuleDeploymentProperties
Get the module sequence.
getSequenceAsString() - Method in class org.springframework.xd.module.RuntimeModuleDeploymentProperties
Get the module sequence as string.
getServerProperties() - Method in class org.springframework.xd.batch.hsqldb.server.HSQLServerBean
 
getShort(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getShort(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getShort(String, short) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getShort(int, short) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getShort(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'short' value at index 'index'.
getShort(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'short' value from column with given 'name'.
getShort(int, short) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'short' value at index 'index'.
getShort(String, short) - Method in interface org.springframework.xd.tuple.Tuple
Read the 'short' value from column with given 'name'.
getSingleObject(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Returns a single object from the collection.
getSinkChannelName() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return name of sink channel, if defined by the stream/job definition.
getSinkChannelName() - Method in class org.springframework.xd.module.ModuleDescriptor
Return name of sink channel, if defined by the stream/job definition.
getSinkChannelNode() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getSocketTimeout() - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
getSource() - Method in class org.springframework.xd.dirt.event.AbstractEvent
 
getSourceChannelName() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return name of source channel, if defined by the stream/job definition.
getSourceChannelName() - Method in class org.springframework.xd.module.ModuleDescriptor
Return name of source channel, if defined by the stream/job definition.
getSourceChannelNode() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getSpecificTargetClasses() - Method in class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyPropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.xd.tuple.spel.TuplePropertyAccessor
 
getSpringXDOperations() - Method in class org.springframework.xd.shell.XDShell
 
getSql() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
getSslPropertiesLocation() - Method in class org.springframework.xd.dirt.modules.metadata.HttpSourceOptionsMetadata
 
getSslPropertiesLocation() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
getStackTrace(Throwable) - Static method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Return the full stack trace for a Throwable.
getStandardDeviationSendDuration() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getStartDate() - Method in class org.springframework.xd.dirt.job.DetailedJobInfo
 
getStartDate() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getStartDate() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getStartDate() - Method in class org.springframework.xd.rest.domain.DetailedJobInfoResource
 
getStartDate() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getStartedAt() - Method in class org.springframework.xd.dirt.stream.BaseInstance
 
getStartMessage() - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
getStartMessage() - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerOptionsMetadata
 
getStartPos() - Method in class org.springframework.xd.dirt.stream.dsl.AstNode
 
getStartTime() - Method in class org.springframework.xd.dirt.job.DetailedJobInfo
 
getStartTime() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getStartTime() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getStartTime() - Method in class org.springframework.xd.rest.domain.DetailedJobInfoResource
 
getStartTime() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getState() - Method in class org.springframework.xd.dirt.core.DeploymentUnitStatus
Return the state of the deployment unit.
getState() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
 
getStatus() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getStatus() - Method in class org.springframework.xd.dirt.stream.BaseInstance
 
getStatus() - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
getStatus() - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
getStatus() - Method in class org.springframework.xd.rest.domain.DeployableResource
Return status of the underlying deployment unit, or null if unknown.
getStatus() - Method in class org.springframework.xd.shell.Target
Return the target status, which is either Success or Error.
getStepExecution() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getStepExecution() - Method in class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
getStepExecution() - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
getStepExecution() - Method in class org.springframework.xd.rest.domain.StepExecutionInfoResource
 
getStepExecution() - Method in class org.springframework.xd.rest.domain.StepExecutionProgressInfoResource
 
getStepExecutionCount() - Method in class org.springframework.xd.dirt.job.DetailedJobInfo
 
getStepExecutionCount() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getStepExecutionCount() - Method in class org.springframework.xd.rest.domain.DetailedJobInfoResource
 
getStepExecutionCount() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getStepExecutionHistory() - Method in class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
getStepExecutionHistory() - Method in class org.springframework.xd.rest.domain.StepExecutionProgressInfoResource
 
getStepExecutionId() - Method in class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
getStepType() - Method in class org.springframework.xd.dirt.job.StepExecutionInfo
 
getStepType() - Method in class org.springframework.xd.rest.domain.StepExecutionInfoResource
 
getStore() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getStreamData() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getStreamName() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Return the stream name.
getStreamName() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getStreamText() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
getString(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getString(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getString(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the String value given the field 'name'.
getString(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the String value given the index position
getStringRepresentation() - Method in enum org.springframework.xd.dirt.stream.dsl.ChannelType
 
getSubject() - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
getSubscriptionName() - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
getSuspectTimeout() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getTableName() - Method in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
getTableName() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
getTarget() - Method in class org.springframework.xd.shell.Configuration
Return the Target which encapsulates not only the Target URI but also success/error messages + status.
getTargetCredentials() - Method in class org.springframework.xd.shell.Target
Returns the target credentials
getTargetException() - Method in class org.springframework.xd.shell.Target
If during targeting an error occurred, the resulting Exception is made available for further introspection.
getTargetResultMessage() - Method in class org.springframework.xd.shell.Target
Provides a result message indicating whether the provide Target.getTargetUri() was successfully targeted or not.
getTargetUri() - Method in class org.springframework.xd.shell.Target
 
getTargetUriAsString() - Method in class org.springframework.xd.shell.Target
Returns the target URI as a String.
getTcpPort() - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getTimeField() - Method in class org.springframework.xd.analytics.metrics.metadata.AggregateCounterSinkOptionsMetadata
 
getTimeout() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getTimeSinceLastSend() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
getTimestamp() - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
getTimestamp() - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
getTimestamp() - Method in class org.springframework.xd.tuple.DefaultTuple
 
getTimestamp() - Method in interface org.springframework.xd.tuple.Tuple
Get the creation timestamp of this tuple, not included in comparisons for equality
getTimeZone() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
getTimeZone() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
getTimeZoneNameWithOffset(TimeZone) - Static method in class org.springframework.xd.shell.util.CommonUtils
Returns the timezone name as well as the UTC offset.
getTo() - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
getTokenChars() - Method in enum org.springframework.xd.dirt.stream.dsl.TokenKind
 
getTokenPointer() - Method in exception org.springframework.xd.dirt.stream.dsl.CheckpointedStreamDefinitionException
 
getTokens() - Method in exception org.springframework.xd.dirt.stream.dsl.CheckpointedStreamDefinitionException
 
getTopic() - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
getTopics() - Method in class org.springframework.xd.dirt.modules.metadata.MqttSourceOptionsMetadata
 
getTotal() - Method in class org.springframework.xd.analytics.metrics.core.AggregateCount
 
getTrack() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
getTransport() - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
getTuple(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getTuple(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getTuple(String) - Method in interface org.springframework.xd.tuple.Tuple
Read the Tuple value given the field 'name'.
getTuple(int) - Method in interface org.springframework.xd.tuple.Tuple
Read the Tuple value given the index position
getTwitterAccessToken() - Method in class org.springframework.xd.integration.util.XdEnvironment
The Twitter Access Token
getTwitterAccessTokenSecret() - Method in class org.springframework.xd.integration.util.XdEnvironment
The Twitter Access Token Secret
getTwitterConsumerKey() - Method in class org.springframework.xd.integration.util.XdEnvironment
The twitter consumer key
getTwitterConsumerSecretKey() - Method in class org.springframework.xd.integration.util.XdEnvironment
The twitter consumer secret key
getTxSize() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
getType() - Method in class org.springframework.xd.dirt.event.AbstractEvent
 
getType() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
getType() - Method in exception org.springframework.xd.dirt.module.DependencyException
 
getType() - Method in exception org.springframework.xd.dirt.module.ModuleAlreadyExistsException
 
getType() - Method in class org.springframework.xd.integration.util.jmxresult.JMXRequest
 
getType() - Method in class org.springframework.xd.module.core.AbstractModule
 
getType() - Method in interface org.springframework.xd.module.core.Module
 
getType() - Method in class org.springframework.xd.module.ModuleDefinition
 
getType() - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Return the module type.
getType() - Method in class org.springframework.xd.module.ModuleDescriptor
Return the module type.
getType() - Method in class org.springframework.xd.module.ModuleDescriptor.Key
Return the module type.
getType() - Method in class org.springframework.xd.module.options.ModuleOption
 
getType() - Method in class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource.Option
 
getType() - Method in class org.springframework.xd.rest.domain.ModuleDefinitionResource
 
getUnitName() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
getUnitName() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
getUrl() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getUrl() - Method in class org.springframework.xd.dirt.modules.metadata.MqttConnectionMixin
 
getUrl() - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
getUrl() - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
getUsername() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
getUsername() - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
getUsername() - Method in class org.springframework.xd.dirt.modules.metadata.MqttConnectionMixin
 
getUsername() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
getUsername() - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
getUsername() - Method in class org.springframework.xd.mail.MailServerMixin
 
getUsername() - Method in class org.springframework.xd.shell.Target.Credentials
 
getUsername() - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
getUseSSL() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
getValidationInterval() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getValidationQuery() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getValidatorClassName() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
getValue() - Method in class org.springframework.xd.analytics.metrics.core.Counter
 
getValue() - Method in class org.springframework.xd.analytics.metrics.core.Gauge
 
getValue() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
getValue() - Method in class org.springframework.xd.dirt.stream.dsl.ArgumentNode
 
getValue(Expression, Message<?>, Class<T>) - Method in class org.springframework.xd.integration.hadoop.partition.MessageExpressionMethods
Gets the value.
getValue() - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
getValue() - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
getValue() - Method in class org.springframework.xd.rest.domain.metrics.CounterResource
Return the value for the counter.
getValue() - Method in class org.springframework.xd.rest.domain.metrics.GaugeResource
Return the value for the gauge.
getValue() - Method in class org.springframework.xd.rest.domain.metrics.RichGaugeResource
Return the value for the gauge.
getValue(Integer) - Method in class org.springframework.xd.shell.util.TableRow
Return a value from this row.
getValue(String) - Method in class org.springframework.xd.tuple.batch.TupleSqlParameterSource
 
getValue(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getValue(int) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getValue(String, Class<T>) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getValue(int, Class<T>) - Method in class org.springframework.xd.tuple.DefaultTuple
 
getValue(String) - Method in interface org.springframework.xd.tuple.Tuple
Return the value of the field given the name
getValue(int) - Method in interface org.springframework.xd.tuple.Tuple
Return the value of the field given the index position
getValue(String, Class<T>) - Method in interface org.springframework.xd.tuple.Tuple
Return the value of the field given the name
getValue(int, Class<T>) - Method in interface org.springframework.xd.tuple.Tuple
Return the value of the field given the index position
getValues() - Method in class org.springframework.xd.jdbc.JdbcMessagePayloadTransformer
 
getValues() - Method in class org.springframework.xd.rest.domain.metrics.AggregateCountsResource
Returns a date-sorted view of counts.
getValues() - Method in class org.springframework.xd.tuple.DefaultTuple
Return the values for all the fields in this tuple
getValues() - Method in interface org.springframework.xd.tuple.Tuple
Return the values for all the fields in this tuple
getVersion() - Static method in class org.springframework.xd.dirt.util.BannerUtils
 
getVersion() - Method in class org.springframework.xd.shell.XDShellBannerProvider
Returns the version information as found in the manifest file (set during release).
getVhost() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
getWelcomeMessage() - Method in class org.springframework.xd.shell.XDShellBannerProvider
 
getWidth() - Method in class org.springframework.xd.shell.util.TableHeader
 
getXD_ANALYTICS() - Method in class org.springframework.xd.dirt.server.options.CommonDistributedOptions
 
getXD_ANALYTICS() - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
getXD_CONTAINER_GROUPS() - Method in class org.springframework.xd.dirt.server.options.ContainerOptions
 
getXD_MGMT_PORT() - Method in class org.springframework.xd.dirt.server.options.CommonOptions
 
getXD_TRANSPORT() - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
getZooKeeperConnection() - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
Return the ZooKeeper connection.
getZSetData(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
greenMail - Variable in class org.springframework.xd.test.fixtures.DisposableMailSupport
 
GROUPS_KEY - Static variable in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
groupsToValidate() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
groupsToValidate() - Method in interface org.springframework.xd.module.options.spi.ValidationGroupsProvider
 

H

HadoopConfigurationMixin - Class in org.springframework.xd.module.options.mixins
Factors out common configuration options for Hadoop.
HadoopConfigurationMixin() - Constructor for class org.springframework.xd.module.options.mixins.HadoopConfigurationMixin
 
HadoopFileSystemTestSupport - Class in org.springframework.xd.test.hadoop
 
HadoopFileSystemTestSupport() - Constructor for class org.springframework.xd.test.hadoop.HadoopFileSystemTestSupport
 
HadoopNamespaceHandler - Class in org.springframework.xd.integration.hadoop.config
Namespace handler for Spring Integration's 'hadoop' namespace.
HadoopNamespaceHandler() - Constructor for class org.springframework.xd.integration.hadoop.config.HadoopNamespaceHandler
 
HadoopUtils - Class in org.springframework.xd.integration.util
HDFS shell utilities required for testing hdfs
HadoopUtils(XdEnvironment) - Constructor for class org.springframework.xd.integration.util.HadoopUtils
Initializes the hadoop utils with the name node that was specified in the environment.
handleError(ClientHttpResponse) - Method in class org.springframework.xd.rest.client.impl.VndErrorResponseErrorHandler
 
handleMessage(Message<?>) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.DirectHandler
 
handleMessage(Message<?>) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
handleUnknown(String, Object) - Method in class org.springframework.xd.integration.util.jmxresult.JMXValue
Extracts the module data from the Json.
hasArguments() - Method in class org.springframework.xd.dirt.stream.dsl.ModuleNode
 
HasDisplayValue<T> - Interface in org.springframework.xd.test.fixtures
Marker interface for entities whose 'display' command returns a simple representation.
hasFieldName(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
hasFieldName(String) - Method in interface org.springframework.xd.tuple.Tuple
Return true if the tuple contains a field of the given name
hashCode() - Method in class org.springframework.xd.analytics.metrics.core.Counter
 
hashCode() - Method in class org.springframework.xd.analytics.metrics.core.FieldValueCounter
 
hashCode() - Method in class org.springframework.xd.analytics.metrics.core.Gauge
 
hashCode() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
hashCode() - Method in class org.springframework.xd.dirt.cluster.Container
hashCode() - Method in class org.springframework.xd.dirt.core.BaseDefinition
 
hashCode() - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
hashCode() - Method in class org.springframework.xd.dirt.stream.dsl.Token
 
hashCode() - Method in class org.springframework.xd.module.ModuleDescriptor.Key
hashCode() - Method in class org.springframework.xd.shell.util.Table
 
hashCode() - Method in class org.springframework.xd.shell.util.TableHeader
 
hashCode() - Method in class org.springframework.xd.shell.util.TableRow
 
hashCode() - Method in class org.springframework.xd.tuple.DefaultTuple
 
hashOperations - Variable in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
hasNext() - Method in class org.springframework.xd.dirt.zookeeper.ChildPathIterator
hasPayload() - Method in enum org.springframework.xd.dirt.stream.dsl.TokenKind
 
hasValue(String) - Method in class org.springframework.xd.tuple.batch.TupleSqlParameterSource
 
hdfs() - Method in class org.springframework.xd.integration.fixtures.Sinks
Constructs a hdfs sink with a directory of /xd/acceptancetest & a file name of ACCTEST
HdfsDataStoreMessageHandler - Class in org.springframework.xd.integration.hadoop.outbound
Spring Integration MessageHandler handling Message writing into hdfs using DataStoreWriter.
HdfsDataStoreMessageHandler(DataStoreWriter<String>) - Constructor for class org.springframework.xd.integration.hadoop.outbound.HdfsDataStoreMessageHandler
Instantiates a new hdfs data store message handler.
hdfsJdbcJob() - Method in class org.springframework.xd.integration.fixtures.Jobs
Create an instance of the HdfsJdbc job with the default target dir, fileName, tableName and column names.
HdfsJdbcJob - Class in org.springframework.xd.test.fixtures
A test fixture that represents the HdfsJdbc Job
HdfsJdbcJob(String, String, String, String) - Constructor for class org.springframework.xd.test.fixtures.HdfsJdbcJob
Construct a new HdfsJdbcJob using the provided directory and file names.
hdfsMongoDb() - Method in class org.springframework.xd.integration.fixtures.Jobs
Create a new HdfsMongoDbJob that constructs a job that will read data from hdfs and output to mongo using default values.
HdfsMongoDbJob - Class in org.springframework.xd.test.fixtures
A test fixture that represents the HdfsMongoDb Job
HdfsMongoDbJob(String, String, String, String, String, MongoDbFactory) - Constructor for class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Construct a new HdfsMongoDbJob using the provided directory and file names.
HdfsMongodbJobOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Options for Hdfs to Mongodb export job module.
HdfsMongodbJobOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.HdfsMongodbJobOptionsMetadata
 
HdfsOutboundChannelAdapterParser - Class in org.springframework.xd.integration.hadoop.config
Parser for the 'hdfs-outbound-channel-adapter' element.
HdfsOutboundChannelAdapterParser() - Constructor for class org.springframework.xd.integration.hadoop.config.HdfsOutboundChannelAdapterParser
 
HdfsPartitionDataStoreMessageHandler - Class in org.springframework.xd.integration.hadoop.outbound
Spring Integration MessageHandler handling Message writing into hdfs using PartitionDataStoreWriter.
HdfsPartitionDataStoreMessageHandler(PartitionDataStoreWriter<String, Message<?>>) - Constructor for class org.springframework.xd.integration.hadoop.outbound.HdfsPartitionDataStoreMessageHandler
Instantiates a new hdfs partition data store message handler.
HdfsSink - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the 'hdfs' sink module.
HdfsSink(String, String) - Constructor for class org.springframework.xd.test.fixtures.HdfsSink
Initializes a hdfs file sink fixture;
HdfsStoreMessageHandler - Class in org.springframework.xd.integration.hadoop.outbound
Base implementation of Spring Integration MessageHandler handling Message.
HdfsStoreMessageHandler() - Constructor for class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
HdfsStoreMessageHandlerFactoryBean - Class in org.springframework.xd.integration.hadoop.config
A message handler factory bean which differentiates whether HdfsStoreMessageHandler should be based on either HdfsPartitionDataStoreMessageHandler or HdfsDataStoreMessageHandler.
HdfsStoreMessageHandlerFactoryBean() - Constructor for class org.springframework.xd.integration.hadoop.config.HdfsStoreMessageHandlerFactoryBean
 
HdfsTextFileWriter - Class in org.springframework.xd.hadoop.fs
 
HdfsTextFileWriter(FileSystem) - Constructor for class org.springframework.xd.hadoop.fs.HdfsTextFileWriter
 
HdfsTextFileWriterFactory - Class in org.springframework.xd.hadoop.fs
 
HdfsTextFileWriterFactory(FileSystem) - Constructor for class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
HdfsTextItemWriter<T> - Class in org.springframework.xd.batch.item.hadoop
 
HdfsTextItemWriter(FileSystem) - Constructor for class org.springframework.xd.batch.item.hadoop.HdfsTextItemWriter
 
HdfsWriter - Interface in org.springframework.xd.hadoop.fs
 
HdfsWriterFactory - Interface in org.springframework.xd.hadoop.fs
 
HdfsWritingMessageHandler - Class in org.springframework.xd.integration.hadoop.outbound
Spring Integration MessageHandler handling Message writing into hdfs using HdfsWriter.
HdfsWritingMessageHandler(HdfsWriterFactory) - Constructor for class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
HdfsWritingMessageHandlerFactoryBean - Class in org.springframework.xd.integration.hadoop.config
Factory bean used to create HdfsWritingMessageHandler
HdfsWritingMessageHandlerFactoryBean(FileSystem) - Constructor for class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
healthIndicator() - Method in class org.springframework.xd.dirt.server.ParentConfiguration
 
hidden(boolean) - Method in class org.springframework.xd.module.options.ModuleOption
 
HierarchicalCompositeModuleOptionsMetadata - Class in org.springframework.xd.module.options
A composite ModuleOptionsMetadata made of several ModuleOptionsMetadata, each assigned to a name, that will appear in a hierarchy.
HierarchicalCompositeModuleOptionsMetadata(Map<String, ModuleOptionsMetadata>) - Constructor for class org.springframework.xd.module.options.HierarchicalCompositeModuleOptionsMetadata
 
HORIZONTAL_LINE - Static variable in class org.springframework.xd.shell.util.UiUtils
 
host(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Sets the host where the mongo server is running
HOST_KEY - Static variable in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
HsqlDatasourceConfiguration - Class in org.springframework.xd.batch.hsqldb.server
Datasource configuration for HSQL database.
HsqlDatasourceConfiguration() - Constructor for class org.springframework.xd.batch.hsqldb.server.HsqlDatasourceConfiguration
 
HSQLDBSERVER_PROFILE - Static variable in class org.springframework.xd.batch.hsqldb.server.HsqlServerApplication
 
HsqlServerApplication - Class in org.springframework.xd.batch.hsqldb.server
Spring Application to operate life-cycle methods on HSQLServerBean.
HsqlServerApplication() - Constructor for class org.springframework.xd.batch.hsqldb.server.HsqlServerApplication
 
HSQLServerBean - Class in org.springframework.xd.batch.hsqldb.server
HSQL server mode
HSQLServerBean() - Constructor for class org.springframework.xd.batch.hsqldb.server.HSQLServerBean
 
http() - Method in class org.springframework.xd.integration.fixtures.Sources
Create an instance of the http source with the default target host (localhost) and default port (9000).
http(String) - Method in class org.springframework.xd.integration.fixtures.Sources
Create an instance of the http source with the default target host and default port (9000).
http(String, int) - Method in class org.springframework.xd.integration.fixtures.Sources
Create an instance of the http source with the default target host and provided port
HTTP_PREFIX - Static variable in class org.springframework.xd.integration.util.XdEnvironment
 
HttpClientProcessorOptionsMetadata - Class in org.springframework.xd.http
Captures options for the http-client processor module.
HttpClientProcessorOptionsMetadata() - Constructor for class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
HttpClientProcessorOptionsMetadata.HttpMethod - Enum in org.springframework.xd.http
 
HttpCommands - Class in org.springframework.xd.shell.command
Http commands.
HttpCommands() - Constructor for class org.springframework.xd.shell.command.HttpCommands
 
HttpGenerator - Interface in org.springframework.xd.test.generator
Generate a single http request from a string or file payload.
httpGet(URL) - Static method in class org.springframework.xd.integration.util.StreamUtils
Executes a http get for the client and returns the results as a string
httpPutFormContentFilter() - Method in class org.springframework.xd.dirt.server.AdminServerApplication
 
HttpSourceOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the http source module.
HttpSourceOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.HttpSourceOptionsMetadata
 

I

idField(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Sets the idField for the data that will be inserted by this job
idFromRedisKey(String) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
include(String...) - Method in class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandler
 
increment(String, long, DateTime) - Method in interface org.springframework.xd.analytics.metrics.core.AggregateCounterRepository
Increments the named counter by a specific amount for the given instant.
increment(long) - Method in class org.springframework.xd.analytics.metrics.core.Counter
Increment this counter by a given amount.
increment(String) - Method in interface org.springframework.xd.analytics.metrics.core.CounterRepository
Increment the given counter by one, creating it if it did not exist.
increment(String, long) - Method in interface org.springframework.xd.analytics.metrics.core.CounterRepository
Increment the given counter by the specified amount, creating it if it did not exist.
increment(String, String) - Method in interface org.springframework.xd.analytics.metrics.core.FieldValueCounterRepository
Increment the FieldValueCounter for a given field name by one, creating missing counters.
increment(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
increment(String, long) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
increment(String, long, DateTime) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
increment(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryCounterRepository
 
increment(String, long) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryCounterRepository
 
increment(String, String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
increment(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
increment(String, long, DateTime) - Method in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
increment(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
increment(String, long) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
increment(String, String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
increment(String, String, double) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
incrementBytesWritten(long) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
incrementBytesWritten(long) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
incrementBytesWritten(long) - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
incrementCounter() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
incrementCounter() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
incrementCounter() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
indexOf(String) - Method in class org.springframework.xd.tuple.DefaultTuple
Find the index in the names collection for the given name.
inferModuleName(Resource) - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
Recover the name of the module, given its resource location.
inferModuleName(Resource) - Method in class org.springframework.xd.dirt.module.RedisModuleRegistry
 
inferModuleName(Resource) - Method in class org.springframework.xd.dirt.module.ResourceModuleRegistry
 
info() - Method in class org.springframework.xd.dirt.rest.AdminController
 
info(ModuleType, String) - Method in class org.springframework.xd.dirt.rest.ModulesController
Retrieve detailed module definition about a particular module.
info(String, RESTModuleType) - Method in class org.springframework.xd.rest.client.impl.ModuleTemplate
 
info(String, RESTModuleType) - Method in interface org.springframework.xd.rest.client.ModuleOperations
Retrieve information about a particular module.
info() - Method in class org.springframework.xd.shell.command.ConfigCommands
 
info() - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
init() - Method in class org.springframework.xd.integration.hadoop.config.HadoopNamespaceHandler
 
init() - Method in class org.springframework.xd.integration.reactor.config.ReactorNamespaceHandler
 
init() - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
initalizeEc2Environment() - Method in class org.springframework.xd.integration.util.XdEnvironment
If not running tests on a local XD Instance it will retrieve the information from the artifact and setup the environment to test against a remote XD.
InitialDeploymentListener - Class in org.springframework.xd.dirt.server
Abstract deployment listener that handles fresh stream/job deployment requests.
InitialDeploymentListener(ZooKeeperConnection, PathChildrenCache, ContainerRepository, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.InitialDeploymentListener
Construct a PrimaryDeploymentListener.
initialize() - Method in class org.springframework.xd.batch.XdBatchDatabaseInitializer
 
initialize() - Method in class org.springframework.xd.module.core.CompositeModule
 
initialize() - Method in interface org.springframework.xd.module.core.Module
 
initialize() - Method in class org.springframework.xd.module.core.SimpleModule
 
initializeCounterIfNecessary() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
initializeCounterIfNecessary() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
initializeCounterIfNecessary() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
initializeDatabase - Variable in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
initializerScript - Variable in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
initialSize - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
initSQL - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
InMemoryAggregateCounterRepository - Class in org.springframework.xd.analytics.metrics.memory
In-memory aggregate counter with minute resolution.
InMemoryAggregateCounterRepository() - Constructor for class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
InMemoryCounterRepository - Class in org.springframework.xd.analytics.metrics.memory
Memory backed implementation of Counter repository that uses a ConcurrentMap.
InMemoryCounterRepository() - Constructor for class org.springframework.xd.analytics.metrics.memory.InMemoryCounterRepository
 
InMemoryFieldValueCounterRepository - Class in org.springframework.xd.analytics.metrics.memory
Memory backed implementation of FieldValueCounterRepository that uses a ConcurrentMap
InMemoryFieldValueCounterRepository() - Constructor for class org.springframework.xd.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
InMemoryGaugeRepository - Class in org.springframework.xd.analytics.metrics.memory
Memory backed Gauge repository that uses a ConcurrentMap
InMemoryGaugeRepository() - Constructor for class org.springframework.xd.analytics.metrics.memory.InMemoryGaugeRepository
 
InMemoryMetricRepository<M extends Metric> - Class in org.springframework.xd.analytics.metrics.memory
Memory backed implementation of MetricRepository that uses a ConcurrentMap
InMemoryMetricRepository() - Constructor for class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
InMemoryRichGaugeRepository - Class in org.springframework.xd.analytics.metrics.memory
Memory backed implementation of GaugeRepository that uses a ConcurrentMap
InMemoryRichGaugeRepository() - Constructor for class org.springframework.xd.analytics.metrics.memory.InMemoryRichGaugeRepository
 
InputMapper<I,A,MI> - Interface in org.springframework.xd.analytics.ml
An InputMapper maps a given domain input I to an appropriate model input MI for the given analytic A.
inserts - Variable in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
installMessageConverters(List<HttpMessageConverter<?>>) - Static method in class org.springframework.xd.rest.domain.support.RestTemplateMessageConverterUtil
Install message converters we're interested in, with json coming before xml.
instanceRepository - Variable in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
 
instancesForJob(String, int, int) - Method in class org.springframework.xd.dirt.rest.BatchJobInstancesController
Return a paged collection of job instances for a given job.
instantiateContainerMatcher(ModuleDescriptor) - Method in class org.springframework.xd.dirt.server.ModuleRedeployer
Return a ContainerMatcher that will exclude containers that are already hosting the module.
instantiateResource(DetailedJobInfo) - Method in class org.springframework.xd.dirt.rest.DetailedJobInfoResourceAssembler
 
instantiateResource(ModuleDefinition) - Method in class org.springframework.xd.dirt.rest.DetailedModuleDefinitionResourceAssembler
 
instantiateResource(JobDefinition) - Method in class org.springframework.xd.dirt.rest.JobDefinitionResourceAssembler
 
instantiateResource(JobExecutionInfo) - Method in class org.springframework.xd.dirt.rest.JobExecutionInfoResourceAssembler
 
instantiateResource(JobInfo) - Method in class org.springframework.xd.dirt.rest.JobInfoResourceAssembler
 
instantiateResource(JobInstanceInfo) - Method in class org.springframework.xd.dirt.rest.JobInstanceInfoResourceAssembler
 
instantiateResource(AggregateCount) - Method in class org.springframework.xd.dirt.rest.metrics.DeepAggregateCountResourceAssembler
 
instantiateResource(Counter) - Method in class org.springframework.xd.dirt.rest.metrics.DeepCounterResourceAssembler
 
instantiateResource(FieldValueCounter) - Method in class org.springframework.xd.dirt.rest.metrics.DeepFieldValueCounterResourceAssembler
 
instantiateResource(M) - Method in class org.springframework.xd.dirt.rest.metrics.ShallowMetricResourceAssembler
 
instantiateResource(ModuleDefinition) - Method in class org.springframework.xd.dirt.rest.ModuleDefinitionResourceAssembler
 
instantiateResource(ModuleMetadata) - Method in class org.springframework.xd.dirt.rest.ModuleMetadataResourceAssembler
 
instantiateResource(DetailedContainer) - Method in class org.springframework.xd.dirt.rest.RuntimeContainerResourceAssembler
 
instantiateResource(StepExecutionInfo) - Method in class org.springframework.xd.dirt.rest.StepExecutionInfoResourceAssembler
 
instantiateResource(StepExecutionProgressInfo) - Method in class org.springframework.xd.dirt.rest.StepExecutionProgressInfoResourceAssembler
 
instantiateResource(StreamDefinition) - Method in class org.springframework.xd.dirt.rest.StreamDefinitionResourceAssembler
 
IntegrationHadoopNamespaceUtils - Class in org.springframework.xd.integration.hadoop.config
Utility methods for namespace.
IntegrationHadoopSystemConstants - Class in org.springframework.xd.integration.hadoop
Various constants throughout the spring integration hadoop libraries.
integrationSupport - Variable in class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
interpolate(Map<String, String>) - Method in class org.springframework.xd.module.options.FlattenedCompositeModuleOptionsMetadata
 
interpolate(Map<String, String>) - Method in class org.springframework.xd.module.options.HierarchicalCompositeModuleOptionsMetadata
 
interpolate(Map<String, String>) - Method in interface org.springframework.xd.module.options.ModuleOptionsMetadata
Derive information about the module behavior once it is part of a stream and user provided values for the module options are known.
interpolate(Map<String, String>) - Method in class org.springframework.xd.module.options.PassthruModuleOptionsMetadata
 
interpolate(Map<String, String>) - Method in class org.springframework.xd.module.options.PojoModuleOptionsMetadata
 
interpolate(Map<String, String>) - Method in class org.springframework.xd.module.options.SimpleModuleOptionsMetadata
 
IntoMongoDbOptionMixin - Class in org.springframework.xd.module.options.mixins
An option class to mix-in when writing to MongoDB.
IntoMongoDbOptionMixin(String) - Constructor for class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
Subclasses should provide a default value for collectionName.
IntoMongoDbOptionMixin.Job - Class in org.springframework.xd.module.options.mixins
Has collectionName default to ${xd.job.name}.
IntoMongoDbOptionMixin.Job() - Constructor for class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin.Job
 
IntoMongoDbOptionMixin.Stream - Class in org.springframework.xd.module.options.mixins
Has collectionName default to ${xd.stream.name}.
IntoMongoDbOptionMixin.Stream() - Constructor for class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin.Stream
 
InvalidResultException - Exception in org.springframework.xd.integration.util
 
InvalidResultException(String) - Constructor for exception org.springframework.xd.integration.util.InvalidResultException
 
invoke(MethodInvocation) - Method in class org.springframework.xd.dirt.module.support.ThreadContextClassLoaderSetterAdvice
 
IP_ADDRESS_KEY - Static variable in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
IS_RESTART_JOB_PARAMETER_KEY - Static variable in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
 
isAbandonable() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
isAbandonable() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
isAlternateUsernameAllowed() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isAutoStartup() - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
isAutoStartup() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
isAutoStartup() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
isAutoStartup() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
isBinary() - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
isClose() - Method in class org.springframework.xd.tcp.ClientTcpConnectionFactoryOptionsMetadataMixin
 
isComplete() - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
isComposed() - Method in interface org.springframework.xd.dirt.module.store.ModuleDefinitionMixin
 
isComposed() - Method in class org.springframework.xd.module.ModuleDefinition
Determine if this a composed module
isComposed() - Method in class org.springframework.xd.module.ModuleDescriptor
Return true if this is a composed module.
isComposed() - Method in class org.springframework.xd.rest.domain.ModuleDefinitionResource
 
isConnected() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Checks whether the underlying connection is established.
isDelete() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
isDeleted() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
Check if the job definition is deleted/destroyed.
isDelimited() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
isDeployed() - Method in class org.springframework.xd.dirt.job.JobInfo
Return the deployment status from job info.
isDeployed() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
Check if the job is deployed.
isDeployed() - Method in class org.springframework.xd.rest.domain.JobInfoResource
Return the deployment status from job info resource.
isDeployments() - Method in class org.springframework.xd.dirt.rest.XDController.QueryOptions
Whether to also return deployment status when listing definitions.
isDirectBindingAllowed() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
If true, the bus can attempt a direct binding.
isDiscardDeletes() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
isDurableSubscription() - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
isEitherGeocodeOrQueryRequired() - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
isEmpty() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
isEmpty() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
isFairQueue() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isFinished() - Method in class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
isHidden() - Method in class org.springframework.xd.module.options.ModuleOption
 
isHidden() - Method in class org.springframework.xd.rest.domain.DetailedModuleDefinitionResource.Option
 
isHttps() - Method in class org.springframework.xd.dirt.modules.metadata.HttpSourceOptionsMetadata
 
isIdentifier() - Method in class org.springframework.xd.dirt.stream.dsl.Token
 
isIncludeEntities() - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
isIncrementable() - Method in class org.springframework.xd.dirt.job.JobInfo
 
isIncrementable(String) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
 
isIncrementable(String) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobService
 
isIncrementable() - Method in class org.springframework.xd.rest.domain.JobInfoResource
 
isInitializeDatabase() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
isInvalidAlpha() - Method in class org.springframework.xd.analytics.metrics.metadata.RichGaugeSinkOptionsMetadata
 
isInvalidDateFormat() - Method in class org.springframework.xd.module.options.mixins.DateFormatMixin
 
isJmxEnabled() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isKind(TokenKind) - Method in class org.springframework.xd.dirt.stream.dsl.Token
 
isLaunchable() - Method in class org.springframework.xd.dirt.job.JobInfo
 
isLaunchable() - Method in class org.springframework.xd.rest.domain.JobInfoResource
 
isListenersListValid() - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
isLogAbandoned() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isMakeUnique() - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
isMarkAsRead() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
isNamedChannel(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
isNio() - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
ISO8601DateFormatWithMilliSeconds - Class in org.springframework.xd.rest.domain.util
Improved version of the ISO8601DateFormat that also serializes milliseconds.
ISO8601DateFormatWithMilliSeconds() - Constructor for class org.springframework.xd.rest.domain.util.ISO8601DateFormatWithMilliSeconds
 
isOnEc2() - Method in class org.springframework.xd.integration.util.XdEnvironment
 
isPartitionedModule() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.PartitioningMetadata
 
isPubSub() - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
isReady() - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Checks to see if the default mongo port 2000 is available on the configured host waiting up to 2 seconds
isReady() - Method in class org.springframework.xd.test.fixtures.JdbcSink
Determines if a connection to the designated database can be made.
isRemoveAbandoned() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isRequeue() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
isRestartable() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
isRestartable(String) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
 
isRestartable() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
isRetained() - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
isReverseLookup() - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
isRunning() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
isRunning() - Method in class org.springframework.xd.dirt.plugins.job.ModuleJobLauncher
 
isRunning() - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
isRunning() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Check whether this client is running.
isRunning() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
isRunning() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
isRunning() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
isRunning() - Method in class org.springframework.xd.module.core.CompositeModule
 
isRunning() - Method in class org.springframework.xd.module.core.SimpleModule
 
isShowHelp() - Method in class org.springframework.xd.dirt.server.options.CommonOptions
 
isSingleton() - Method in class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
isSingleton() - Method in class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
isSingleton() - Method in class org.springframework.xd.integration.hadoop.config.DatasetWritingMessageHandlerFactoryBean
 
isSingleton() - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
isSingleton() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
isSingleton() - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
isSingleton() - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
isStallWarnings() - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
isStoppable() - Method in class org.springframework.xd.dirt.job.JobExecutionInfo
 
isStoppable() - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
isStreamDeployed(String, URL) - Static method in class org.springframework.xd.integration.util.StreamUtils
Checks to see if the specified stream is deployed on the XD cluster.
isTap() - Method in enum org.springframework.xd.dirt.stream.dsl.ChannelType
 
isTestOnBorrow() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isTestOnReturn() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isTestWhileIdle() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isTransacted() - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
isUseDirectBuffers() - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
isUseEquals() - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
isUseLocator() - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
isUseLocator() - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
isUseLocator() - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
isUsePolling() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
isValid() - Method in class org.springframework.xd.module.options.mixins.ExpressionOrScriptMixin
User can't explicitly set both script and expression.
isValidEmail(String) - Static method in class org.springframework.xd.shell.util.CommonUtils
 
isValidStreamName(String) - Static method in class org.springframework.xd.dirt.stream.dsl.StreamConfigParser
Verify the supplied name is a valid stream name.
isVerbose() - Method in class org.springframework.xd.dirt.server.options.CommonOptions
 
ITEM_EVENTS_SUFFIX - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
iterator() - Method in class org.springframework.xd.module.options.FlattenedCompositeModuleOptionsMetadata
 
iterator() - Method in class org.springframework.xd.module.options.HierarchicalCompositeModuleOptionsMetadata
 
iterator() - Method in class org.springframework.xd.module.options.PassthruModuleOptionsMetadata
 
iterator() - Method in class org.springframework.xd.module.options.PojoModuleOptionsMetadata
 
iterator() - Method in class org.springframework.xd.module.options.SimpleModuleOptionsMetadata
 

J

javaObjectMimeType(Class<?>) - Static method in class org.springframework.xd.dirt.integration.bus.converter.MessageConverterUtils
Build the conventional MimeType for a java object
JavaToSerializedMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to convert from a POJO to byte[] with Java.io serialization if any.
JavaToSerializedMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.JavaToSerializedMessageConverter
 
jdbc() - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new jdbcSink that will write the output to a table .
JdbcConnectionMixin - Class in org.springframework.xd.jdbc
Basic JDBC module/job options.
JdbcConnectionMixin() - Constructor for class org.springframework.xd.jdbc.JdbcConnectionMixin
 
JdbcConnectionPoolMixin - Class in org.springframework.xd.jdbc
Basic JDBC module/job connection pool options.
JdbcConnectionPoolMixin() - Constructor for class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
jdbcHdfsJob() - Method in class org.springframework.xd.integration.fixtures.Jobs
Create an instance of the JdbcHdfs job with the default hdfs target dir, fileName and source sql statement.
JdbcHdfsJob - Class in org.springframework.xd.test.fixtures
A test fixture that represents the JdbcHdfs Job
JdbcHdfsJob(String, String, String) - Constructor for class org.springframework.xd.test.fixtures.JdbcHdfsJob
Construct a new jdbchdfs fixture using the provided dir, file and sql.
JdbcHdfsOptionsMetadata - Class in org.springframework.xd.jdbc
Captures options for the jdbchdfs job.
JdbcHdfsOptionsMetadata() - Constructor for class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
jdbcInterceptors - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
JdbcMessagePayloadTransformer - Class in org.springframework.xd.jdbc
Transforms a payload to a Map representation based on provided column names.
JdbcMessagePayloadTransformer() - Constructor for class org.springframework.xd.jdbc.JdbcMessagePayloadTransformer
 
JdbcSink - Class in org.springframework.xd.test.fixtures
Represents the jdbc sink module.
JdbcSink(DataSource) - Constructor for class org.springframework.xd.test.fixtures.JdbcSink
Initializes a JdbcSink with the DataSource.
JdbcSinkModuleOptionsMetadata - Class in org.springframework.xd.jdbc
Captures module options for the "jdbc" sink module.
JdbcSinkModuleOptionsMetadata() - Constructor for class org.springframework.xd.jdbc.JdbcSinkModuleOptionsMetadata
 
JdbcSinkModuleOptionsMetadata.JdbcSinkImportToJdbcMixin - Class in org.springframework.xd.jdbc
 
JdbcSinkModuleOptionsMetadata.JdbcSinkImportToJdbcMixin() - Constructor for class org.springframework.xd.jdbc.JdbcSinkModuleOptionsMetadata.JdbcSinkImportToJdbcMixin
Sets default values that are appropriate for the jdbc sink.
jms() - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new JmsSource using the default JMS Broker host and port as specified in the environment
JmsSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the 'jms' source module.
JmsSource(String, int) - Constructor for class org.springframework.xd.test.fixtures.JmsSource
 
JmsSourceModuleOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Captures options for the jms source module.
JmsSourceModuleOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
JMXChannelResult - Class in org.springframework.xd.integration.util.jmxresult
The Module/Channel that is returned when a JMX Query is exected against XD.
JMXChannelResult() - Constructor for class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
jmxEnabled - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
JMXRequest - Class in org.springframework.xd.integration.util.jmxresult
The request to retrieve the Module MBean.
JMXRequest() - Constructor for class org.springframework.xd.integration.util.jmxresult.JMXRequest
 
JMXResult - Class in org.springframework.xd.integration.util.jmxresult
The Object that is returned when a JMX Query is exected against XD.
JMXResult() - Constructor for class org.springframework.xd.integration.util.jmxresult.JMXResult
 
JMXValue - Class in org.springframework.xd.integration.util.jmxresult
The JMXValue returned from JMX Request.
JMXValue() - Constructor for class org.springframework.xd.integration.util.jmxresult.JMXValue
 
Job - Class in org.springframework.xd.dirt.core
Domain model for Job runtime module.
Job - Class in org.springframework.xd.dirt.stream
Captures runtime information about a deployed JobDefinition.
Job(JobDefinition) - Constructor for class org.springframework.xd.dirt.stream.Job
Create a new Job instance out of the given JobDefinition.
Job.Builder - Class in org.springframework.xd.dirt.core
Builder object for Job that supports fluent style configuration.
Job.Builder() - Constructor for class org.springframework.xd.dirt.core.Job.Builder
 
JOB_CHANNEL_PREFIX - Static variable in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
JOB_CHANNEL_TYPE_PREFIX - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
JOB_DEPLOYMENTS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of job deployments node.
JOB_EXECUTION_EVENTS_SUFFIX - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
JOB_PARAMETERS_KEY - Static variable in class org.springframework.xd.dirt.plugins.job.JobPlugin
 
JobCommands - Class in org.springframework.xd.shell.command
Job commands.
JobCommands() - Constructor for class org.springframework.xd.shell.command.JobCommands
 
JobCommandsUtils - Class in org.springframework.xd.shell.command.support
Provides helper methods for the JobCommands class, e.g.
JobDefinition - Class in org.springframework.xd.dirt.stream
Represents a job in the system.
JobDefinition(String, String) - Constructor for class org.springframework.xd.dirt.stream.JobDefinition
Create a new JobDefinition.
JobDefinitionRepository - Interface in org.springframework.xd.dirt.stream
A repository for persisting JobDefinitions.
jobDefinitionRepository() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
JobDefinitionResource - Class in org.springframework.xd.rest.domain
Represents a Job Definition.
JobDefinitionResource(String, String) - Constructor for class org.springframework.xd.rest.domain.JobDefinitionResource
 
JobDefinitionResource.Page - Class in org.springframework.xd.rest.domain
Dedicated subclass to workaround type erasure.
JobDefinitionResource.Page() - Constructor for class org.springframework.xd.rest.domain.JobDefinitionResource.Page
 
JobDefinitionResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model StreamDefinition.
JobDefinitionResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.JobDefinitionResourceAssembler
 
JobDeployer - Class in org.springframework.xd.dirt.stream
 
JobDeployer(ZooKeeperConnection, JobDefinitionRepository, JobRepository, XDParser, MessageBus) - Constructor for class org.springframework.xd.dirt.stream.JobDeployer
 
JobDeploymentListener - Class in org.springframework.xd.dirt.server
Listener implementation that handles job deployment requests.
JobDeploymentListener(ZooKeeperConnection, PathChildrenCache, ContainerRepository, JobFactory, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.JobDeploymentListener
Construct a JobDeploymentListener.
jobDeployments - Variable in class org.springframework.xd.dirt.server.ArrivingContainerModuleRedeployer
Cache of children under the job deployment path.
JobDeploymentsPath - Class in org.springframework.xd.dirt.core
Builder object for paths under Paths.JOB_DEPLOYMENTS.
JobDeploymentsPath() - Constructor for class org.springframework.xd.dirt.core.JobDeploymentsPath
Construct a JobDeploymentsPath.
JobDeploymentsPath(String) - Constructor for class org.springframework.xd.dirt.core.JobDeploymentsPath
Construct a JobDeploymentsPath.
JobEventsListenerPlugin - Class in org.springframework.xd.dirt.plugins.job
Plugin to enable the registration of out of the box job listeners.
JobEventsListenerPlugin(MessageBus) - Constructor for class org.springframework.xd.dirt.plugins.job.JobEventsListenerPlugin
 
JobExecutionAlreadyRunningException - Exception in org.springframework.xd.dirt.job
Exception that is raised when JobExecution is already running.
JobExecutionAlreadyRunningException(String) - Constructor for exception org.springframework.xd.dirt.job.JobExecutionAlreadyRunningException
 
JobExecutionAlreadyRunningException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.job.JobExecutionAlreadyRunningException
 
JobExecutionInfo - Class in org.springframework.xd.dirt.job
Represents Batch job execution info.
JobExecutionInfo(JobExecution, TimeZone) - Constructor for class org.springframework.xd.dirt.job.JobExecutionInfo
 
JobExecutionInfoResource - Class in org.springframework.xd.rest.domain
Represents job execution info resource.
JobExecutionInfoResource() - Constructor for class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
JobExecutionInfoResource(JobExecution, TimeZone) - Constructor for class org.springframework.xd.rest.domain.JobExecutionInfoResource
 
jobExecutionInfoResourceAssembler - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
JobExecutionInfoResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model JobExecutionInfo.
JobExecutionInfoResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.JobExecutionInfoResourceAssembler
 
JobExecutionJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for JobExecution de-serialization.
JobExecutionNotRunningException - Exception in org.springframework.xd.dirt.job
Exception for the job execution that is not running.
JobExecutionNotRunningException(Long) - Constructor for exception org.springframework.xd.dirt.job.JobExecutionNotRunningException
 
JobFactory - Class in org.springframework.xd.dirt.job
Factory class that builds Job instances.
JobFactory(JobDefinitionRepository, ModuleDefinitionRepository, ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.job.JobFactory
Construct a JobFactory to create Job domain model instances.
jobFactory - Variable in class org.springframework.xd.dirt.server.ModuleRedeployer
Job factory.
JobInfo - Class in org.springframework.xd.dirt.job
Represents Batch job info.
JobInfo(String, int, boolean) - Constructor for class org.springframework.xd.dirt.job.JobInfo
Construct JobInfo
JobInfo(String, int, boolean, boolean) - Constructor for class org.springframework.xd.dirt.job.JobInfo
Construct JobInfo
JobInfo(String, int, boolean, boolean, boolean) - Constructor for class org.springframework.xd.dirt.job.JobInfo
Construct JobInfo
JobInfo(String, int, Long, boolean, boolean, boolean) - Constructor for class org.springframework.xd.dirt.job.JobInfo
Construct JobInfo
jobinfo(String) - Method in class org.springframework.xd.dirt.rest.BatchJobsController
 
JobInfoResource - Class in org.springframework.xd.rest.domain
Represents Batch job info.
JobInfoResource() - Constructor for class org.springframework.xd.rest.domain.JobInfoResource
Default constructor for serialization frameworks.
JobInfoResource(String, int, Long, boolean, boolean, boolean) - Constructor for class org.springframework.xd.rest.domain.JobInfoResource
 
jobInfoResourceAssembler - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
JobInfoResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model JobInfo.
JobInfoResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.JobInfoResourceAssembler
 
JobInstanceAlreadyCompleteException - Exception in org.springframework.xd.dirt.job
Exception thrown when the JobInstance is already complete.
JobInstanceAlreadyCompleteException(String) - Constructor for exception org.springframework.xd.dirt.job.JobInstanceAlreadyCompleteException
 
JobInstanceAlreadyCompleteException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.job.JobInstanceAlreadyCompleteException
 
JobInstanceInfo - Class in org.springframework.xd.dirt.job
Represents Batch job instance info.
JobInstanceInfo(JobInstance, List<JobExecutionInfo>) - Constructor for class org.springframework.xd.dirt.job.JobInstanceInfo
 
JobInstanceInfoResource - Class in org.springframework.xd.rest.domain
Represents JobInstance info resource.
JobInstanceInfoResource() - Constructor for class org.springframework.xd.rest.domain.JobInstanceInfoResource
Default constructor for serialization frameworks.
JobInstanceInfoResource(JobInstance, List<JobExecutionInfoResource>) - Constructor for class org.springframework.xd.rest.domain.JobInstanceInfoResource
 
jobInstanceInfoResourceAssembler - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
JobInstanceInfoResourceAssembler - Class in org.springframework.xd.dirt.rest
Resource assembler that builds the REST resource JobInstanceInfoResource out of domain model JobInstanceInfo.
JobInstanceInfoResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.JobInstanceInfoResourceAssembler
 
JobInstanceJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for JobInstance de-serialization.
JobLaunchRequestTransformer - Class in org.springframework.xd.dirt.plugins.job
Executes all jobs defined within a given stream once the context has been started.
JobLaunchRequestTransformer(JobRegistry, String) - Constructor for class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
 
jobOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
JobOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available against jobs.
jobOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with Jobs.
JobParameterJacksonDeserializer - Class in org.springframework.xd.rest.client.impl.support
Jackson Deserializer for JobParameter de-serialization.
JobParameterJacksonDeserializer() - Constructor for class org.springframework.xd.rest.client.impl.support.JobParameterJacksonDeserializer
 
JobParameterJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for JobParameter de-serialization.
JobParameterJacksonMixIn() - Constructor for class org.springframework.xd.rest.client.impl.support.JobParameterJacksonMixIn
 
JobParametersBean - Class in org.springframework.xd.dirt.plugins.job
Prepares the JobParameters for the Spring Bach Jobs.
JobParametersBean(String) - Constructor for class org.springframework.xd.dirt.plugins.job.JobParametersBean
Initializes the JobParametersBean.
JobParametersInvalidException - Exception in org.springframework.xd.dirt.job
Exception thrown when the job parameters are invalid.
JobParametersInvalidException(String) - Constructor for exception org.springframework.xd.dirt.job.JobParametersInvalidException
 
JobParametersInvalidException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.job.JobParametersInvalidException
 
JobParametersJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for JobParameters de-serialization.
JobParametersJacksonMixIn() - Constructor for class org.springframework.xd.rest.client.impl.support.JobParametersJacksonMixIn
 
JobPartitionerPlugin - Class in org.springframework.xd.dirt.plugins.job
Plugin to enable job partitioning.
JobPartitionerPlugin(MessageBus) - Constructor for class org.springframework.xd.dirt.plugins.job.JobPartitionerPlugin
 
JobPlugin - Class in org.springframework.xd.dirt.plugins.job
Plugin to enable the registration of jobs in a central registry.
JobPlugin(MessageBus) - Constructor for class org.springframework.xd.dirt.plugins.job.JobPlugin
 
JobPluginMetadataResolver - Class in org.springframework.xd.dirt.plugins.job
A ModuleOptionsMetadataResolver that will dynamically add the module options (such as makeUnique) supported by job modules.
JobPluginMetadataResolver() - Constructor for class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver
 
JobPluginMetadataResolver.JobOptionsMetadata - Class in org.springframework.xd.dirt.plugins.job
 
JobPluginMetadataResolver.JobOptionsMetadata() - Constructor for class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
JobRepository - Interface in org.springframework.xd.dirt.stream
A repository for persisting Job instances.
jobRepository() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
JobRestartException - Exception in org.springframework.xd.dirt.job
Exception thrown where the batch job is not restartable.
JobRestartException(String) - Constructor for exception org.springframework.xd.dirt.job.JobRestartException
 
JobRestartException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.job.JobRestartException
 
jobs(int, int) - Method in class org.springframework.xd.dirt.rest.BatchJobsController
Get a list of JobInfo, in a given range.
JOBS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of jobs node.
Jobs - Class in org.springframework.xd.integration.fixtures
A factory that provides fully instantiated job fixtures using default values.
Jobs(XdEnvironment) - Constructor for class org.springframework.xd.integration.fixtures.Jobs
Initializes the instance with xdEnvironment
JobsController - Class in org.springframework.xd.dirt.rest
Handles all Job related interactions.
JobsController(JobDeployer, JobDefinitionRepository) - Constructor for class org.springframework.xd.dirt.rest.JobsController
 
jobService - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
jobStateVerifier() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
JobTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the Job-related part of the API.
JsonBytesToTupleConverter - Class in org.springframework.xd.tuple
 
JsonBytesToTupleConverter() - Constructor for class org.springframework.xd.tuple.JsonBytesToTupleConverter
 
JsonNodeToTupleConverter - Class in org.springframework.xd.tuple
 
JsonNodeToTupleConverter() - Constructor for class org.springframework.xd.tuple.JsonNodeToTupleConverter
 
JsonStringToObjectTransformer - Class in org.springframework.integration.x.gemfire
 
JsonStringToObjectTransformer() - Constructor for class org.springframework.integration.x.gemfire.JsonStringToObjectTransformer
 
JsonStringToTupleConverter - Class in org.springframework.xd.tuple
 
JsonStringToTupleConverter() - Constructor for class org.springframework.xd.tuple.JsonStringToTupleConverter
 
JsonToPojoMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
 
JsonToPojoMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.JsonToPojoMessageConverter
 
JsonToTupleMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to convert from a JSON (byte[] or String) to a Tuple.
JsonToTupleMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.JsonToTupleMessageConverter
 
JsonToTupleTransformer - Class in org.springframework.xd.tuple.integration
Converts from a json string into a tuple data structure.
JsonToTupleTransformer() - Constructor for class org.springframework.xd.tuple.integration.JsonToTupleTransformer
 
JsonUtil - Class in org.springframework.xd.shell.util
Some JSON helper utilities.

K

keyFor(Counter) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
keyFor(Counter) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryCounterRepository
 
keyFor(Counter) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
keyFor(T) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
keyFor(T) - Method in class org.springframework.xd.store.AbstractRedisRepository
Return the entity id for the given domain object.
keySet() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
keySet() - Method in class org.springframework.xd.module.ModuleDeploymentProperties

L

label - Variable in class org.springframework.xd.test.fixtures.AbstractModuleFixture
 
label(String) - Method in class org.springframework.xd.test.fixtures.AbstractModuleFixture
Sets the label for the fixture.
LabelNode - Class in org.springframework.xd.dirt.stream.dsl
Represents a label attached to a module.
LabelNode(String, int, int) - Constructor for class org.springframework.xd.dirt.stream.dsl.LabelNode
 
labelOrEmpty(String) - Static method in class org.springframework.xd.test.fixtures.util.FixtureUtils
Returns a properly formatted label for a module in a stream definition.
launch(String, JobParameters) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobService
 
launch(String, String) - Method in class org.springframework.xd.dirt.stream.JobDeployer
 
launchJob(String, String) - Method in class org.springframework.xd.dirt.rest.BatchJobExecutionsController
Send the request to launch Job.
launchJob(String, String) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
launchJob(String, String) - Method in interface org.springframework.xd.rest.client.JobOperations
Launch a job that is already deployed.
launchJob(String, String) - Method in class org.springframework.xd.shell.command.JobCommands
 
lifecycleMonitor - Variable in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
list(int, int) - Method in class org.springframework.xd.dirt.rest.BatchJobExecutionsController
List all job executions in a given range.
list(long) - Method in class org.springframework.xd.dirt.rest.BatchStepExecutionsController
List all step executions.
list(Pageable, PagedResourcesAssembler<DetailedContainer>) - Method in class org.springframework.xd.dirt.rest.ContainersController
List all the available containers along with the message rates for each deployed modules.
list(Pageable, PagedResourcesAssembler<JobDefinition>) - Method in class org.springframework.xd.dirt.rest.JobsController
List job definitions.
list(Pageable, PagedResourcesAssembler<Counter>) - Method in class org.springframework.xd.dirt.rest.metrics.AggregateCountersController
List AggregateCounts that match the given criteria.
list(Pageable, PagedResourcesAssembler<Counter>) - Method in class org.springframework.xd.dirt.rest.metrics.CountersController
List Counters that match the given criteria.
list(Pageable, PagedResourcesAssembler<FieldValueCounter>) - Method in class org.springframework.xd.dirt.rest.metrics.FieldValueCountersController
List FieldValueCounters that match the given criteria.
list(Pageable, PagedResourcesAssembler<Gauge>) - Method in class org.springframework.xd.dirt.rest.metrics.GaugesController
 
list(Pageable, PagedResourcesAssembler<RichGauge>) - Method in class org.springframework.xd.dirt.rest.metrics.RichGaugesController
 
list(Pageable, PagedResourcesAssembler<ModuleDefinition>, ModuleType) - Method in class org.springframework.xd.dirt.rest.ModulesController
List Module definitions.
list(Pageable, PagedResourcesAssembler<ModuleMetadata>) - Method in class org.springframework.xd.dirt.rest.ModulesMetadataController
List module metadata for all the deployed modules.
list(Pageable, PagedResourcesAssembler<StreamDefinition>) - Method in class org.springframework.xd.dirt.rest.StreamsController
List stream definitions.
list() - Method in interface org.springframework.xd.rest.client.AggregateCounterOperations
List the names of the available aggregate counters
list() - Method in interface org.springframework.xd.rest.client.CounterOperations
Retrieve basic information (i.e.
list() - Method in interface org.springframework.xd.rest.client.FieldValueCounterOperations
Retrieve basic information (i.e.
list() - Method in interface org.springframework.xd.rest.client.GaugeOperations
List the names of the available gauges.
list() - Method in class org.springframework.xd.rest.client.impl.AggregateCounterTemplate
 
list() - Method in class org.springframework.xd.rest.client.impl.CounterTemplate
 
list() - Method in class org.springframework.xd.rest.client.impl.FieldValueCounterTemplate
 
list() - Method in class org.springframework.xd.rest.client.impl.GaugeTemplate
 
list() - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
list(RESTModuleType) - Method in class org.springframework.xd.rest.client.impl.ModuleTemplate
 
list() - Method in class org.springframework.xd.rest.client.impl.RichGaugeTemplate
 
list() - Method in class org.springframework.xd.rest.client.impl.StreamTemplate
 
list() - Method in interface org.springframework.xd.rest.client.JobOperations
List jobs known to the system.
list(RESTModuleType) - Method in interface org.springframework.xd.rest.client.ModuleOperations
List modules known to the system.
list() - Method in interface org.springframework.xd.rest.client.RichGaugeOperations
List the names of the available richgauges
list() - Method in interface org.springframework.xd.rest.client.StreamOperations
List streams known to the system.
list() - Method in class org.springframework.xd.shell.command.AggregateCounterCommands
 
list() - Method in class org.springframework.xd.shell.command.CounterCommands
 
list() - Method in class org.springframework.xd.shell.command.FieldValueCounterCommands
 
list() - Method in class org.springframework.xd.shell.command.GaugeCommands
 
list() - Method in class org.springframework.xd.shell.command.RichGaugeCommands
 
listByContainer(Pageable, PagedResourcesAssembler<ModuleMetadata>, String) - Method in class org.springframework.xd.dirt.rest.ModulesMetadataController
List the module metadata for all the modules that are deployed to the given container.
listByContainerAndModuleId(String, String) - Method in class org.springframework.xd.dirt.rest.ModulesMetadataController
List the module metadata for the given moduleId and deployed to the given containerId.
listByModule(Pageable, PagedResourcesAssembler<ModuleMetadata>, String) - Method in class org.springframework.xd.dirt.rest.ModulesMetadataController
List the module metadata for all the modules with the given moduleId.
listContainers() - Method in class org.springframework.xd.rest.client.impl.RuntimeTemplate
 
listContainers() - Method in interface org.springframework.xd.rest.client.RuntimeOperations
 
listContainers() - Method in class org.springframework.xd.shell.command.RuntimeCommands
 
listDeployedModule(String, String) - Method in class org.springframework.xd.rest.client.impl.RuntimeTemplate
 
listDeployedModule(String, String) - Method in interface org.springframework.xd.rest.client.RuntimeOperations
 
listDeployedModules() - Method in class org.springframework.xd.rest.client.impl.RuntimeTemplate
 
listDeployedModules() - Method in interface org.springframework.xd.rest.client.RuntimeOperations
 
listDeployedModules(String, String) - Method in class org.springframework.xd.shell.command.RuntimeCommands
 
listDeployedModulesByContainer(String) - Method in class org.springframework.xd.rest.client.impl.RuntimeTemplate
 
listDeployedModulesByContainer(String) - Method in interface org.springframework.xd.rest.client.RuntimeOperations
 
listDeployedModulesByModuleId(String) - Method in class org.springframework.xd.rest.client.impl.RuntimeTemplate
 
listDeployedModulesByModuleId(String) - Method in interface org.springframework.xd.rest.client.RuntimeOperations
 
listDir(String) - Method in class org.springframework.xd.integration.util.HadoopUtils
Retrieves a list of entries in the hdfs at the path specified.
listJobExecutions() - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
listJobExecutions() - Method in interface org.springframework.xd.rest.client.JobOperations
List all Job Executions.
listJobExecutions() - Method in class org.springframework.xd.shell.command.JobCommands
 
listJobs() - Method in class org.springframework.xd.shell.command.JobCommands
 
listModules() - Method in class org.springframework.xd.shell.command.ModuleCommands
 
listProps() - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
listStepExecutions(long) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
listStepExecutions(long) - Method in interface org.springframework.xd.rest.client.JobOperations
Retrieve a List of StepExecutionInfoResources for the provided jobExecutionId.
listStepExecutions(long) - Method in class org.springframework.xd.shell.command.JobCommands
 
listStreams() - Method in class org.springframework.xd.shell.command.StreamCommands
 
listTimeZones() - Method in class org.springframework.xd.shell.command.ConfigCommands
Retrieve a list of available TimeZone Ids via a Spring XD Shell command.
listValues(Pageable, PagedResourcesAssembler<D>) - Method in class org.springframework.xd.dirt.rest.XDController
List module definitions.
loadClass(String, boolean) - Method in class org.springframework.xd.module.support.ParentLastURLClassLoader
 
loadConfiguration(String) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
loadJob(CuratorFramework, String, JobFactory) - Static method in class org.springframework.xd.dirt.server.DeploymentLoader
Load the Job instance for a given job nameif the job is deployed.
loadStream(CuratorFramework, String, StreamFactory) - Static method in class org.springframework.xd.dirt.server.DeploymentLoader
Load the Stream instance for a given stream name if the stream is deployed.
LocaleAwareStringToNumberConverterFactory - Class in org.springframework.xd.tuple
Converts from a String any JDK-standard Number implementation.
LocaleAwareStringToNumberConverterFactory(NumberFormat) - Constructor for class org.springframework.xd.tuple.LocaleAwareStringToNumberConverterFactory
 
LocalMessageBus - Class in org.springframework.xd.dirt.integration.bus
A simple implementation of MessageBus for in-process use.
LocalMessageBus() - Constructor for class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
locateApplicationContext(String, ModuleType) - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
Return a resource pointing to an ApplicationContext XML definition file.
locateApplicationContext(String, ModuleType) - Method in class org.springframework.xd.dirt.module.RedisModuleRegistry
 
locateApplicationContext(String, ModuleType) - Method in class org.springframework.xd.dirt.module.ResourceModuleRegistry
 
locateApplicationContexts(ModuleType) - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
Return a list of resources pointing to ApplicationContext XML definition files.
locateApplicationContexts(ModuleType) - Method in class org.springframework.xd.dirt.module.RedisModuleRegistry
 
locateApplicationContexts(ModuleType) - Method in class org.springframework.xd.dirt.module.ResourceModuleRegistry
 
log() - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new logSink that will write output to the XD log.
LOG - Variable in class org.springframework.xd.shell.hadoop.ConfigurationAware
 
logAbandoned - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
logCacheEvent(Logger, PathChildrenCacheEvent) - Static method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Utility method to log events.
logger - Variable in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
logger - Variable in class org.springframework.xd.dirt.container.initializer.AbstractResourceBeanDefinitionProvider
 
logger - Variable in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
logger - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
logger - Variable in class org.springframework.xd.dirt.plugins.AbstractPlugin
Logger.
logger - Variable in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
 
logger - Variable in class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
 
logger - Variable in class org.springframework.xd.dirt.plugins.job.ModuleJobLauncher
 
logger - Variable in class org.springframework.xd.dirt.server.ArrivingContainerModuleRedeployer
Logger.
logger - Variable in class org.springframework.xd.dirt.server.DepartingContainerModuleRedeployer
Logger.
logger - Variable in class org.springframework.xd.test.AbstractExternalResourceTestSupport
 
LoggingCacheListener<K,V> - Class in org.springframework.xd.gemfire.server
A simple cache listener that will log events.
LoggingCacheListener() - Constructor for class org.springframework.xd.gemfire.server.LoggingCacheListener
 
LoggingCacheListener(String) - Constructor for class org.springframework.xd.gemfire.server.LoggingCacheListener
 
LoginController - Class in org.springframework.xd.dirt.web.controller
Controller responsible for setting up the login page.
LoginController() - Constructor for class org.springframework.xd.dirt.web.controller.LoginController
 
LogSink - Class in org.springframework.xd.test.fixtures
A test fixture that represents the log sink
LogSink(String) - Constructor for class org.springframework.xd.test.fixtures.LogSink
Establishes the module name for the log.
LogSinkOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Captures options for the log sink module.
LogSinkOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.LogSinkOptionsMetadata
 
logUnwantedRedeployment(String, String) - Method in class org.springframework.xd.dirt.server.ModuleRedeployer
Log unwanted re-deployment of the module if the module count is less than or equal to zero.
logUpdateError(Exception) - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
 
longOperations - Variable in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
lookupOrCreateSharedChannel(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SharedChannelProvider
 
lookupSharedChannel(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SharedChannelProvider
 
lookupStream(String) - Method in class org.springframework.xd.dirt.stream.dsl.StreamConfigParser
 
lookupStream(String) - Method in interface org.springframework.xd.dirt.stream.dsl.StreamLookupEnvironment
Look up a previously defined stream by name, returns the parsed AST for it.
ls(String, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 

M

MailProtocol - Enum in org.springframework.xd.mail
The list of supported mail protocols.
MailServerMixin - Class in org.springframework.xd.mail
Typical options for configuring connection to a mail server.
MailServerMixin() - Constructor for class org.springframework.xd.mail.MailServerMixin
 
MailSink - Class in org.springframework.xd.test.fixtures
A fixture to help test the mail sink module.
MailSink() - Constructor for class org.springframework.xd.test.fixtures.MailSink
 
MailSinkOptionsMetadata - Class in org.springframework.xd.mail
Captures options for the mail sink module.
MailSinkOptionsMetadata() - Constructor for class org.springframework.xd.mail.MailSinkOptionsMetadata
 
MailSourceOptionsMetadata - Class in org.springframework.xd.mail
Captures options for the mail source module.
MailSourceOptionsMetadata() - Constructor for class org.springframework.xd.mail.MailSourceOptionsMetadata
 
main(String[]) - Static method in class org.springframework.xd.batch.hsqldb.server.HsqlServerApplication
 
main(String[]) - Static method in class org.springframework.xd.dirt.server.AdminServerApplication
 
main(String[]) - Static method in class org.springframework.xd.dirt.server.ContainerServerApplication
 
main(String[]) - Static method in class org.springframework.xd.dirt.server.SingleNodeApplication
 
main(String[]) - Static method in class org.springframework.xd.dirt.web.StandAloneUiApp
 
main(String[]) - Static method in class org.springframework.xd.documentation.AsciidocLinkChecker
 
main(String[]) - Static method in class org.springframework.xd.gemfire.server.CacheServer
 
main(String[]) - Static method in class org.springframework.xd.yarn.AppMaster
 
main(String[]) - Static method in class org.springframework.xd.yarn.ClientApp
 
makeInstance(D) - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
Create an running instance out of the given definition;
makeInstance(JobDefinition) - Method in class org.springframework.xd.dirt.stream.JobDeployer
 
makeInstance(StreamDefinition) - Method in class org.springframework.xd.dirt.stream.StreamDeployer
Create an running instance out of the given definition;
makeTempDir() - Static method in class org.springframework.xd.test.fixtures.DisposableFileSupport
Utility method to create an empty directory.
mapFieldSet(FieldSet) - Method in class org.springframework.xd.tuple.batch.TupleFieldSetMapper
 
mapInput(A, I) - Method in interface org.springframework.xd.analytics.ml.InputMapper
Maps the given input I into an appropriate model-input MI for the given Analytic A.
mapOutput(A, I, MO) - Method in interface org.springframework.xd.analytics.ml.OutputMapper
Maps the model-output MO to an appropriate output O.
MappedAnalytic<I,O,MI,MO,A extends MappedAnalytic<I,O,MI,MO,A>> - Class in org.springframework.xd.analytics.ml
An Analytic that supports the mapping of input and output to and from internal representations by applying the given InputMapper and OutputMapper respectively.
MappedAnalytic(InputMapper<I, A, MI>, OutputMapper<I, O, A, MO>) - Constructor for class org.springframework.xd.analytics.ml.MappedAnalytic
Creates a new MappedAnalytic.
MappedRequestHeadersMixin - Class in org.springframework.xd.module.options.mixins
Base class for mixins that add the mappedRequestHeaders option.
MappedRequestHeadersMixin(String) - Constructor for class org.springframework.xd.module.options.mixins.MappedRequestHeadersMixin
 
MappedRequestHeadersMixin.Amqp - Class in org.springframework.xd.module.options.mixins
 
MappedRequestHeadersMixin.Amqp() - Constructor for class org.springframework.xd.module.options.mixins.MappedRequestHeadersMixin.Amqp
 
MappedRequestHeadersMixin.Http - Class in org.springframework.xd.module.options.mixins
 
MappedRequestHeadersMixin.Http() - Constructor for class org.springframework.xd.module.options.mixins.MappedRequestHeadersMixin.Http
 
MappedResponseHeadersMixin - Class in org.springframework.xd.module.options.mixins
Base class for mixins that add the mappedResponseHeaders option.
MappedResponseHeadersMixin(String) - Constructor for class org.springframework.xd.module.options.mixins.MappedResponseHeadersMixin
 
MappedResponseHeadersMixin.Http - Class in org.springframework.xd.module.options.mixins
 
MappedResponseHeadersMixin.Http() - Constructor for class org.springframework.xd.module.options.mixins.MappedResponseHeadersMixin.Http
 
Mapper - Interface in org.springframework.xd.analytics.ml
 
mapRow(ResultSet, int) - Method in class org.springframework.xd.tuple.batch.TupleRowMapper
 
mapToBytes(Map<String, String>) - Static method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Convert a map of string key/value pairs to a JSON string in a byte array.
MapToTupleTransformer - Class in org.springframework.xd.tuple.integration
Converts from a Map to the Tuple data structure.
MapToTupleTransformer() - Constructor for class org.springframework.xd.tuple.integration.MapToTupleTransformer
 
maskPassword(String) - Static method in class org.springframework.xd.shell.util.CommonUtils
Simple method to replace characters in a String with asterisks to mask the password.
maskPasswordsInDefinition(String) - Static method in class org.springframework.xd.dirt.rest.PasswordUtils
This method takes a definition String as input parameter.
match(ModuleDescriptor, ModuleDeploymentProperties, Iterable<Container>) - Method in interface org.springframework.xd.dirt.cluster.ContainerMatcher
Matches the provided module against one of the candidate containers.
match(ModuleDescriptor, ModuleDeploymentProperties, Iterable<Container>) - Method in class org.springframework.xd.dirt.cluster.DefaultContainerMatcher
Matches the provided module against one of the candidate containers.
match(ModuleDescriptor, ModuleDeploymentProperties, Iterable<Container>) - Method in class org.springframework.xd.dirt.cluster.RedeploymentContainerMatcher
Matches the provided module against one of the candidate containers.
matches(Object, Description) - Method in class org.springframework.xd.test.fixtures.EventuallyMatcher
 
matches(Object, Description) - Method in class org.springframework.xd.test.fixtures.FileSink.FileSinkContentsMatcher
 
matches(Object, Description) - Method in class org.springframework.xd.test.fixtures.MetricHasSimpleValueMatcher
 
MAX_ATTEMPTS - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The maximum delivery attempts when a delivery fails.
MAX_CONCURRENCY - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The maximum number of concurrent deliveries.
maxActive - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
maxAge - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
maxIdle - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
maxWait - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
maybeLocateClasspath(Resource, String, ModuleType) - Method in class org.springframework.xd.dirt.module.AbstractModuleRegistry
Return an array of jar files locations or null if the module is a plain xml file.
maybeLocateClasspath(Resource, String, ModuleType) - Method in class org.springframework.xd.dirt.module.ResourceModuleRegistry
 
MBeanExportingPlugin - Class in org.springframework.xd.dirt.plugins
Exports MBeans from a module using a unique domain name xd.[group].[module].
MBeanExportingPlugin() - Constructor for class org.springframework.xd.dirt.plugins.MBeanExportingPlugin
 
mbeanServer() - Method in class org.springframework.xd.dirt.server.ParentConfiguration
 
MediaTypeConverter - Class in org.springframework.xd.shell.converter
Knows how to parse String representations of MediaType.
MediaTypeConverter() - Constructor for class org.springframework.xd.shell.converter.MediaTypeConverter
 
MEDIATYPES_MEDIATYPE_ALL - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
message - Variable in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
MessageBus - Interface in org.springframework.xd.dirt.integration.bus
A strategy interface used to bind a MessageChannel to a logical name.
messageBus - Variable in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
messageBus - Variable in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModule
 
messageBus - Variable in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModuleFactory
 
messageBus() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
MessageBusAwareChannelResolver - Class in org.springframework.xd.dirt.integration.bus
A DestinationResolver implementation that first checks for any channel whose name begins with a colon in the MessageBus.
MessageBusAwareChannelResolver(MessageBus, Properties) - Constructor for class org.springframework.xd.dirt.integration.bus.MessageBusAwareChannelResolver
 
MessageBusAwareRouterBeanPostProcessor - Class in org.springframework.xd.dirt.integration.bus
A BeanPostProcessor that sets a MessageBusAwareChannelResolver on any bean of type AbstractMappingMessageRouter within the context.
MessageBusAwareRouterBeanPostProcessor(MessageBus, Properties) - Constructor for class org.springframework.xd.dirt.integration.bus.MessageBusAwareRouterBeanPostProcessor
 
MessageBusException - Exception in org.springframework.xd.dirt.integration.bus
Exception thrown to indicate a message bus error (most likely a configuration error).
MessageBusException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.integration.bus.MessageBusException
 
MessageBusSupport - Class in org.springframework.xd.dirt.integration.bus
 
MessageBusSupport() - Constructor for class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
MessageBusSupport.DirectHandler - Class in org.springframework.xd.dirt.integration.bus
 
MessageBusSupport.DirectHandler(MessageChannel) - Constructor for class org.springframework.xd.dirt.integration.bus.MessageBusSupport.DirectHandler
 
MessageBusSupport.PartitioningMetadata - Class in org.springframework.xd.dirt.integration.bus
 
MessageBusSupport.PartitioningMetadata(AbstractBusPropertiesAccessor) - Constructor for class org.springframework.xd.dirt.integration.bus.MessageBusSupport.PartitioningMetadata
 
MessageBusSupport.SetBuilder - Class in org.springframework.xd.dirt.integration.bus
 
MessageBusSupport.SetBuilder() - Constructor for class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SetBuilder
 
MessageBusSupport.SharedChannelProvider<T extends org.springframework.messaging.MessageChannel> - Class in org.springframework.xd.dirt.integration.bus
Looks up or optionally creates a new channel to use.
messageChannel - Variable in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModule
 
MessageConverterUtils - Class in org.springframework.xd.dirt.integration.bus.converter
Message conversion utility methods.
MessageConverterUtils() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.MessageConverterUtils
 
MessageCounterHandler - Class in org.springframework.xd.analytics.metrics.integration
Counts the number of non-null messages using an underlying CounterRepository.
MessageCounterHandler(CounterRepository, String) - Constructor for class org.springframework.xd.analytics.metrics.integration.MessageCounterHandler
 
MessageDateFormatMethodExecutor - Class in org.springframework.xd.integration.hadoop.partition
A MethodExecutor handling formatting using a SimpleDateFormat.
MessageDateFormatMethodExecutor() - Constructor for class org.springframework.xd.integration.hadoop.partition.MessageDateFormatMethodExecutor
Instantiates a new message date format method executor.
MessageDateFormatMethodExecutor(String) - Constructor for class org.springframework.xd.integration.hadoop.partition.MessageDateFormatMethodExecutor
Instantiates a new message date format method executor.
MessageExpressionMethods - Class in org.springframework.xd.integration.hadoop.partition
Helper class to work with a spel expressions resolving values from a Message.
MessageExpressionMethods(StandardEvaluationContext) - Constructor for class org.springframework.xd.integration.hadoop.partition.MessageExpressionMethods
Instantiates a new message expression methods with a StandardEvaluationContext.
MessageExpressionMethods(StandardEvaluationContext, boolean) - Constructor for class org.springframework.xd.integration.hadoop.partition.MessageExpressionMethods
Instantiates a new message expression methods with a StandardEvaluationContext.
MessagePartitionKeyMethodResolver - Class in org.springframework.xd.integration.hadoop.partition
A Message specific MethodResolver.
MessagePartitionKeyMethodResolver() - Constructor for class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyMethodResolver
 
MessagePartitionKeyPropertyAccessor - Class in org.springframework.xd.integration.hadoop.partition
A PropertyAccessor reading values from a backing Message used by a partition key.
MessagePartitionKeyPropertyAccessor() - Constructor for class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyPropertyAccessor
 
MessagePartitionStrategy<T> - Class in org.springframework.xd.integration.hadoop.partition
A PartitionStrategy which is used to provide a generic partitioning support using Spring SpEL.
MessagePartitionStrategy(Expression, StandardEvaluationContext) - Constructor for class org.springframework.xd.integration.hadoop.partition.MessagePartitionStrategy
Instantiates a new message partition strategy with EvaluationContext.
MessagePartitionStrategy(String, StandardEvaluationContext) - Constructor for class org.springframework.xd.integration.hadoop.partition.MessagePartitionStrategy
Instantiates a new message partition strategy with EvaluationContext.
METADATA - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of metadata node.
Metric - Interface in org.springframework.xd.analytics.metrics.core
Super interface for all metrics.
MetricHasSimpleValueMatcher<U,T extends AbstractMetricSink & HasDisplayValue<U>> - Class in org.springframework.xd.test.fixtures
A matcher that will assert that the <metric type> display xxx shell command displays the expected value.
MetricHasSimpleValueMatcher(U) - Constructor for class org.springframework.xd.test.fixtures.MetricHasSimpleValueMatcher
 
MetricNameMixin - Class in org.springframework.xd.analytics.metrics.metadata
Adds a name option, intended to capture the name of the metric.
MetricNameMixin() - Constructor for class org.springframework.xd.analytics.metrics.metadata.MetricNameMixin
 
MetricRepository<M extends Metric> - Interface in org.springframework.xd.analytics.metrics.core
A repository to save, delete and find Metric instances.
MetricResource - Class in org.springframework.xd.rest.domain.metrics
Base class for resources that adhere to the Metric interface.
MetricResource(String) - Constructor for class org.springframework.xd.rest.domain.metrics.MetricResource
Construct a new resource.
MetricResource() - Constructor for class org.springframework.xd.rest.domain.metrics.MetricResource
No arg constructor for serialization frameworks.
MetricResource.Page - Class in org.springframework.xd.rest.domain.metrics
Dedicated subclass to workaround type erasure.
MetricResource.Page() - Constructor for class org.springframework.xd.rest.domain.metrics.MetricResource.Page
 
MetricUtils - Class in org.springframework.xd.analytics.metrics.core
Utility class, primarily to avoid exposing mutable objects beyond the core package.
MetricUtils() - Constructor for class org.springframework.xd.analytics.metrics.core.MetricUtils
 
MGMT_PORT_KEY - Static variable in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
minEvictableIdleTimeMillis - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
minIdle - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
minus(DateTime, int) - Method in enum org.springframework.xd.analytics.metrics.core.AggregateCountResolution
Subtracts this resolution a given number of times from a supplied date.
Mixin - Annotation Type in org.springframework.xd.module.options.spi
Instructs the runtime to mix in other POJO bases module option metadata classes into the one that is annotated with this annotation.
mkdir(String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
MOCK_AC - Static variable in class org.springframework.xd.dirt.integration.bus.BusTestUtils
 
MOCK_BF - Static variable in class org.springframework.xd.dirt.integration.bus.BusTestUtils
 
mode(String) - Method in class org.springframework.xd.test.fixtures.SimpleFileSink
Establishes the mode in which the SimpleFileSink.
Module - Class in org.springframework.xd.integration.util.jmxresult
Represents an XD Module that is returned from a JMX Query.
Module() - Constructor for class org.springframework.xd.integration.util.jmxresult.Module
 
Module - Interface in org.springframework.xd.module.core
 
MODULE_DEPLOYMENTS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of module deployments node.
MODULE_INPUT_CHANNEL - Static variable in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
MODULE_OUTPUT_CHANNEL - Static variable in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
ModuleAlreadyExistsException - Exception in org.springframework.xd.dirt.module
Thrown when trying to create a new module with the given name and type, but one already exists.
ModuleAlreadyExistsException(String, ModuleType) - Constructor for exception org.springframework.xd.dirt.module.ModuleAlreadyExistsException
 
ModuleCommands - Class in org.springframework.xd.shell.command
Commands for working with modules.
ModuleCommands() - Constructor for class org.springframework.xd.shell.command.ModuleCommands
 
ModuleCommands.QualifiedModuleName - Class in org.springframework.xd.shell.command
 
ModuleCommands.QualifiedModuleName(String, RESTModuleType) - Constructor for class org.springframework.xd.shell.command.ModuleCommands.QualifiedModuleName
 
ModuleConfigurationException - Exception in org.springframework.xd.dirt.plugins
Thrown when something is wrong with options passed to a module.
ModuleConfigurationException(String) - Constructor for exception org.springframework.xd.dirt.plugins.ModuleConfigurationException
 
ModuleConfigurationException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.plugins.ModuleConfigurationException
 
ModuleDefinition - Class in org.springframework.xd.module
Defines a module.
ModuleDefinition(String, ModuleType) - Constructor for class org.springframework.xd.module.ModuleDefinition
 
ModuleDefinition(String, ModuleType, Resource) - Constructor for class org.springframework.xd.module.ModuleDefinition
 
ModuleDefinition(String, ModuleType, Resource, URL[]) - Constructor for class org.springframework.xd.module.ModuleDefinition
 
ModuleDefinitionMixin - Interface in org.springframework.xd.dirt.module.store
Mixin for Jackson that will ignore the Resource, Classpath, Composed and ModuleOptionMetadata properties of a ModuleDefinition.
ModuleDefinitionRepository - Interface in org.springframework.xd.dirt.module
 
ModuleDefinitionRepositoryUtils - Class in org.springframework.xd.dirt.module.support
Encapsulate shared functionality between implementations of ModuleDefinitionRepository that can't be done using inheritance
ModuleDefinitionRepositoryUtils() - Constructor for class org.springframework.xd.dirt.module.support.ModuleDefinitionRepositoryUtils
 
ModuleDefinitionResource - Class in org.springframework.xd.rest.domain
Represents a Module Definition.
ModuleDefinitionResource() - Constructor for class org.springframework.xd.rest.domain.ModuleDefinitionResource
Default constructor for serialization frameworks.
ModuleDefinitionResource(String, String, boolean) - Constructor for class org.springframework.xd.rest.domain.ModuleDefinitionResource
 
ModuleDefinitionResource.Page - Class in org.springframework.xd.rest.domain
Dedicated subclass to workaround type erasure.
ModuleDefinitionResource.Page() - Constructor for class org.springframework.xd.rest.domain.ModuleDefinitionResource.Page
 
ModuleDefinitionResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model ModuleDefinition.
ModuleDefinitionResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.ModuleDefinitionResourceAssembler
 
ModuleDependencyRepository - Interface in org.springframework.xd.dirt.module
Used to track usage of modules from streams and composed modules.
ModuleDeployedEvent - Class in org.springframework.xd.dirt.event
 
ModuleDeployedEvent(Module, String) - Constructor for class org.springframework.xd.dirt.event.ModuleDeployedEvent
 
ModuleDeployer - Class in org.springframework.xd.dirt.module
Listens for deployment request messages and instantiates Modules accordingly, applying Plugin logic to them.
ModuleDeployer() - Constructor for class org.springframework.xd.dirt.module.ModuleDeployer
 
ModuleDeploymentProperties - Class in org.springframework.xd.module
Deployment properties for a module.
ModuleDeploymentProperties() - Constructor for class org.springframework.xd.module.ModuleDeploymentProperties
Create a map to hold module deployment properties.
ModuleDeploymentPropertiesProvider<P extends ModuleDeploymentProperties> - Interface in org.springframework.xd.dirt.server
Callback interface to obtain ModuleDeploymentProperties for a ModuleDescriptor.
moduleDeploymentRequests - Variable in class org.springframework.xd.dirt.server.ModuleRedeployer
Cache of children under the module deployment requests path.
ModuleDeploymentRequestsPath - Class in org.springframework.xd.dirt.core
Builder object for paths under Paths.REQUESTED.
ModuleDeploymentRequestsPath() - Constructor for class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Construct a ModuleDeploymentRequestsPath.
ModuleDeploymentRequestsPath(String) - Constructor for class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Construct a ModuleDeploymentRequestsPath.
ModuleDeploymentsPath - Class in org.springframework.xd.dirt.core
Builder object for paths under Paths.DEPLOYMENTS for module deployments.
ModuleDeploymentsPath() - Constructor for class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Construct a DeploymentsPath.
ModuleDeploymentsPath(String) - Constructor for class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Construct a DeploymentsPath.
ModuleDeploymentStatus - Class in org.springframework.xd.dirt.server
Status of a module deployment for a container.
ModuleDeploymentStatus(String, int, ModuleDescriptor.Key, ModuleDeploymentStatus.State, String) - Constructor for class org.springframework.xd.dirt.server.ModuleDeploymentStatus
Construct a ModuleDeploymentStatus.
ModuleDeploymentStatus(String, int, ModuleDescriptor.Key, Map<String, String>) - Constructor for class org.springframework.xd.dirt.server.ModuleDeploymentStatus
Construct a ModuleDeploymentStatus.
ModuleDeploymentStatus.State - Enum in org.springframework.xd.dirt.server
Module deployment states.
moduleDeploymentWriter - Variable in class org.springframework.xd.dirt.server.InitialDeploymentListener
Utility for writing module deployment requests to ZooKeeper.
ModuleDeploymentWriter - Class in org.springframework.xd.dirt.server
Utility class to write module deployment requests under /xd/deployments/modules.
ModuleDeploymentWriter(ZooKeeperConnection, ContainerMatcher) - Constructor for class org.springframework.xd.dirt.server.ModuleDeploymentWriter
Construct a ModuleDeploymentWriter with the default timeout value indicated by ModuleDeploymentWriter.DEFAULT_TIMEOUT.
ModuleDeploymentWriter(ZooKeeperConnection, ContainerMatcher, long) - Constructor for class org.springframework.xd.dirt.server.ModuleDeploymentWriter
Construct a ModuleDeploymentWriter.
moduleDescriptor - Variable in class org.springframework.xd.dirt.server.ModuleRedeployer.ModuleDeployment
 
ModuleDescriptor - Class in org.springframework.xd.module
Representation of a module in the context of a defined stream or job.
ModuleDescriptor.Builder - Class in org.springframework.xd.module
Builder object for ModuleDescriptor.
ModuleDescriptor.Builder() - Constructor for class org.springframework.xd.module.ModuleDescriptor.Builder
 
ModuleDescriptor.Key - Class in org.springframework.xd.module
Key to be used in Map of ModuleDescriptors.
ModuleDescriptor.Key(String, ModuleType, String) - Constructor for class org.springframework.xd.module.ModuleDescriptor.Key
Construct a key.
ModuleEnvironment - Class in org.springframework.xd.module.core
A dedicated Environment for a module, which restricts the values exposed to the PropertySourcesPlaceholderConfigurer living in the module context.
ModuleEnvironment(EnumerablePropertySource<?>, ConfigurableEnvironment) - Constructor for class org.springframework.xd.module.core.ModuleEnvironment
 
moduleInfo(ModuleCommands.QualifiedModuleName, boolean) - Method in class org.springframework.xd.shell.command.ModuleCommands
 
ModuleInfoPlugin - Class in org.springframework.xd.dirt.plugins
A plugin that exposes information such as the module name and index to be available inside the environment.
ModuleInfoPlugin() - Constructor for class org.springframework.xd.dirt.plugins.ModuleInfoPlugin
 
ModuleJobLauncher - Class in org.springframework.xd.dirt.plugins.job
Executes all jobs defined within a given stream once the context has been started.
ModuleJobLauncher(JobLauncher, JobRegistry, boolean, JobParametersBean) - Constructor for class org.springframework.xd.dirt.plugins.job.ModuleJobLauncher
 
ModuleMessageRateNotFoundException - Exception in org.springframework.xd.dirt.cluster
Exception thrown when getting message rate for deployed modules.
ModuleMessageRateNotFoundException() - Constructor for exception org.springframework.xd.dirt.cluster.ModuleMessageRateNotFoundException
Construct a ModuleMessageRateNotFoundException.
ModuleMessageRateNotFoundException(String) - Constructor for exception org.springframework.xd.dirt.cluster.ModuleMessageRateNotFoundException
Construct a ModuleMessageRateNotFoundException with a description.
ModuleMetadata - Class in org.springframework.xd.dirt.module.store
Represents runtime module model info.
ModuleMetadata(String, String, String, ModuleType, String, Properties, Properties) - Constructor for class org.springframework.xd.dirt.module.store.ModuleMetadata
 
ModuleMetadataRepository - Interface in org.springframework.xd.dirt.module.store
Repository for persisting ModuleMetadata
ModuleMetadataResource - Class in org.springframework.xd.rest.domain
Represents a runtime module.
ModuleMetadataResource(String, String, String, RESTModuleType, String, Properties, Properties, RESTDeploymentState) - Constructor for class org.springframework.xd.rest.domain.ModuleMetadataResource
 
ModuleMetadataResource.Page - Class in org.springframework.xd.rest.domain
Dedicated subclass to workaround type erasure.
ModuleMetadataResource.Page() - Constructor for class org.springframework.xd.rest.domain.ModuleMetadataResource.Page
 
ModuleMetadataResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to assemble ModuleMetadataResources out of ModuleMetadatas.
ModuleMetadataResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.ModuleMetadataResourceAssembler
 
moduleName(String) - Method in class org.springframework.xd.test.fixtures.Transform
Sets the groovy script the user wants to transform the input.
ModuleNode - Class in org.springframework.xd.dirt.stream.dsl
 
ModuleNode(LabelNode, String, int, int, ArgumentNode[]) - Constructor for class org.springframework.xd.dirt.stream.dsl.ModuleNode
 
ModuleNotDeployedException - Exception in org.springframework.xd.dirt.module
Exception thrown when a module doesn't exist in the container.
ModuleNotDeployedException(String, String) - Constructor for exception org.springframework.xd.dirt.module.ModuleNotDeployedException
 
ModuleObjectNamingStrategy - Class in org.springframework.xd.dirt.module.jmx
 
ModuleObjectNamingStrategy(String, Properties) - Constructor for class org.springframework.xd.dirt.module.jmx.ModuleObjectNamingStrategy
 
moduleOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
ModuleOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available against Module.
moduleOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with Modules' definitions.
ModuleOption - Class in org.springframework.xd.module.options
Provides information about an option that a user can set to customize the behavior of a module.
ModuleOption(String, String) - Constructor for class org.springframework.xd.module.options.ModuleOption
 
ModuleOption - Annotation Type in org.springframework.xd.module.options.spi
Used to annotate the setter methods of a POJO Module Options class to provide the framework with additional option information.
ModuleOptions - Class in org.springframework.xd.module.options
Represents runtime information about a module once user provided values are known.
ModuleOptions() - Constructor for class org.springframework.xd.module.options.ModuleOptions
 
ModuleOptionsMetadata - Interface in org.springframework.xd.module.options
Encapsulates metadata about the accepted options for a module.
ModuleOptionsMetadataResolver - Interface in org.springframework.xd.module.options
Implementations are able to derive ModuleOptionsMetadata for a given module.
ModulePlaceholders - Class in org.springframework.xd.module.options.spi
Defines constants for well known XD keys that are available at runtime for a module.
ModulePlaceholders() - Constructor for class org.springframework.xd.module.options.spi.ModulePlaceholders
 
ModuleRedeployer - Class in org.springframework.xd.dirt.server
Abstract ModuleRedeployer that deploy/re-deploys the unallocated/orphaned modules.
ModuleRedeployer(ZooKeeperConnection, ContainerRepository, StreamFactory, JobFactory, PathChildrenCache, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.ModuleRedeployer
Constructs ModuleRedeployer
ModuleRedeployer.ModuleDeployment - Class in org.springframework.xd.dirt.server
Holds information about a module that needs to be re-deployed.
ModuleRegistry - Interface in org.springframework.xd.dirt.module
 
MODULES - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of modules node.
ModulesAfterPipeRecoveryStrategy - Class in org.springframework.xd.dirt.stream.completion
Provides completions for the case where the user has entered a pipe symbol and a module reference is expected next.
ModulesAfterPipeRecoveryStrategy(XDParser, ModuleDefinitionRepository) - Constructor for class org.springframework.xd.dirt.stream.completion.ModulesAfterPipeRecoveryStrategy
Construct a new ExpandOneDashToTwoDashesRecoveryStrategy given the parser.
ModulesController - Class in org.springframework.xd.dirt.rest
Handles all Module related interactions.
ModulesController(CompositeModuleDefinitionService, DetailedModuleDefinitionResourceAssembler) - Constructor for class org.springframework.xd.dirt.rest.ModulesController
 
ModulesMetadataController - Class in org.springframework.xd.dirt.rest
Controller that handles the interaction with the deployed modules.
ModulesMetadataController(ModuleMetadataRepository) - Constructor for class org.springframework.xd.dirt.rest.ModulesMetadataController
 
ModuleTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the Module-related part of the API.
ModuleType - Enum in org.springframework.xd.module
Represents the kind of modules that make up a stream.
ModuleTypeConversionPlugin - Class in org.springframework.xd.dirt.plugins.stream
A Plugin for processing module message conversion parameters (inputType and outputType).
ModuleTypeConversionPlugin(Collection<AbstractFromMessageConverter>, Collection<AbstractFromMessageConverter>) - Constructor for class org.springframework.xd.dirt.plugins.stream.ModuleTypeConversionPlugin
 
ModuleTypeConversionPluginMetadataResolver - Class in org.springframework.xd.dirt.plugins.stream
A ModuleOptionsMetadataResolver that will dynamically add inputType and outputType options to every module, according to their type.
ModuleTypeConversionPluginMetadataResolver() - Constructor for class org.springframework.xd.dirt.plugins.stream.ModuleTypeConversionPluginMetadataResolver
 
ModuleUndeployedEvent - Class in org.springframework.xd.dirt.event
 
ModuleUndeployedEvent(Module, String) - Constructor for class org.springframework.xd.dirt.event.ModuleUndeployedEvent
 
moveFromLocal(String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
mqtt() - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new Mqttsink using the default RabbitMQ (MQTT-enbaled) broker host as specified in the environment.
mqtt() - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new MqttSource using the default RabbitMQ (MQTT-enbaled) broker host as specified in the environment.
MqttConnectionMixin - Class in org.springframework.xd.dirt.modules.metadata
Factors out common options about configuring a connection to an MQTT broker.
MqttConnectionMixin() - Constructor for class org.springframework.xd.dirt.modules.metadata.MqttConnectionMixin
 
MqttSink - Class in org.springframework.xd.test.fixtures
Test fixture that creates a mqtt sink.
MqttSink(String, int) - Constructor for class org.springframework.xd.test.fixtures.MqttSink
 
MqttSinkOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the mqtt sink module.
MqttSinkOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
MqttSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the mqtt source module.
MqttSource(String) - Constructor for class org.springframework.xd.test.fixtures.MqttSource
 
MqttSource(String, int) - Constructor for class org.springframework.xd.test.fixtures.MqttSource
 
MqttSourceOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the mqtt source module.
MqttSourceOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.MqttSourceOptionsMetadata
 
MqttTestSupport - Class in org.springframework.xd.test.mqtt
 
MqttTestSupport() - Constructor for class org.springframework.xd.test.mqtt.MqttTestSupport
 
MultiTypeCodec<T> - Interface in org.springframework.xd.dirt.integration.bus.serializer
Interface for classes that perform both serialization and deserialization.
mv(String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 

N

name - Variable in class org.springframework.xd.shell.command.ModuleCommands.QualifiedModuleName
 
NamedChannelModule - Interface in org.springframework.xd.dirt.test
Represents a module that is bound to a named channel.
NamedChannelSink - Interface in org.springframework.xd.dirt.test.sink
A Sink bound to a named channel.
NamedChannelSource - Interface in org.springframework.xd.dirt.test.source
A Source that binds to a named channel.
NamedColumnJdbcBatchItemWriter<T> - Class in org.springframework.xd.jdbc
JdbcBatchItemWriter which is customized for use with the XD JDBC import job.
NamedColumnJdbcBatchItemWriter() - Constructor for class org.springframework.xd.jdbc.NamedColumnJdbcBatchItemWriter
 
NamedColumnJdbcItemReader - Class in org.springframework.xd.jdbc
Reader which reads a row from a database as a delimited string from a predefined list of column names.
NamedColumnJdbcItemReader() - Constructor for class org.springframework.xd.jdbc.NamedColumnJdbcItemReader
 
NamedColumnJdbcItemReaderFactory - Class in org.springframework.xd.jdbc
Factory for configuring a NamedColumnJdbcItemReader.
NamedColumnJdbcItemReaderFactory() - Constructor for class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
NamedResource - Class in org.springframework.xd.rest.domain
Abstract base class for all resources that have a name.
NamedResource() - Constructor for class org.springframework.xd.rest.domain.NamedResource
No arg constructor for serialization frameworks.
NamedResource(String) - Constructor for class org.springframework.xd.rest.domain.NamedResource
 
names(String) - Method in class org.springframework.xd.test.fixtures.FilePollHdfsJob
Sets the column names the job will pull from the csv file
names(String) - Method in class org.springframework.xd.test.fixtures.HdfsJdbcJob
Sets the column names that will be written to.
names(String) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Sets the column names that will be written to.
NamingStrategyParser - Class in org.springframework.xd.integration.hadoop.config
Parser for the 'naming-strategy' element.
NamingStrategyParser() - Constructor for class org.springframework.xd.integration.hadoop.config.NamingStrategyParser
 
NetServerInboundChannelAdapter - Class in org.springframework.xd.integration.reactor.net
Inbound ChannelAdapter that uses Reactor's NetServer abstraction to provide high-speed TCP or UDP ingest.
NetServerInboundChannelAdapter(NetServerSpec) - Constructor for class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapter
 
netServerInboundChannelAdapter(NetServerSpec, MessageChannel) - Method in class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapterConfiguration
 
NetServerInboundChannelAdapterConfiguration - Class in org.springframework.xd.integration.reactor.net
 
NetServerInboundChannelAdapterConfiguration() - Constructor for class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapterConfiguration
 
NetServerSourceOptionsMetadata - Class in org.springframework.xd.integration.reactor.net
Provides metadata about the configuration options of a NetServer in Spring XD.
NetServerSourceOptionsMetadata() - Constructor for class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
netServerSpecFactoryBean(Environment) - Method in class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapterConfiguration
 
NetServerSpecFactoryBean - Class in org.springframework.xd.integration.reactor.net
 
NetServerSpecFactoryBean(Environment) - Constructor for class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
NetServerSpecFactoryBean(Environment, String) - Constructor for class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
NetServerSpecFactoryBean(Environment, Map<String, Codec>) - Constructor for class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
NetServerSpecFactoryBean(Environment, String, Map<String, Codec>) - Constructor for class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
NettyHttpInboundChannelAdapter - Class in org.springframework.integration.x.http
 
NettyHttpInboundChannelAdapter(int) - Constructor for class org.springframework.integration.x.http.NettyHttpInboundChannelAdapter
 
NettyHttpInboundChannelAdapter(int, boolean) - Constructor for class org.springframework.integration.x.http.NettyHttpInboundChannelAdapter
 
newInstance(MimeType) - Method in class org.springframework.xd.dirt.integration.bus.converter.CompositeMessageConverterFactory
Creation method.
newRow() - Method in class org.springframework.xd.shell.util.Table
Add a new empty row to the table.
newTuple(List<String>, List<Object>) - Method in class org.springframework.xd.tuple.TupleBuilder
 
next() - Method in class org.springframework.xd.dirt.zookeeper.ChildPathIterator
nextAvailablePort() - Static method in class org.springframework.xd.test.fixtures.AvailableSocketPorts
 
nextExecutionTime(TriggerContext) - Method in class org.springframework.xd.module.support.DateTrigger
 
NO_DEFAULT - Static variable in annotation type org.springframework.xd.module.options.spi.ModuleOption
 
NO_PROFILES - Static variable in interface org.springframework.xd.module.options.spi.ProfileNamesProvider
 
NoContainerException - Exception in org.springframework.xd.dirt.cluster
Exception thrown when there are no containers available for module deployment.
NoContainerException() - Constructor for exception org.springframework.xd.dirt.cluster.NoContainerException
Construct a NoContainerException.
NoContainerException(String) - Constructor for exception org.springframework.xd.dirt.cluster.NoContainerException
Construct a NoContainerException with a description.
NONE - Static variable in class org.springframework.xd.dirt.rest.XDController.QueryOptions
 
NonPollingImapSource - Class in org.springframework.xd.test.fixtures
Represents the imap source module, that does not use polling.
NonPollingImapSource() - Constructor for class org.springframework.xd.test.fixtures.NonPollingImapSource
 
NoSuchBatchJobException - Exception in org.springframework.xd.dirt.job
Exception thrown when there is no such batch job with the given name.
NoSuchBatchJobException(String) - Constructor for exception org.springframework.xd.dirt.job.NoSuchBatchJobException
 
NoSuchBatchJobException(String, String, Throwable) - Constructor for exception org.springframework.xd.dirt.job.NoSuchBatchJobException
 
NoSuchBatchJobException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.job.NoSuchBatchJobException
 
NoSuchBatchJobInstanceException - Exception in org.springframework.xd.dirt.job
Exception thrown when there is no such batch job instance with the given instanceId.
NoSuchBatchJobInstanceException(long) - Constructor for exception org.springframework.xd.dirt.job.NoSuchBatchJobInstanceException
 
NoSuchContainerException - Exception in org.springframework.xd.dirt.cluster
Exception thrown when the container in search could not be found.
NoSuchContainerException() - Constructor for exception org.springframework.xd.dirt.cluster.NoSuchContainerException
Construct a ContainerNotExistsException.
NoSuchContainerException(String) - Constructor for exception org.springframework.xd.dirt.cluster.NoSuchContainerException
Construct a ContainerNotExistsException with a description.
NoSuchDefinitionException - Exception in org.springframework.xd.dirt.stream
Exception which is raised when a named resource definition cannot be found.
NoSuchDefinitionException(String, String) - Constructor for exception org.springframework.xd.dirt.stream.NoSuchDefinitionException
Create a new exception.
NoSuchJobExecutionException - Exception in org.springframework.xd.dirt.job
Thrown when attempting to refer to JobExecution that does not exist.
NoSuchJobExecutionException(long) - Constructor for exception org.springframework.xd.dirt.job.NoSuchJobExecutionException
Create a new exception.
NoSuchMetricException - Exception in org.springframework.xd.dirt.analytics
Thrown when trying to access a named metric that does not exist.
NoSuchMetricException(String, String) - Constructor for exception org.springframework.xd.dirt.analytics.NoSuchMetricException
Construct a new exception.
NoSuchModuleException - Exception in org.springframework.xd.dirt.module
Thrown when attempting to refer to a module that does not exist.
NoSuchModuleException(String, ModuleType...) - Constructor for exception org.springframework.xd.dirt.module.NoSuchModuleException
Create a new exception.
NoSuchStepExecutionException - Exception in org.springframework.xd.dirt.job
Thrown when attempting to refer to StepExecution that does not exist.
NoSuchStepExecutionException(long) - Constructor for exception org.springframework.xd.dirt.job.NoSuchStepExecutionException
Create a new exception.
NOT_AVAILABLE - Static variable in class org.springframework.xd.shell.util.CommonUtils
 
NotDeployedException - Exception in org.springframework.xd.dirt.stream
Thrown when a definition was assumed to be deployed when it actually was not.
NotDeployedException(String, String) - Constructor for exception org.springframework.xd.dirt.stream.NotDeployedException
Create a new exception.
NumberFormatConverter - Class in org.springframework.xd.shell.converter
Knows how to convert from a String to a new NumberFormat instance.
NumberFormatConverter() - Constructor for class org.springframework.xd.shell.converter.NumberFormatConverter
 

O

obtainResource() - Method in class org.springframework.xd.test.AbstractExternalResourceTestSupport
Try to obtain and validate a resource.
obtainResource() - Method in class org.springframework.xd.test.hadoop.HadoopFileSystemTestSupport
 
obtainResource() - Method in class org.springframework.xd.test.mqtt.MqttTestSupport
 
obtainResource() - Method in class org.springframework.xd.test.rabbit.RabbitTestSupport
 
obtainResource() - Method in class org.springframework.xd.test.redis.RedisTestSupport
 
of(int, int) - Static method in enum org.springframework.xd.dirt.stream.ParsingContext.Position
Return the position instance for a module appearing at index inside a stream made of [0..lastIndex] (inclusive).
of(String, Object) - Method in class org.springframework.xd.tuple.TupleBuilder
 
of(String, Object, String, Object) - Method in class org.springframework.xd.tuple.TupleBuilder
 
of(String, Object, String, Object, String, Object) - Method in class org.springframework.xd.tuple.TupleBuilder
 
of(String, Object, String, Object, String, Object, String, Object) - Method in class org.springframework.xd.tuple.TupleBuilder
 
ofNamesAndValues(List<String>, List<Object>) - Method in class org.springframework.xd.tuple.TupleBuilder
 
onAlreadyDeployedException(AlreadyDeployedException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
Handles the case where client tried to deploy something that is already deployed.
onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.xd.dirt.container.initializer.AbstractComponentScanningBeanDefinitionProvider
 
onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.xd.dirt.container.initializer.AbstractResourceBeanDefinitionProvider
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.xd.dirt.server.ContainerRegistrar
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.xd.dirt.server.DeploymentSupervisor
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.xd.dirt.server.options.CommandLinePropertySourceOverridingListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.xd.dirt.util.XdConfigLoggingInitializer
Log config info upon admin or container server context refresh.
onApplicationEvent(ConfigurationModifiedEvent) - Method in class org.springframework.xd.shell.hadoop.ConfigurationAware
 
onBatchJobAlreadyExists(BatchJobAlreadyExistsException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onChildAdded(CuratorFramework, ChildData) - Method in class org.springframework.xd.dirt.server.InitialDeploymentListener
Handle the new deployment requests.
onChildAdded(CuratorFramework, ChildData) - Method in class org.springframework.xd.dirt.server.JobDeploymentListener
Handle the creation of a new job deployment.
onChildAdded(CuratorFramework, ChildData) - Method in class org.springframework.xd.dirt.server.StreamDeploymentListener
Handle the creation of a new stream deployment.
onChildRemoved(CuratorFramework, ChildData) - Method in class org.springframework.xd.dirt.server.InitialDeploymentListener
Handle the removal of module deployment requests.
onConnect(CuratorFramework) - Method in class org.springframework.xd.dirt.stream.zookeeper.RepositoryConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.CONNECTED event.
onConnect(CuratorFramework) - Method in interface org.springframework.xd.dirt.zookeeper.ZooKeeperConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.CONNECTED event.
onContainerShutdownException(ContainerShutdownException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onDefinitionAlreadyExistsException(DefinitionAlreadyExistsException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
Handles the case where client referenced an entity that already exists.
onDisconnect(CuratorFramework) - Method in class org.springframework.xd.dirt.stream.zookeeper.RepositoryConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.LOST event.
onDisconnect(CuratorFramework) - Method in interface org.springframework.xd.dirt.zookeeper.ZooKeeperConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.LOST event.
onException(Exception) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
Handles the general error case.
onInit() - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
onInit() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
onInit() - Method in class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
onInit() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsDataStoreMessageHandler
 
onInit() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsPartitionDataStoreMessageHandler
 
onInit() - Method in class org.springframework.xd.integration.reactor.net.NetServerInboundChannelAdapter
 
onInit() - Method in class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
 
onInvalidDefintion(StreamDefinitionException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
Handles the case where client tried to deploy something that is has an invalid definition.
onJobExecutionAlreadyRunningException(JobExecutionAlreadyRunningException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onJobExecutionNotRunningException(JobExecutionNotRunningException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onJobInstanceAlreadyCompleteException(JobInstanceAlreadyCompleteException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onJobParametersInvalidException(JobParametersInvalidException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onJobRestartException(JobRestartException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onMissingServletRequestParameterException(MissingServletRequestParameterException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
Handles the case where client submitted an ill valued request (missing parameter).
onModuleAlreadyExistsException(ModuleAlreadyExistsException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onModuleMessageRateNotFoundException(ModuleMessageRateNotFoundException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onModuleNotDeployedException(ModuleNotDeployedException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNoSuchContainerException(NoSuchContainerException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNoSuchDefinitionException(NoSuchDefinitionException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
Handles the case where client referenced an unknown entity.
onNoSuchJobException(NoSuchBatchJobException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNoSuchJobExecutionException(NoSuchJobExecutionException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNoSuchJobInstanceException(NoSuchBatchJobInstanceException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNoSuchMetricException(NoSuchMetricException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNoSuchModuleException(NoSuchModuleException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNoSuchStepExecutionException(NoSuchStepExecutionException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
 
onNotDeployedException(NotDeployedException) - Method in class org.springframework.xd.dirt.rest.RestControllerAdvice
Handles the case where client tried to un-deploy something that is not currently deployed.
onProcessError(I, Exception) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
onReadError(Exception) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
onResume(CuratorFramework) - Method in class org.springframework.xd.dirt.stream.zookeeper.RepositoryConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.RECONNECTED event.
onResume(CuratorFramework) - Method in interface org.springframework.xd.dirt.zookeeper.ZooKeeperConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.RECONNECTED event.
onSkipInProcess(Object, Throwable) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdSkipListener
 
onSkipInRead(Throwable) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdSkipListener
 
onSkipInWrite(Object, Throwable) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdSkipListener
 
onSuspend(CuratorFramework) - Method in class org.springframework.xd.dirt.stream.zookeeper.RepositoryConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.SUSPENDED event.
onSuspend(CuratorFramework) - Method in interface org.springframework.xd.dirt.zookeeper.ZooKeeperConnectionListener
Called when the Curator ConnectionStateListener receives a ConnectionState.SUSPENDED event.
onWriteError(Exception, List<? extends Object>) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
OPTION_SEPARATOR - Static variable in class org.springframework.xd.module.core.CompositeModule
 
OptionNameAfterDashDashRecoveryStrategy - Class in org.springframework.xd.dirt.stream.completion
Provides completion proposals when the user has typed the two dashes that precede a module option name.
OptionNameAfterDashDashRecoveryStrategy(XDParser, ModuleDefinitionRepository, ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.stream.completion.OptionNameAfterDashDashRecoveryStrategy
Construct a new ExpandOneDashToTwoDashesRecoveryStrategy given the parser,
OPTIONS_CLASS - Static variable in class org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver
Name of the property containing a POJO fully qualified classname, which will be used to create a PojoModuleOptionsMetadata.
OrderedContextInitializer - Interface in org.springframework.xd.dirt.container.initializer
Allows any necessary changes to the Target Context.
org.springframework.batch.integration.x - package org.springframework.batch.integration.x
Package for Batch integration extensions.
org.springframework.integration.x.gemfire - package org.springframework.integration.x.gemfire
Package for Gemfire integration extensions.
org.springframework.integration.x.http - package org.springframework.integration.x.http
Package for batch integration classes.
org.springframework.integration.x.splunk - package org.springframework.integration.x.splunk
Package for Splunk integration extensions.
org.springframework.integration.x.twitter - package org.springframework.integration.x.twitter
Package for twitter integration extensions.
org.springframework.xd.analytics.metrics.core - package org.springframework.xd.analytics.metrics.core
Package for core metrics.
org.springframework.xd.analytics.metrics.integration - package org.springframework.xd.analytics.metrics.integration
Package for metrics integration.
org.springframework.xd.analytics.metrics.memory - package org.springframework.xd.analytics.metrics.memory
Package for in-memory metrics.
org.springframework.xd.analytics.metrics.metadata - package org.springframework.xd.analytics.metrics.metadata
Package for metrics' options metadata.
org.springframework.xd.analytics.metrics.redis - package org.springframework.xd.analytics.metrics.redis
Package for Redis based metrics support.
org.springframework.xd.analytics.ml - package org.springframework.xd.analytics.ml
Package with core abstractions for Machine Learning Support.
org.springframework.xd.batch - package org.springframework.xd.batch
Package for XD batch database support.
org.springframework.xd.batch.hsqldb.server - package org.springframework.xd.batch.hsqldb.server
Package for HSQL database server.
org.springframework.xd.batch.item.hadoop - package org.springframework.xd.batch.item.hadoop
Package for batch item writer for hadoop.
org.springframework.xd.batch.item.jdbc - package org.springframework.xd.batch.item.jdbc
Package for JDBC item provider.
org.springframework.xd.dirt - package org.springframework.xd.dirt
Base package for DIRT (Distributed Integration RunTime).
org.springframework.xd.dirt.analytics - package org.springframework.xd.dirt.analytics
Package for DIRT analytics support.
org.springframework.xd.dirt.cluster - package org.springframework.xd.dirt.cluster
Package for DIRT cluster.
org.springframework.xd.dirt.container.initializer - package org.springframework.xd.dirt.container.initializer
Package for container context initializer classes.
org.springframework.xd.dirt.container.store - package org.springframework.xd.dirt.container.store
Package for container metadata store.
org.springframework.xd.dirt.core - package org.springframework.xd.dirt.core
Package for DIRT core classes.
org.springframework.xd.dirt.event - package org.springframework.xd.dirt.event
Package for DIRT events.
org.springframework.xd.dirt.integration.bus - package org.springframework.xd.dirt.integration.bus
Package for DIRT classes that integrate with MessageBus.
org.springframework.xd.dirt.integration.bus.converter - package org.springframework.xd.dirt.integration.bus.converter
Package for DIRT classes that provide message converters used to/from MessageBus.
org.springframework.xd.dirt.integration.bus.serializer - package org.springframework.xd.dirt.integration.bus.serializer
Package for DIRT classes that provide serialization/deserialization to/from MessageBus.
org.springframework.xd.dirt.integration.bus.serializer.kryo - package org.springframework.xd.dirt.integration.bus.serializer.kryo
Contains classes that provide kryo serialization support to/from MessageBus.
org.springframework.xd.dirt.integration.rabbit - package org.springframework.xd.dirt.integration.rabbit
This package contains an implementation of the MessageBus for RabbitMQ.
org.springframework.xd.dirt.integration.redis - package org.springframework.xd.dirt.integration.redis
This package contains an implementation of the MessageBus for Redis.
org.springframework.xd.dirt.jdbc.util - package org.springframework.xd.dirt.jdbc.util
Package for DIRT JDBC util classes.
org.springframework.xd.dirt.job - package org.springframework.xd.dirt.job
Provides classes that support spring batch admin for DIRT jobs.
org.springframework.xd.dirt.module - package org.springframework.xd.dirt.module
Base package for DIRT module.
org.springframework.xd.dirt.module.jmx - package org.springframework.xd.dirt.module.jmx
Package for DIRT module that provides JMX support.
org.springframework.xd.dirt.module.store - package org.springframework.xd.dirt.module.store
Package for module meta data.
org.springframework.xd.dirt.module.support - package org.springframework.xd.dirt.module.support
Package for DIRT module support.
org.springframework.xd.dirt.modules.metadata - package org.springframework.xd.dirt.modules.metadata
Package for DIRT modules options' metadata.
org.springframework.xd.dirt.plugins - package org.springframework.xd.dirt.plugins
Base Package for Spring XD plugins.
org.springframework.xd.dirt.plugins.job - package org.springframework.xd.dirt.plugins.job
Contains classes that support Spring Batch for Job plugins.
org.springframework.xd.dirt.plugins.job.support - package org.springframework.xd.dirt.plugins.job.support
Contains classes for improved Spring Batch support.
org.springframework.xd.dirt.plugins.job.support.listener - package org.springframework.xd.dirt.plugins.job.support.listener
Contains classes that support listeners for DIRT job lifecycle events.
org.springframework.xd.dirt.plugins.stream - package org.springframework.xd.dirt.plugins.stream
Package for Stream plugins.
org.springframework.xd.dirt.rest - package org.springframework.xd.dirt.rest
Provides a REST API for interacting with the XD runtime.
org.springframework.xd.dirt.rest.metrics - package org.springframework.xd.dirt.rest.metrics
Provides a REST API for XD metrics.
org.springframework.xd.dirt.server - package org.springframework.xd.dirt.server
Base package for DIRT server.
org.springframework.xd.dirt.server.options - package org.springframework.xd.dirt.server.options
Package for DIRT server options.
org.springframework.xd.dirt.stream - package org.springframework.xd.dirt.stream
Base package for processing DeploymentUnit (Stream/Job).
org.springframework.xd.dirt.stream.completion - package org.springframework.xd.dirt.stream.completion
Package for code completion provider for Stream/Job and their module names/options when used in Shell.
org.springframework.xd.dirt.stream.dsl - package org.springframework.xd.dirt.stream.dsl
Base package for processing DeploymentUnit(Stream/Job) DSL.
org.springframework.xd.dirt.stream.zookeeper - package org.springframework.xd.dirt.stream.zookeeper
Package for DeploymentUnit(Stream/Job)'s Zookeeper based repositories.
org.springframework.xd.dirt.test - package org.springframework.xd.dirt.test
Package for DIRT test classes.
org.springframework.xd.dirt.test.process - package org.springframework.xd.dirt.test.process
Package for processing chain test support.
org.springframework.xd.dirt.test.sink - package org.springframework.xd.dirt.test.sink
Package for test support sink that binds to named channel.
org.springframework.xd.dirt.test.source - package org.springframework.xd.dirt.test.source
Package for test support source that binds to named channel.
org.springframework.xd.dirt.util - package org.springframework.xd.dirt.util
Package for DIRT utils.
org.springframework.xd.dirt.web - package org.springframework.xd.dirt.web
Contains Spring MVC related classes, e.g.
org.springframework.xd.dirt.web.config - package org.springframework.xd.dirt.web.config
Contains Java Configuration classes.
org.springframework.xd.dirt.web.controller - package org.springframework.xd.dirt.web.controller
Contains Spring MVC web controllers.
org.springframework.xd.dirt.zookeeper - package org.springframework.xd.dirt.zookeeper
Package for DIRT Zookeeper support.
org.springframework.xd.distributed.util - package org.springframework.xd.distributed.util
Package for distributed test utility classes.
org.springframework.xd.documentation - package org.springframework.xd.documentation
 
org.springframework.xd.gemfire - package org.springframework.xd.gemfire
Package for gemfire extensions.
org.springframework.xd.gemfire.server - package org.springframework.xd.gemfire.server
Contains a simple driver application to run a Gemfire server.
org.springframework.xd.hadoop.fs - package org.springframework.xd.hadoop.fs
Package for hadoop FS related classes.
org.springframework.xd.http - package org.springframework.xd.http
Package for http extensions.
org.springframework.xd.integration.fixtures - package org.springframework.xd.integration.fixtures
Base package for integration fixtures.
org.springframework.xd.integration.hadoop - package org.springframework.xd.integration.hadoop
Base package for Hadoop/HDFS support.
org.springframework.xd.integration.hadoop.config - package org.springframework.xd.integration.hadoop.config
Provides classes for configuration - parsers, namespace handlers, factory beans.
org.springframework.xd.integration.hadoop.outbound - package org.springframework.xd.integration.hadoop.outbound
Provides classes supporting outbound endpoints.
org.springframework.xd.integration.hadoop.partition - package org.springframework.xd.integration.hadoop.partition
Package for HDFS Partitioning support.
org.springframework.xd.integration.reactor.config - package org.springframework.xd.integration.reactor.config
Package for Reactor integration configurations.
org.springframework.xd.integration.reactor.net - package org.springframework.xd.integration.reactor.net
Package for Reactor integration for network-aware server.
org.springframework.xd.integration.reactor.syslog - package org.springframework.xd.integration.reactor.syslog
Package for Reactor integration for syslog.
org.springframework.xd.integration.throughput - package org.springframework.xd.integration.throughput
Package for throughput sampler extensions.
org.springframework.xd.integration.util - package org.springframework.xd.integration.util
Package for integration test utility.
org.springframework.xd.integration.util.jmxresult - package org.springframework.xd.integration.util.jmxresult
Package for processing integration tests' JMX result.
org.springframework.xd.jdbc - package org.springframework.xd.jdbc
Package for JDBC extensions.
org.springframework.xd.mail - package org.springframework.xd.mail
Package for Mail module extensions.
org.springframework.xd.module - package org.springframework.xd.module
Root package of the Module support.
org.springframework.xd.module.core - package org.springframework.xd.module.core
Contains the Module core classes.
org.springframework.xd.module.options - package org.springframework.xd.module.options
Contains the ModuleOption related classes.
org.springframework.xd.module.options.mixins - package org.springframework.xd.module.options.mixins
A set of reusable mixins for defining module options metadata.
org.springframework.xd.module.options.spi - package org.springframework.xd.module.options.spi
SPI for Module Options.
org.springframework.xd.module.options.types - package org.springframework.xd.module.options.types
Contains custom module option types.
org.springframework.xd.module.support - package org.springframework.xd.module.support
Contains support classes for the Module support
org.springframework.xd.mongodb - package org.springframework.xd.mongodb
Package for mongodb extensions.
org.springframework.xd.rest.client - package org.springframework.xd.rest.client
Defines the various REST client operation interfaces.
org.springframework.xd.rest.client.impl - package org.springframework.xd.rest.client.impl
Contains REST client operation implementations.
org.springframework.xd.rest.client.impl.support - package org.springframework.xd.rest.client.impl.support
Contains support classes for the Rest client, e.g.
org.springframework.xd.rest.domain - package org.springframework.xd.rest.domain
Contains the resources managed by the REST API.
org.springframework.xd.rest.domain.metrics - package org.springframework.xd.rest.domain.metrics
Package for Rest domain metrics classes.
org.springframework.xd.rest.domain.support - package org.springframework.xd.rest.domain.support
Package for rest domain support classes.
org.springframework.xd.rest.domain.util - package org.springframework.xd.rest.domain.util
Package for common rest domain util classes.
org.springframework.xd.shell - package org.springframework.xd.shell
Package for core Spring XD Shell classes.
org.springframework.xd.shell.command - package org.springframework.xd.shell.command
Package for various Spring XD Shell commands.
org.springframework.xd.shell.command.support - package org.springframework.xd.shell.command.support
Provides support classes for the various shell commands.
org.springframework.xd.shell.converter - package org.springframework.xd.shell.converter
Contains Shell converter classes.
org.springframework.xd.shell.hadoop - package org.springframework.xd.shell.hadoop
Package for Hadoop Shell command classes.
org.springframework.xd.shell.util - package org.springframework.xd.shell.util
Contains utilities for rendering textual contents (example: text tables), to the console.
org.springframework.xd.splunk - package org.springframework.xd.splunk
Package for Splunk extensions.
org.springframework.xd.store - package org.springframework.xd.store
Package for analytics repository.
org.springframework.xd.tcp - package org.springframework.xd.tcp
Package for TCP extensions.
org.springframework.xd.test - package org.springframework.xd.test
Contains test support classes.
org.springframework.xd.test.fixtures - package org.springframework.xd.test.fixtures
Contains integration test fixtures classes.
org.springframework.xd.test.fixtures.util - package org.springframework.xd.test.fixtures.util
Contains test fixture utility classes.
org.springframework.xd.test.generator - package org.springframework.xd.test.generator
utilities to generate load on a server
org.springframework.xd.test.hadoop - package org.springframework.xd.test.hadoop
Contains HDFS test support classes.
org.springframework.xd.test.mqtt - package org.springframework.xd.test.mqtt
Contains MQTT test support classes.
org.springframework.xd.test.rabbit - package org.springframework.xd.test.rabbit
Contains Rabbit test support classes.
org.springframework.xd.test.redis - package org.springframework.xd.test.redis
Contains Redis support classes.
org.springframework.xd.tuple - package org.springframework.xd.tuple
Base package for tuple classes.
org.springframework.xd.tuple.batch - package org.springframework.xd.tuple.batch
Contains tuple batch classes.
org.springframework.xd.tuple.integration - package org.springframework.xd.tuple.integration
Contains classes that supports tuple integration such as tuple transformers etc.,
org.springframework.xd.tuple.processor - package org.springframework.xd.tuple.processor
Contains tuple processor classes.
org.springframework.xd.tuple.spel - package org.springframework.xd.tuple.spel
Contains tuple SpEL accessor classes.
org.springframework.xd.yarn - package org.springframework.xd.yarn
 
ORIGINAL_CONTENT_TYPE_HEADER - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
OutputMapper<I,O,A,MO> - Interface in org.springframework.xd.analytics.ml
An OutputMapper maps a given model input MO to an appropriate domain input O for the given analytic A by potentially using data from the original input I.

P

P2P_NAMED_CHANNEL_TYPE_PREFIX - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
PackageSuiteRunner - Class in org.springframework.xd.test
A Suite to run all concrete classes ending in Tests in the same package.
PackageSuiteRunner(Class<?>, RunnerBuilder) - Constructor for class org.springframework.xd.test.PackageSuiteRunner
 
padRight(String, int, char) - Static method in class org.springframework.xd.shell.util.CommonUtils
Right-pad a String with a configurable padding character.
padRight(String, int) - Static method in class org.springframework.xd.shell.util.CommonUtils
Right-pad the provided String with empty spaces.
PagingUtility<T extends java.lang.Comparable<? super T>> - Class in org.springframework.xd.dirt.util
Utility class for paging support in repository accessor methods.
PagingUtility() - Constructor for class org.springframework.xd.dirt.util.PagingUtility
 
ParentConfiguration - Class in org.springframework.xd.dirt.server
Beans defined and imported here are in the global parent context, hence available to the entire hierarchy, including Admins, Containers, and Modules.
ParentConfiguration() - Constructor for class org.springframework.xd.dirt.server.ParentConfiguration
 
ParentLastURLClassLoader - Class in org.springframework.xd.module.support
Extension for URLClassLoader that uses a parent-last (or child first) delegation.
ParentLastURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.xd.module.support.ParentLastURLClassLoader
 
parse(String) - Method in class org.springframework.xd.dirt.stream.dsl.StreamConfigParser
Parse a stream definition without supplying the stream name up front.
parse(String, String) - Method in class org.springframework.xd.dirt.stream.dsl.StreamConfigParser
Parse a stream definition.
parse(String, String, ParsingContext) - Method in interface org.springframework.xd.dirt.stream.XDParser
Parse a DSL string.
parse(String, String, ParsingContext) - Method in class org.springframework.xd.dirt.stream.XDStreamParser
Parse a DSL string.
parseArguments(Parameters) - Method in class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandler
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.xd.integration.hadoop.config.DatasetOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.xd.integration.hadoop.config.HdfsOutboundChannelAdapterParser
 
parseDeploymentProperties(String) - Static method in class org.springframework.xd.dirt.util.DeploymentPropertiesUtility
Parses a String comprised of 0 or more comma-delimited key=value pairs where each key has the format: module.[modulename].[key].
parseInternal(Element, ParserContext) - Method in class org.springframework.xd.integration.hadoop.config.NamingStrategyParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.xd.integration.hadoop.config.RolloverStrategyParser
 
parser - Variable in class org.springframework.xd.dirt.stream.AbstractDeployer
 
parser - Variable in class org.springframework.xd.dirt.stream.completion.StacktraceFingerprintingCompletionRecoveryStrategy
 
ParsingContext - Enum in org.springframework.xd.dirt.stream
Captures the context in which a parse operation is made.
ParsingContext.Position - Enum in org.springframework.xd.dirt.stream
Represents the position of a module in an XD DSL declaration.
partition(int) - Method in class org.springframework.batch.integration.x.RemoteFilePartitioner
 
PARTITION_COUNT - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The partition count.
PARTITION_HEADER - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
PARTITION_INDEX - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The consumer's partition index.
PARTITION_KEY_EXPRESSION - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The partition key expression.
PARTITION_KEY_EXTRACTOR_CLASS - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The partition key class.
PARTITION_SELECTOR_CLASS - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The partition selector class.
PARTITION_SELECTOR_EXPRESSION - Static variable in interface org.springframework.xd.dirt.integration.bus.BusProperties
The partition selector expression.
PartitionKeyExtractorStrategy - Interface in org.springframework.xd.dirt.integration.bus
Strategy for extracting a partition key from a Message.
PartitionSelectorStrategy - Interface in org.springframework.xd.dirt.integration.bus
Strategy for determining the partition to which a message should be sent.
PassthruModuleOptionsMetadata - Class in org.springframework.xd.module.options
Implementation of ModuleOptionsMetadata used when no explicit information about a module has been authored.
PassthruModuleOptionsMetadata() - Constructor for class org.springframework.xd.module.options.PassthruModuleOptionsMetadata
 
password - Variable in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
Password - Class in org.springframework.xd.module.options.types
This module option type represents a password.
Password(String) - Constructor for class org.springframework.xd.module.options.types.Password
 
passwordParameterPattern - Static variable in class org.springframework.xd.dirt.rest.PasswordUtils
 
PasswordUtils - Class in org.springframework.xd.dirt.rest
Provides common utility methods for JobDefinitions and StreamDefinitions (BaseDefinition), e.g.
Paths - Class in org.springframework.xd.dirt.zookeeper
Common paths and path utilities for XD components.
Paths() - Constructor for class org.springframework.xd.dirt.zookeeper.Paths
 
PipeIntoOtherModulesExpansionStrategy - Class in org.springframework.xd.dirt.stream.completion
Continues a well-formed stream definition by adding a pipe symbol and another module, provided that the stream definition hasn't reached its end yet.
PipeIntoOtherModulesExpansionStrategy(ModuleDefinitionRepository) - Constructor for class org.springframework.xd.dirt.stream.completion.PipeIntoOtherModulesExpansionStrategy
Construct a new PipeIntoOtherModulesExpansionStrategy given a ModuleDefinition repository.
Plugin - Interface in org.springframework.xd.module.core
To be implemented by classes that want to alter how a Module works.
PLUGIN_CONTEXT_CONFIG_ROOT - Static variable in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
pluginContext() - Method in class org.springframework.xd.dirt.server.SingleNodeApplication
 
PluginContextComponentScanningExtensionsInitializer - Class in org.springframework.xd.dirt.container.initializer
An OrderedContextInitializer to scan for annotation configured beans in xd.extensions.basepackages
PluginContextComponentScanningExtensionsInitializer() - Constructor for class org.springframework.xd.dirt.container.initializer.PluginContextComponentScanningExtensionsInitializer
 
PluginContextResourceExtensionsInitializer - Class in org.springframework.xd.dirt.container.initializer
An OrderedContextInitializer to scan resource locations xd.extensions.locations
PluginContextResourceExtensionsInitializer() - Constructor for class org.springframework.xd.dirt.container.initializer.PluginContextResourceExtensionsInitializer
 
PluginsInitializer - Class in org.springframework.xd.dirt.container.initializer
An OrderedContextInitializer to load out-of-the-box XD Plugins.
PluginsInitializer() - Constructor for class org.springframework.xd.dirt.container.initializer.PluginsInitializer
 
PojoCodec - Class in org.springframework.xd.dirt.integration.bus.serializer.kryo
Kryo Serializer that can handle arbitrary types
PojoCodec() - Constructor for class org.springframework.xd.dirt.integration.bus.serializer.kryo.PojoCodec
 
PojoModuleOptionsMetadata - Class in org.springframework.xd.module.options
An implementation of ModuleOptionsMetadata that derives its information from a plain old java object: public setters are reported as valid options the type of the option is derived from the accepted type by the setter ModuleOptions for such a POJO will work as follows: an instance of the class will be created reflectively and injected with user provided values, reported properties are computed from all the getters, the POJO may bear JSR303 validation annotations, which will be used to validate the interpolated options, if the POJO implements ProfileNamesProvider, profile names will be gathered from a reflective call to ProfileNamesProvider.profilesToActivate()
PojoModuleOptionsMetadata(Class<?>) - Constructor for class org.springframework.xd.module.options.PojoModuleOptionsMetadata
 
PojoModuleOptionsMetadata(Class<?>, ConversionService) - Constructor for class org.springframework.xd.module.options.PojoModuleOptionsMetadata
 
PojoToJsonMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to convert a Java object to a JSON String
PojoToJsonMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.PojoToJsonMessageConverter
 
PojoToStringMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to convert a Java object to a String using toString()
PojoToStringMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.PojoToStringMessageConverter
 
PollingMailSource - Class in org.springframework.xd.test.fixtures
Fixture that represents the mail source module, which uses polling (here forced to 1s).
PollingMailSource() - Constructor for class org.springframework.xd.test.fixtures.PollingMailSource
 
port - Variable in class org.springframework.xd.test.fixtures.AbstractMailSource
 
port(int) - Method in class org.springframework.xd.test.fixtures.AbstractMailSource
 
port(int) - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Sets the port that the HdfsMongoDb Job will transmit mongo commands
port - Variable in class org.springframework.xd.test.fixtures.JmsSource
 
port - Variable in class org.springframework.xd.test.fixtures.MqttSink
 
port - Variable in class org.springframework.xd.test.fixtures.TcpSource
 
portAvailable(int) - Static method in class org.springframework.xd.gemfire.server.CacheServer
 
position - Variable in exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
postData(String) - Method in class org.springframework.xd.test.fixtures.SimpleHttpSource
Make a HTTP POST request using the provided string in the http body.
postData(String) - Method in interface org.springframework.xd.test.generator.HttpGenerator
Generate a http POST request using the String as the body of the request.
postData(String) - Method in class org.springframework.xd.test.generator.SimpleHttpGenerator
 
postFromFile(File) - Method in class org.springframework.xd.test.fixtures.SimpleHttpSource
Generate a http request from the contents of a file
postFromFile(File) - Method in interface org.springframework.xd.test.generator.HttpGenerator
Generate a http request from the contents of a file
postFromFile(File) - Method in class org.springframework.xd.test.generator.SimpleHttpGenerator
 
postHttp(String, String, File, MediaType) - Method in class org.springframework.xd.shell.command.HttpCommands
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusAwareRouterBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusAwareRouterBeanPostProcessor
 
postProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
postProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.job.JobEventsListenerPlugin
 
postProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.job.JobPartitionerPlugin
 
postProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.job.JobPlugin
 
postProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.stream.ModuleTypeConversionPlugin
 
postProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.stream.StreamPlugin
 
postProcessModule(Module) - Method in interface org.springframework.xd.module.core.Plugin
Apply changes to the module after it is initialized i.e. after its context is refreshed, but before it is started.
PrefixNarrowingModuleOptions - Class in org.springframework.xd.module.options
A decorator on another instance of ModuleOptions (in practice, one representing options to a composed module) that will filter and remap property values exposed through its property source.
PrefixNarrowingModuleOptions(ModuleOptions, String) - Constructor for class org.springframework.xd.module.options.PrefixNarrowingModuleOptions
 
prepareStepExecutionTable(StepExecutionInfoResource, TimeZone) - Static method in class org.springframework.xd.shell.command.support.JobCommandsUtils
 
preProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
preProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.ContainerInfoPlugin
 
preProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.job.JobPlugin
 
preProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.MBeanExportingPlugin
 
preProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.ModuleInfoPlugin
 
preProcessModule(Module) - Method in class org.springframework.xd.dirt.plugins.stream.StreamPlugin
 
preProcessModule(Module) - Method in interface org.springframework.xd.module.core.Plugin
Apply changes to the module before it is initialized i.e. before its context is refreshed.
process(Message<?>, String) - Method in class org.springframework.xd.analytics.metrics.integration.AggregateCounterHandler
 
process(Message<?>) - Method in class org.springframework.xd.analytics.metrics.integration.FieldValueCounterHandler
 
process(Message<?>) - Method in class org.springframework.xd.analytics.metrics.integration.GaugeHandler
 
process(Message<?>) - Method in class org.springframework.xd.analytics.metrics.integration.MessageCounterHandler
 
process(Message<?>) - Method in class org.springframework.xd.analytics.metrics.integration.RichGaugeHandler
 
process(Tuple) - Method in interface org.springframework.xd.tuple.processor.TupleProcessor
 
PROCESS_ID_KEY - Static variable in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
Processors - Class in org.springframework.xd.integration.fixtures
A factory that provides fully instantiated processor fixtures.
Processors() - Constructor for class org.springframework.xd.integration.fixtures.Processors
 
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.xd.module.options.DefaultModuleOptionsMetadataCollector
 
processResults(ModuleDeploymentWriter.ResultCollector) - Method in class org.springframework.xd.dirt.server.ModuleDeploymentWriter
Block the calling thread until all expected results are returned or until a timeout occurs.
processValue(String, Object) - Method in class org.springframework.xd.analytics.metrics.integration.FieldValueCounterHandler
 
PRODUCER - Static variable in class org.springframework.xd.dirt.integration.bus.Binding
 
PRODUCER_PARTITIONING_PROPERTIES - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
ProfileNamesProvider - Interface in org.springframework.xd.module.options.spi
To be implemented by classes that instruct the framework to activate some named profiles.
profilesToActivate() - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
profilesToActivate() - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
profilesToActivate() - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
profilesToActivate() - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
profilesToActivate() - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
profilesToActivate() - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
profilesToActivate() - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
profilesToActivate() - Method in class org.springframework.xd.module.options.mixins.ExpressionOrScriptMixin
 
profilesToActivate() - Method in class org.springframework.xd.module.options.ModuleOptions
 
profilesToActivate() - Method in class org.springframework.xd.module.options.PrefixNarrowingModuleOptions
 
profilesToActivate() - Method in interface org.springframework.xd.module.options.spi.ProfileNamesProvider
 
profilesToActivate() - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.DecoderMixin
 
profilesToActivate() - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.EncoderMixin
 
progress(long, long) - Method in class org.springframework.xd.dirt.rest.BatchStepExecutionsController
Get the step execution progress for the given jobExecutions step.
progressInfoResourceAssembler - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
prompt(String, String, String...) - Method in class org.springframework.xd.shell.command.ConsoleUserInput
Loops until one of the options is provided.
prompt(String, String, String...) - Method in interface org.springframework.xd.shell.command.UserInput
Display a prompt text to the user and expect one of options in return.
properties(String) - Method in class org.springframework.xd.test.fixtures.Transform
Sets the properties to be used by the transform.
propertiesForDescriptor(ModuleDescriptor) - Method in class org.springframework.xd.dirt.server.DefaultModuleDeploymentPropertiesProvider
Return the deployment properties of type ModuleDeploymentProperties for the module descriptor.
propertiesForDescriptor(ModuleDescriptor) - Method in interface org.springframework.xd.dirt.server.ModuleDeploymentPropertiesProvider
Return the deployment properties of type ModuleDeploymentProperties for the module descriptor.
propertiesForDescriptor(ModuleDescriptor) - Method in class org.springframework.xd.dirt.server.RuntimeModuleDeploymentPropertiesProvider
Return the runtime deployment properties for the given module descriptor.
propertiesForDescriptor(ModuleDescriptor) - Method in class org.springframework.xd.dirt.server.StreamRuntimePropertiesProvider
Return the runtime deployment properties for the given module descriptor.
protocol - Variable in class org.springframework.xd.test.fixtures.AbstractMailSource
 
protocol(String) - Method in class org.springframework.xd.test.fixtures.AbstractMailSource
 
publish(P) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.BatchJobListener
 
publishWithThrowableHeader(P, String) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.BatchJobListener
 
PUBSUB_NAMED_CHANNEL_TYPE_PREFIX - Static variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
pubsubChannelProvider - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
put(String, String) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
put(String, String) - Method in class org.springframework.xd.module.ModuleDeploymentProperties
put(String, String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
put(String, Object) - Method in class org.springframework.xd.tuple.TupleBuilder
 
putAll(Map<? extends String, ? extends String>) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
putAll(Map<? extends String, ? extends String>) - Method in class org.springframework.xd.module.ModuleDeploymentProperties

Q

QualifiedModuleNameConverter - Class in org.springframework.xd.shell.converter
Knows how to build and query ModuleCommands.QualifiedModuleNames.
QualifiedModuleNameConverter() - Constructor for class org.springframework.xd.shell.converter.QualifiedModuleNameConverter
 
queue(String) - Method in class org.springframework.xd.test.fixtures.RabbitSource
Sets the queue for this fixture.
QUEUE_PREFIX - Static variable in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModuleFactory
 
queueChannelProvider - Variable in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Used to create and customize QueueChannels when the binding operation involves aliased names.

R

rabbit(String) - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new rabbitSink that will push messages to rabbit broker.
rabbitConnectionFactory(RabbitProperties, ConnectionFactory) - Method in class org.springframework.xd.dirt.server.ParentConfiguration
 
RabbitConnectionFactoryBean - Class in org.springframework.xd.dirt.integration.rabbit
Factory bean to create a RabbitMQ ConnectionFactory, optionally enabling SSL.
RabbitConnectionFactoryBean() - Constructor for class org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean
 
RabbitConnectionMixin - Class in org.springframework.xd.dirt.modules.metadata
Factors out options for the typical connection setup to RabbitMQ.
RabbitConnectionMixin() - Constructor for class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
rabbitFactory() - Method in class org.springframework.xd.dirt.server.ParentConfiguration
 
RabbitMessageBus - Class in org.springframework.xd.dirt.integration.rabbit
A MessageBus implementation backed by RabbitMQ.
RabbitMessageBus(ConnectionFactory, MultiTypeCodec<Object>) - Constructor for class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
RabbitSink - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the rabbit sink module.
RabbitSink(String, String, String) - Constructor for class org.springframework.xd.test.fixtures.RabbitSink
Initialize and instance of the RabbitSink
RabbitSinkOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Captures options to the rabbit sink module.
RabbitSinkOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
rabbitSource() - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new RabbitSource using the environment and defaults.
RabbitSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the rabbit source module.
RabbitSource(CachingConnectionFactory, String) - Constructor for class org.springframework.xd.test.fixtures.RabbitSource
Initialize and instance of the RabbitSource
RabbitSourceOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the rabbit source module.
RabbitSourceOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
RabbitTestSupport - Class in org.springframework.xd.test.rabbit
JUnit Rule that detects the fact that RabbitMQ is available on localhost.
RabbitTestSupport() - Constructor for class org.springframework.xd.test.rabbit.RabbitTestSupport
 
RandomConfigurationSupport - Class in org.springframework.xd.test
Support class to have random configuration for tests.
RandomConfigurationSupport() - Constructor for class org.springframework.xd.test.RandomConfigurationSupport
 
RangeCapableRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>> - Interface in org.springframework.xd.store
To be implemented by repositories that know how to return a slice of their data.
REACTOR_ENV_BEAN_NAME - Static variable in class org.springframework.xd.integration.reactor.config.ReactorNamespaceUtils
 
ReactorNamespaceHandler - Class in org.springframework.xd.integration.reactor.config
 
ReactorNamespaceHandler() - Constructor for class org.springframework.xd.integration.reactor.config.ReactorNamespaceHandler
 
ReactorNamespaceUtils - Class in org.springframework.xd.integration.reactor.config
Namespace parser helper for creating BeanDefinitionBuilder instances that have a reference to a Reactor Environment as their first constructor parameter.
ReactorNamespaceUtils() - Constructor for class org.springframework.xd.integration.reactor.config.ReactorNamespaceUtils
 
read(EvaluationContext, Object, String) - Method in class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyPropertyAccessor
 
read(EvaluationContext, Object, String) - Method in class org.springframework.xd.tuple.spel.TuplePropertyAccessor
 
recalculateJobStates(CuratorFramework, PathChildrenCache) - Method in class org.springframework.xd.dirt.server.JobDeploymentListener
Iterate all deployed jobs, recalculate the deployment status of each, and create an ephemeral node indicating the job state.
recalculateStreamStates(CuratorFramework, PathChildrenCache) - Method in class org.springframework.xd.dirt.server.StreamDeploymentListener
Iterate all deployed streams, recalculate the state of each, and create an ephemeral node indicating the stream state.
receive() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
receive(int) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
receive() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
receive(int) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
receive() - Method in class org.springframework.xd.dirt.test.sink.AbstractSingleNodeNamedChannelSink
 
receive(int) - Method in class org.springframework.xd.dirt.test.sink.AbstractSingleNodeNamedChannelSink
 
receive() - Method in interface org.springframework.xd.dirt.test.sink.NamedChannelSink
 
receive(int) - Method in interface org.springframework.xd.dirt.test.sink.NamedChannelSink
 
receivePayload() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
receivePayload(int) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
receivePayload() - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
receivePayload(int) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
receivePayload() - Method in class org.springframework.xd.dirt.test.sink.AbstractSingleNodeNamedChannelSink
 
receivePayload(int) - Method in class org.springframework.xd.dirt.test.sink.AbstractSingleNodeNamedChannelSink
 
receivePayload() - Method in interface org.springframework.xd.dirt.test.sink.NamedChannelSink
 
receivePayload(int) - Method in interface org.springframework.xd.dirt.test.sink.NamedChannelSink
 
RedeploymentContainerMatcher - Class in org.springframework.xd.dirt.cluster
Wrapper for ContainerMatcher used for redeployment of modules when a container exits the cluster.
RedeploymentContainerMatcher(ContainerMatcher, Collection<String>) - Constructor for class org.springframework.xd.dirt.cluster.RedeploymentContainerMatcher
Construct an ExcludingContainerMatcher.
redeployModule(ModuleRedeployer.ModuleDeployment, boolean) - Method in class org.springframework.xd.dirt.server.ModuleRedeployer
Redeploy a module to a container.
RedisAggregateCounterRepository - Class in org.springframework.xd.analytics.metrics.redis
Redis implementation of AggregateCounterRepository.
RedisAggregateCounterRepository(RedisConnectionFactory) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
RedisCounterRepository - Class in org.springframework.xd.analytics.metrics.redis
 
RedisCounterRepository(RedisConnectionFactory) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
RedisCounterRepository(String, RedisConnectionFactory) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
RedisFieldValueCounterRepository - Class in org.springframework.xd.analytics.metrics.redis
 
RedisFieldValueCounterRepository(RedisConnectionFactory) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
RedisFieldValueCounterRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
RedisGaugeRepository - Class in org.springframework.xd.analytics.metrics.redis
Redis backed implementation that uses Redis keys to store and update the value.
RedisGaugeRepository(RedisConnectionFactory) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisGaugeRepository
 
RedisGaugeRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisGaugeRepository
 
redisKeyFromId(ID) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
RedisMessageBus - Class in org.springframework.xd.dirt.integration.redis
A MessageBus implementation backed by Redis.
RedisMessageBus(RedisConnectionFactory, MultiTypeCodec<Object>) - Constructor for class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
RedisMessageBus(RedisConnectionFactory, MultiTypeCodec<Object>, String...) - Constructor for class org.springframework.xd.dirt.integration.redis.RedisMessageBus
 
RedisModuleRegistry - Class in org.springframework.xd.dirt.module
A ModuleRegistry that stores module definitions in various redis hashes.
RedisModuleRegistry(RedisConnectionFactory) - Constructor for class org.springframework.xd.dirt.module.RedisModuleRegistry
 
redisOperations - Variable in class org.springframework.xd.store.AbstractRedisRepository
 
RedisRichGaugeRepository - Class in org.springframework.xd.analytics.metrics.redis
 
RedisRichGaugeRepository(RedisConnectionFactory) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisRichGaugeRepository
 
RedisTestSupport - Class in org.springframework.xd.test.redis
JUnit Rule that detects the fact that a Redis server is running on localhost.
RedisTestSupport() - Constructor for class org.springframework.xd.test.redis.RedisTestSupport
 
reference(boolean) - Method in class org.springframework.xd.test.fixtures.SimpleFileSource
Determines if the file object or the content of the file should be sent to the output channel.
RemoteFilePartitioner - Class in org.springframework.batch.integration.x
Takes the result of an (S)FTP Gateway LS (list of FileInfo) and creates a StepExecution for each file.
RemoteFilePartitioner(RemoteFilePartitioner.Gateway, String) - Constructor for class org.springframework.batch.integration.x.RemoteFilePartitioner
 
RemoteFilePartitioner.Gateway - Interface in org.springframework.batch.integration.x
 
RemoteFileToHadoopTasklet - Class in org.springframework.batch.integration.x
Retrieves a fileName from the step execution context; uses the RemoteFileTemplate to retrieve the file as a String and writes to hdfs.
RemoteFileToHadoopTasklet(RemoteFileTemplate, Configuration, String) - Constructor for class org.springframework.batch.integration.x.RemoteFileToHadoopTasklet
 
remove(Object) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
remove() - Method in class org.springframework.xd.dirt.zookeeper.ChildPathIterator

Implementation throws UnsupportedOperationException because removals are not supported.

remove(Object) - Method in class org.springframework.xd.module.ModuleDeploymentProperties
removeAbandoned - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
removeAbandonedTimeout - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
removeListener(ZooKeeperConnectionListener) - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
removeModule(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
removeModule(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
removeModule(Module) - Method in class org.springframework.xd.dirt.plugins.job.JobEventsListenerPlugin
 
removeModule(Module) - Method in class org.springframework.xd.dirt.plugins.job.JobPartitionerPlugin
 
removeModule(Module) - Method in interface org.springframework.xd.module.core.Plugin
Take any actions necessary to remove a module from the system.
removePathListener(String, PathChildrenCacheListener) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Remove a PathChildrenCacheListener for the given path.
removeRestartParameterIfExists(JobParameters) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
If JobParameters contains a parameters named "XD_isRestart" removed it.
renderMapDataAsTable(List<Map<String, Object>>, List<String>) - Static method in class org.springframework.xd.shell.util.UiUtils
Renders a textual representation of the list of provided Map data
renderParameterInfoDataAsTable(Map<String, String>, boolean, int) - Static method in class org.springframework.xd.shell.util.UiUtils
 
renderParameterInfoDataAsTable(Map<String, String>) - Static method in class org.springframework.xd.shell.util.UiUtils
Renders a textual representation of provided parameter map.
renderTextTable(Table) - Static method in class org.springframework.xd.shell.util.UiUtils
 
renderTextTable(Table, boolean) - Static method in class org.springframework.xd.shell.util.UiUtils
Renders a textual representation of the provided Table
replacePort(URL, int) - Static method in class org.springframework.xd.integration.util.StreamUtils
Substitutes the port associated with the URL with another port.
repoPrefix - Variable in class org.springframework.xd.store.AbstractRedisRepository
 
RepositoryConnectionListener - Class in org.springframework.xd.dirt.stream.zookeeper
ZooKeeper connection listener that ensures path creation for nodes required by the various repository implementations that use ZooKeeper.
RepositoryConnectionListener() - Constructor for class org.springframework.xd.dirt.stream.zookeeper.RepositoryConnectionListener
 
REQUESTED - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of the module deployment requests node.
reset(String) - Method in interface org.springframework.xd.analytics.metrics.core.CounterRepository
Reset the given counter to zero.
reset(String, String) - Method in interface org.springframework.xd.analytics.metrics.core.FieldValueCounterRepository
Reset the FieldValueCounter to zero for the given field name, creating missing counters.
reset(String) - Method in interface org.springframework.xd.analytics.metrics.core.GaugeRepository
Reset the gauge to zero
reset(String) - Method in interface org.springframework.xd.analytics.metrics.core.RichGaugeRepository
Reset the gauge to zero and reset any accumulated average, max and min values
reset(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
reset(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryCounterRepository
 
reset(String, String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
reset(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryGaugeRepository
 
reset(String) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryRichGaugeRepository
 
reset(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
reset(String, String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
reset(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisGaugeRepository
 
reset(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisRichGaugeRepository
 
reset() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
resetBytesWritten() - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
resetBytesWritten() - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
resetBytesWritten() - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
resetRichGauge(RichGauge) - Static method in class org.springframework.xd.analytics.metrics.core.MetricUtils
 
resolve(MessageHeaders) - Method in class org.springframework.xd.dirt.integration.bus.StringConvertingContentTypeResolver
 
resolve(ModuleDefinition) - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver
 
resolve(ModuleDefinition) - Method in class org.springframework.xd.dirt.plugins.stream.ModuleTypeConversionPluginMetadataResolver
 
resolve(StreamLookupEnvironment, String) - Method in class org.springframework.xd.dirt.stream.dsl.ChannelNode
 
resolve(StreamLookupEnvironment, String) - Method in class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
resolve(StreamLookupEnvironment, String) - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
resolve(ModuleDefinition) - Method in class org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver
 
resolve(ModuleDefinition) - Method in class org.springframework.xd.module.options.DelegatingModuleOptionsMetadataResolver
 
resolve(ModuleDefinition) - Method in class org.springframework.xd.module.options.EnvironmentAwareModuleOptionsMetadataResolver
 
resolve(ModuleDefinition) - Method in interface org.springframework.xd.module.options.ModuleOptionsMetadataResolver
Return metadata about a module, as identified by the given moduleDefinition.
resolveDestination(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusAwareChannelResolver
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.xd.integration.hadoop.config.NamingStrategyParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.xd.integration.hadoop.config.RolloverStrategyParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterParser
 
resource - Variable in class org.springframework.xd.test.AbstractExternalResourceTestSupport
 
ResourceDefinitionException - Exception in org.springframework.xd.dirt.module
Thrown when a problem is detected with the (DSL) definition of an XD resource.
ResourceDefinitionException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.module.ResourceDefinitionException
 
ResourceDefinitionException(String) - Constructor for exception org.springframework.xd.dirt.module.ResourceDefinitionException
 
ResourceDeployer<R extends BaseDefinition> - Interface in org.springframework.xd.dirt.core
Interface for XD Resource Services.
ResourceModuleRegistry - Class in org.springframework.xd.dirt.module
Resource based implementation of ModuleRegistry that supports two kinds of modules: the "simple" case is a sole xml file, located in a "directory" named after the module type, e.g. source/time.xml the "enhanced" case is made up of a directory, where the application context file lives in a config sub-directory e.g. source/time/config/time.xml and extra classpath is loaded from jars in a lib subdirectory e.g. source/time/lib/*.jar
ResourceModuleRegistry(String) - Constructor for class org.springframework.xd.dirt.module.ResourceModuleRegistry
 
ResourceOperations - Interface in org.springframework.xd.rest.client
Operations common to resources like Stream and Job.
ResourcePatternScanningOptionHandler - Class in org.springframework.xd.dirt.server.options
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.
ResourcePatternScanningOptionHandler(CmdLineParser, OptionDef, Setter<String>, String) - Constructor for class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandler
 
ResourcePatternScanningOptionHandlers - Class in org.springframework.xd.dirt.server.options
Holds definitions of ResourcePatternScanningOptionHandlers used in Spring XD.
ResourcePatternScanningOptionHandlers.DistributedAnalyticsOptionHandler - Class in org.springframework.xd.dirt.server.options
Computes values for --analytics in the distributed case (memory is NOT supported).
ResourcePatternScanningOptionHandlers.DistributedAnalyticsOptionHandler(CmdLineParser, OptionDef, Setter<String>) - Constructor for class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers.DistributedAnalyticsOptionHandler
 
ResourcePatternScanningOptionHandlers.DistributedDataTransportOptionHandler - Class in org.springframework.xd.dirt.server.options
Computes values for (data) --transport for the distributed case.
ResourcePatternScanningOptionHandlers.DistributedDataTransportOptionHandler(CmdLineParser, OptionDef, Setter<String>) - Constructor for class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers.DistributedDataTransportOptionHandler
 
ResourcePatternScanningOptionHandlers.HadoopDistroOptionHandler - Class in org.springframework.xd.dirt.server.options
Computes values for --hadoopDistro out of names of subdirectories of the lib/ dir.
ResourcePatternScanningOptionHandlers.HadoopDistroOptionHandler(CmdLineParser, OptionDef, Setter<String>) - Constructor for class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers.HadoopDistroOptionHandler
 
ResourcePatternScanningOptionHandlers.SingleNodeAnalyticsOptionHandler - Class in org.springframework.xd.dirt.server.options
Computes values for --analytics in the single node case (accepts memory).
ResourcePatternScanningOptionHandlers.SingleNodeAnalyticsOptionHandler(CmdLineParser, OptionDef, Setter<String>) - Constructor for class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers.SingleNodeAnalyticsOptionHandler
 
ResourcePatternScanningOptionHandlers.SingleNodeDataTransportOptionHandler - Class in org.springframework.xd.dirt.server.options
Computes values for (data) --transport for the singlenode case.
ResourcePatternScanningOptionHandlers.SingleNodeDataTransportOptionHandler(CmdLineParser, OptionDef, Setter<String>) - Constructor for class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers.SingleNodeDataTransportOptionHandler
 
ResourcesIntoJdbcJobModuleOptionsMetadata - Class in org.springframework.xd.jdbc
Typical class for metadata about jobs that slurp delimited resources into jdbc.
ResourcesIntoJdbcJobModuleOptionsMetadata() - Constructor for class org.springframework.xd.jdbc.ResourcesIntoJdbcJobModuleOptionsMetadata
 
ResourcesIntoJdbcJobModuleOptionsMetadata.JobImportToJdbcMixin - Class in org.springframework.xd.jdbc
 
ResourcesIntoJdbcJobModuleOptionsMetadata.JobImportToJdbcMixin() - Constructor for class org.springframework.xd.jdbc.ResourcesIntoJdbcJobModuleOptionsMetadata.JobImportToJdbcMixin
Sets default which are appropriate for batch jobs.
ResourceStateVerifier - Class in org.springframework.xd.dirt.test
Verifies the state of resources (job or stream) by polling repository state until the resource is in the expected state or the operation times out.
ResourceStateVerifier(DeploymentStatusRepository<?, String>, DomainRepository<? extends BaseDefinition, String>) - Constructor for class org.springframework.xd.dirt.test.ResourceStateVerifier
 
restart(Long) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobService
 
restartJobExecution(long) - Method in class org.springframework.xd.dirt.rest.BatchJobExecutionsController
Restart the Job Execution with the given executionId.
restartJobExecution(long) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
restartJobExecution(long) - Method in interface org.springframework.xd.rest.client.JobOperations
Restart a given job execution.
restartJobExecution(long) - Method in class org.springframework.xd.shell.command.JobCommands
 
RestConfiguration - Class in org.springframework.xd.dirt.rest
Takes care of infrastructure setup for the web/rest layer.
RestConfiguration() - Constructor for class org.springframework.xd.dirt.rest.RestConfiguration
 
RestControllerAdvice - Class in org.springframework.xd.dirt.rest
Central class for behavior common to all REST controllers.
RestControllerAdvice() - Constructor for class org.springframework.xd.dirt.rest.RestControllerAdvice
 
RESTDeploymentState - Enum in org.springframework.xd.rest.domain
REST domain representation of org.springframework.xd.dirt.core.DeploymentUnitStatus.State.
RESTModuleType - Enum in org.springframework.xd.rest.domain
Sibling of org.springframework.xd.module.ModuleType, but we don't want to drag that into client dependencies.
RestTemplateMessageConverterUtil - Class in org.springframework.xd.rest.domain.support
Utility class that does two things: Resets a RestTemplate's message converters list to have json support come before xml. Force injects JAXBContexts that know about our particular classes
RESULT_LOCATION - Static variable in class org.springframework.xd.integration.util.XdEnvironment
 
retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in interface org.springframework.xd.rest.client.AggregateCounterOperations
Retrieve the information for the given named AggregateCounter
retrieve(String) - Method in interface org.springframework.xd.rest.client.CounterOperations
Retrieve information about the given named counter.
retrieve(String) - Method in interface org.springframework.xd.rest.client.FieldValueCounterOperations
Retrieve information about the given named field value counter.
retrieve(String) - Method in interface org.springframework.xd.rest.client.GaugeOperations
Retrieve information about the given named gauge.
retrieve(String, Date, Date, AggregateCounterOperations.Resolution) - Method in class org.springframework.xd.rest.client.impl.AggregateCounterTemplate
 
retrieve(String) - Method in class org.springframework.xd.rest.client.impl.CounterTemplate
 
retrieve(String) - Method in class org.springframework.xd.rest.client.impl.FieldValueCounterTemplate
 
retrieve(String) - Method in class org.springframework.xd.rest.client.impl.GaugeTemplate
 
retrieve(String) - Method in class org.springframework.xd.rest.client.impl.RichGaugeTemplate
 
retrieve(String) - Method in interface org.springframework.xd.rest.client.RichGaugeOperations
Display the value of the named Rich Gauge
RichGauge - Class in org.springframework.xd.analytics.metrics.core
A gauge which stores the maximum, minimum and average in addition to the current value.
RichGauge(String) - Constructor for class org.springframework.xd.analytics.metrics.core.RichGauge
Creates an "empty" gauge.
RichGauge(String, double) - Constructor for class org.springframework.xd.analytics.metrics.core.RichGauge
 
RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.xd.analytics.metrics.core.RichGauge
 
RichGaugeCommands - Class in org.springframework.xd.shell.command
Commands for interacting with RichGauge analytics.
RichGaugeCommands() - Constructor for class org.springframework.xd.shell.command.RichGaugeCommands
 
RichGaugeHandler - Class in org.springframework.xd.analytics.metrics.integration
 
RichGaugeHandler(RichGaugeRepository, String, double) - Constructor for class org.springframework.xd.analytics.metrics.integration.RichGaugeHandler
 
richGaugeOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
RichGaugeOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available when dealing with Rich Gauge.
richGaugeOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with RichGauge.
RichGaugeRepository - Interface in org.springframework.xd.analytics.metrics.core
A service for managing RichGauge instances.
RichGaugeResource - Class in org.springframework.xd.rest.domain.metrics
The REST representation of a RichGauge.
RichGaugeResource() - Constructor for class org.springframework.xd.rest.domain.metrics.RichGaugeResource
No-arg constructor for serialization frameworks.
RichGaugeResource(String, double, double, double, double, double, long) - Constructor for class org.springframework.xd.rest.domain.metrics.RichGaugeResource
 
RichGaugesController - Class in org.springframework.xd.dirt.rest.metrics
Exposes representations of Gauges.
RichGaugesController(RichGaugeRepository) - Constructor for class org.springframework.xd.dirt.rest.metrics.RichGaugesController
 
RichGaugeSinkOptionsMetadata - Class in org.springframework.xd.analytics.metrics.metadata
Captures options for the rich-gauge sink module.
RichGaugeSinkOptionsMetadata() - Constructor for class org.springframework.xd.analytics.metrics.metadata.RichGaugeSinkOptionsMetadata
 
RichGaugeTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the RichGauge part of the metrics API.
RichGaugeTemplate(AbstractTemplate) - Constructor for class org.springframework.xd.rest.client.impl.RichGaugeTemplate
 
rm(String, boolean, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
RolloverStrategyParser - Class in org.springframework.xd.integration.hadoop.config
Parser for the 'rollover-policy' element.
RolloverStrategyParser() - Constructor for class org.springframework.xd.integration.hadoop.config.RolloverStrategyParser
 
routingKey(String) - Method in class org.springframework.xd.test.fixtures.RabbitSink
Sets the routing key that will be used to route messages to the appropriate key.
run() - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter.StreamReadingTask
 
run(String...) - Method in class org.springframework.xd.batch.hsqldb.server.HsqlServerApplication
 
run(String...) - Method in class org.springframework.xd.dirt.server.AdminServerApplication
 
run(String...) - Method in class org.springframework.xd.dirt.server.ContainerServerApplication
 
run(String...) - Method in class org.springframework.xd.dirt.server.SingleNodeApplication
 
RuntimeCommands - Class in org.springframework.xd.shell.command
Commands to interact with cluster for containers/modules.
RuntimeCommands() - Constructor for class org.springframework.xd.shell.command.RuntimeCommands
 
RuntimeContainerResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to assemble DetailedContainerResources out of DetailedContainer instances.
RuntimeContainerResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.RuntimeContainerResourceAssembler
 
runtimeDeploymentProperties - Variable in class org.springframework.xd.dirt.server.ModuleRedeployer.ModuleDeployment
 
RuntimeIOException - Exception in org.springframework.xd.dirt.core
Thrown when something goes wrong during some IO operation.
RuntimeIOException(String, IOException) - Constructor for exception org.springframework.xd.dirt.core.RuntimeIOException
 
RuntimeModuleDeploymentProperties - Class in org.springframework.xd.module
Runtime ModuleDeploymentProperties for a module.
RuntimeModuleDeploymentProperties() - Constructor for class org.springframework.xd.module.RuntimeModuleDeploymentProperties
 
RuntimeModuleDeploymentPropertiesProvider - Class in org.springframework.xd.dirt.server
RuntimeModuleDeploymentPropertiesProvider(ModuleDeploymentPropertiesProvider<ModuleDeploymentProperties>) - Constructor for class org.springframework.xd.dirt.server.RuntimeModuleDeploymentPropertiesProvider
Construct a DefaultRuntimeModuleDeploymentPropertiesProvider.
runtimeOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
RuntimeOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available against runtime container/modules.
runtimeOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interaction with runtime containers/modules.
RuntimeTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the runtime containers/modules related part of the API.
RuntimeTimeoutException - Exception in org.springframework.xd.dirt.core
Exception thrown when a blocking operation times out.
RuntimeTimeoutException(String) - Constructor for exception org.springframework.xd.dirt.core.RuntimeTimeoutException
Construct a RuntimeTimeoutException.
RuntimeTimeoutException(String, TimeoutException) - Constructor for exception org.springframework.xd.dirt.core.RuntimeTimeoutException
Construct a RuntimeTimeoutException.
RuntimeUtils - Class in org.springframework.xd.dirt.util
Utilities for obtaining runtime information for the running process.
RuntimeUtils() - Constructor for class org.springframework.xd.dirt.util.RuntimeUtils
 

S

save(S) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
save(S) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryMetricRepository
 
save(S) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.analytics.metrics.redis.RedisFieldValueCounterRepository
 
save(S) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
save(Iterable<S>) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
save(R) - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
 
save(ModuleDefinition) - Method in interface org.springframework.xd.dirt.module.ModuleDefinitionRepository
 
save(ModuleDefinition) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDefinitionRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
save(S) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
save(String, String, boolean) - Method in class org.springframework.xd.dirt.rest.JobsController
 
save(String, String) - Method in class org.springframework.xd.dirt.rest.ModulesController
Create a new composite Module.
save(String, String, boolean) - Method in class org.springframework.xd.dirt.rest.XDController
Create a new resource definition.
save(D) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
save(String, String) - Method in class org.springframework.xd.dirt.stream.CompositeModuleDefinitionService
 
save(Iterable<S>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
save(S) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
save(S) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
save(S) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
save(S) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
save(S) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
 
save(S) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.store.AbstractRedisRepository
 
save(Iterable<S>) - Method in class org.springframework.xd.store.AbstractRepository
 
saveDependencies(ModuleDependencyRepository, ModuleDefinition, String) - Static method in class org.springframework.xd.dirt.module.support.ModuleDefinitionRepositoryUtils
 
saveDependencies(ModuleDependencyRepository, StreamDefinition) - Static method in class org.springframework.xd.dirt.stream.StreamDefinitionRepositoryUtils
Save the dependencies of each module to its containing stream.
SecurityConfiguration - Class in org.springframework.xd.dirt.web.config
Setup Spring Security for development/testing purposes.
SecurityConfiguration() - Constructor for class org.springframework.xd.dirt.web.config.SecurityConfiguration
 
select(String) - Method in class org.springframework.xd.tuple.DefaultTuple
 
select(String) - Method in interface org.springframework.xd.tuple.Tuple
Use SpEL expression to return a subset of the tuple that matches the expression
selectPartition(Object, int) - Method in interface org.springframework.xd.dirt.integration.bus.PartitionSelectorStrategy
Determine the partition based on a key.
send(Message<?>) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
send(Message<?>) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainProducer
 
send(Message<?>) - Method in class org.springframework.xd.dirt.test.source.AbstractSingleNodeNamedChannelSource
 
send(Message<?>) - Method in interface org.springframework.xd.dirt.test.source.NamedChannelSource
 
sendBytes(byte[]) - Method in class org.springframework.xd.test.fixtures.SyslogTcpSource
Sends TCP traffic to a syslog source host and port.
sendBytes(byte[]) - Method in class org.springframework.xd.test.fixtures.SyslogUdpSource
Sends UDP traffic to a syslog source host and port.
sendBytes(byte[]) - Method in class org.springframework.xd.test.fixtures.TcpSource
Send the specified types to the host and and port of the TCP source.
sendData(String) - Method in class org.springframework.xd.test.fixtures.JmsSource
Sends data to the JMS broker via TCP.
sendData(String) - Method in class org.springframework.xd.test.fixtures.MqttSource
Sends a string via Mqtt to a Rabbit Mqtt Broker.
sendData(String) - Method in class org.springframework.xd.test.fixtures.RabbitSource
Sends data to the RabbitMQ Broker.
sendEmail(String, String, String) - Method in class org.springframework.xd.test.fixtures.AbstractMailSource
 
sendPayload(Object) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
sendPayload(Object) - Method in class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainProducer
 
sendPayload(Object) - Method in class org.springframework.xd.dirt.test.source.AbstractSingleNodeNamedChannelSource
 
sendPayload(Object) - Method in interface org.springframework.xd.dirt.test.source.NamedChannelSource
 
SEQUENCE_KEY - Static variable in class org.springframework.xd.module.RuntimeModuleDeploymentProperties
Key for the sequence property.
SerializationException - Exception in org.springframework.xd.dirt.integration.bus.serializer
Thrown when something goes wrong with inter-module communication.
SerializationException(String) - Constructor for exception org.springframework.xd.dirt.integration.bus.serializer.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.integration.bus.serializer.SerializationException
 
serialize(Counter) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
serialize(Object, OutputStream) - Method in class org.springframework.xd.dirt.integration.bus.serializer.CompositeCodec
 
serialize(T) - Method in class org.springframework.xd.store.AbstractRedisRepository
Provide a String representation of the domain entity.
SerializedToJavaMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to deserialize Serializable Java objects.
SerializedToJavaMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.SerializedToJavaMessageConverter
 
serializeId(String) - Method in class org.springframework.xd.analytics.metrics.redis.RedisCounterRepository
 
serializeId(ID) - Method in class org.springframework.xd.store.AbstractRedisRepository
Return a String representation of the domain ID.
serializePayloadIfNecessary(Message<?>, MimeType) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
ServerProcessUtils - Class in org.springframework.xd.distributed.util
Collection of utilities for starting external processes required for a distributed XD system.
ServerProcessUtils() - Constructor for class org.springframework.xd.distributed.util.ServerProcessUtils
 
ServerTcpConnectionFactoryOptionsMetadataMixin - Class in org.springframework.xd.tcp
Mixin for options metadata that configure a server tcp connection factory.
ServerTcpConnectionFactoryOptionsMetadataMixin() - Constructor for class org.springframework.xd.tcp.ServerTcpConnectionFactoryOptionsMetadataMixin
 
setAbandonWhenPercentageFull(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setAccessToken(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setAccessTokenSecret(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setAckMode(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setAddresses(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
setAggregation(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setAllowNullValues(Boolean) - Method in class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
setAlpha(double) - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
setAlpha(String, double) - Method in interface org.springframework.xd.analytics.metrics.core.RichGaugeRepository
Sets the "smoothing constant", "alpha" for use in calculating an exponential moving average for the gauge.
setAlpha(String, double) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryRichGaugeRepository
 
setAlpha(double) - Method in class org.springframework.xd.analytics.metrics.metadata.RichGaugeSinkOptionsMetadata
 
setAlpha(String, double) - Method in class org.springframework.xd.analytics.metrics.redis.RedisRichGaugeRepository
 
setAlternateUsernameAllowed(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.xd.dirt.module.ModuleDeployer
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.xd.dirt.server.ContainerRegistrar
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
setAttribute(String, String) - Method in class org.springframework.xd.dirt.event.AbstractEvent
 
setAutoStartup(boolean) - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Specify whether to start automatically.
setAutoStartup(boolean) - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Set the flag that indicates whether this connection should be started automatically.
setAutoStartup(boolean) - Method in class org.springframework.xd.integration.hadoop.config.DatasetWritingMessageHandlerFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.xd.integration.hadoop.config.HdfsStoreMessageHandlerFactoryBean
Sets the auto startup.
setAutoStartup(boolean) - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
Sets the auto startup.
setAutoStartup(boolean) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
setBaseFilename(String) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
setBaseFilename(String) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
setBaseFilename(String) - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
setBaseFilename(String) - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
setBaseFilename(String) - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
setBasePath(String) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
setBasePath(String) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
setBasePath(String) - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
setBasePath(String) - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
setBasePath(String) - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
setBasePath(Path) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the base path for the writer.
setBcc(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.xd.dirt.module.support.ThreadContextClassLoaderSetterAdvice
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.xd.dirt.server.ContainerRegistrar
setBeanClassLoader(ClassLoader) - Method in class org.springframework.xd.integration.util.XdEnvironment
 
setBeanFactory(BeanFactory) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusAwareRouterBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
setBinary(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
setBufferSize(int) - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.BufferSizeMixin
 
setCacheEventExpression(String) - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
setCc(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
setCharset(String) - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
setCharset(String) - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
setCharset(String) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setCharset(String) - Method in class org.springframework.xd.module.options.mixins.FromStringCharsetMixin
 
setCharset(String) - Method in class org.springframework.xd.module.options.mixins.ToStringCharsetMixin
 
setClientId(String) - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
setClientId(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
setClientId(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttSourceOptionsMetadata
 
setClientTimeZone(TimeZone) - Method in class org.springframework.xd.shell.Configuration
If not set, the used TimeZone will default to TimeUtils.getJvmTimeZone().
setClose(boolean) - Method in class org.springframework.xd.tcp.ClientTcpConnectionFactoryOptionsMetadataMixin
 
setCodec(MultiTypeCodec<Object>) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
setCodec(CodecInfo) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the codec for the writer.
setCodec(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
setCodec(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
Set the type of Codec to use to managing encoding and decoding of the data.
setCodecInfoReference(Element, ParserContext, BeanDefinitionBuilder, String) - Static method in class org.springframework.xd.integration.hadoop.config.IntegrationHadoopNamespaceUtils
Sets the codec info reference.
setCollectionName(String) - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
setColumnNames(String) - Method in class org.springframework.xd.jdbc.JdbcMessagePayloadTransformer
 
setColumnNames(String[]) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcBatchItemWriter
 
setColumnNames(String) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReader
The column names in the database, in the order in which they should be read and assembled into the returned string.
setColumnNames(String) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
setColumnNames(String[]) - Method in class org.springframework.xd.jdbc.SingleTableDatabaseInitializer
Sets the column names which will be used to create a DDL definition of the columns for the table.
setColumns(String) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
setColumns(String) - Method in class org.springframework.xd.jdbc.JdbcSinkModuleOptionsMetadata
 
setComplete(boolean) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
setComposedModuleDefinitions(List<ModuleDefinition>) - Method in class org.springframework.xd.module.ModuleDefinition
Set the list of composed modules if this is a composite module, can not be null
setCompositeResolver(ModuleOptionsMetadataResolver) - Method in class org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver
 
setConcurrency(int) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setConfigName(String) - Method in class org.springframework.xd.module.options.EnvironmentAwareModuleOptionsMetadataResolver
 
setConfiguration(Configuration) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the hadoop configuration for the writer.
setConnectionProperties(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setConnectTimeout(int) - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
The connection timeout for making a connection to Twitter.
setConnectTimeout(int) - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
setConsumerKey(String) - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
setConsumerSecret(String) - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
setContainer(String) - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Set the container name.
setContainer(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Set the container name.
setContainer(String) - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Set the container name.
setContentType(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
setContentTypeResolver(ContentTypeResolver) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
setConverterClass(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
setConverterClass(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setCorrelation(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setCount(int) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setCount(int) - Method in class org.springframework.xd.module.ModuleDeploymentProperties
Specify the number of container instances this module should be deployed to.
setCounter(long) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
setCounter(long) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
setCounter(long) - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
setCriteria(String) - Method in class org.springframework.xd.module.ModuleDeploymentProperties
Specify the criteria expression to evaluate against container attributes to determine deployment candidates for this module.
setCron(String) - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
setData(Map<Integer, String>) - Method in class org.springframework.xd.shell.util.TableRow
 
setDatabaseName(String) - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
setDataSource(DataSource) - Method in class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
setDataSource(DataSource) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
setDate(String) - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
setDateFormat(String) - Method in class org.springframework.xd.analytics.metrics.integration.AggregateCounterHandler
 
setDateFormat(String) - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
setDateFormat(DateFormat) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Will set the DateFormat on the underlying DefaultJobParametersConverter.
setDateFormat(DateFormat) - Method in class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
Will set the DateFormat on the underlying DefaultJobParametersConverter.
setDateFormat(DateFormat) - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
Will set the DateFormat on the underlying DefaultJobParametersConverter.
setDateFormat(String) - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
setDateFormat(String) - Method in class org.springframework.xd.module.options.mixins.DateFormatMixin
 
setDateFormat(DateFormat) - Method in class org.springframework.xd.tuple.batch.TupleFieldSetMapper
The DateFormat used by the resulting Tuple instance returned when converting strings to Dates.
setDateFormat(DateFormat) - Method in class org.springframework.xd.tuple.TupleBuilder
 
setDateFormatAsString(String) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Allows for setting the DateFormat using a String.
setDateFormatAsString(String) - Method in class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
 
setDateFormatAsString(String) - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
 
setDbkind(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setDecoder(EncoderDecoderMixins.Encoding) - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.DecoderMixin
 
setDefaultAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultBackOffInitialInterval(long) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Set the default retry back off initial interval for this bus; can be overridden with consumer 'backOffInitialInterval' property.
setDefaultBackOffMaxInterval(long) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Set the default retry back off max interval for this bus; can be overridden with consumer 'backOffMaxInterval' property.
setDefaultBackOffMultiplier(double) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Set the default retry back off multiplier for this bus; can be overridden with consumer 'backOffMultiplier' property.
setDefaultChannelTransacted(boolean) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultConcurrency(int) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Set the default concurrency for this bus; can be overridden with consumer 'concurrency' property.
setDefaultDefaultDeliveryMode(MessageDeliveryMode) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultDefaultRequeueRejected(boolean) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultMaxAttempts(int) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
The default maximum delivery attempts for this bus.
setDefaultMaxConcurrency(int) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
Set the bus's default max consumers; can be overridden by consumer.maxConcurrency.
setDefaultPrefetchCount(int) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultPrefix(String) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultReplyHeaderPatterns(String[]) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultRequestHeaderPatterns(String[]) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefaultTxSize(int) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitMessageBus
 
setDefinition(String) - Method in class org.springframework.xd.module.ModuleDefinition
 
setDelay(long) - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
setDelegate(ModuleOptionsMetadataResolver) - Method in class org.springframework.xd.module.options.EnvironmentAwareModuleOptionsMetadataResolver
 
setDelegates(List<ModuleOptionsMetadataResolver>) - Method in class org.springframework.xd.module.options.DelegatingModuleOptionsMetadataResolver
 
setDelete(boolean) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setDeleted(boolean) - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
Set deleted flag explicitly if the job doesn't exist in job definition
setDeleteFiles(boolean) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.FileDeletionStepExecutionListener
 
setDeleteFiles(boolean) - Method in class org.springframework.xd.module.options.mixins.BatchJobDeleteFilesOptionMixin
 
setDelimited(boolean) - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
Whether "delimited=length" shoud be added to the query.
setDelimited(boolean) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setDelimiter(String) - Method in class org.springframework.xd.module.options.mixins.BatchJobFieldDelimiterOptionMixin
 
setDeliveryMode(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
setDeployed(boolean) - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
Set deployed flag
setDeployedModules(List<ModuleMetadata>) - Method in class org.springframework.xd.dirt.cluster.DetailedContainer
Set the deployed modules for this runtime container.
setDeploymentProperties(Map<String, String>) - Method in class org.springframework.xd.dirt.core.Job.Builder
Set the deployment properties for the job.
setDeploymentProperties(Map<String, String>) - Method in class org.springframework.xd.dirt.core.Stream.Builder
Set the deployment properties for the stream.
setDeployments(boolean) - Method in class org.springframework.xd.dirt.rest.XDController.QueryOptions
 
setDeploymentSize(int) - Method in class org.springframework.xd.dirt.cluster.DetailedContainer
Set the number of deployed modules.
setDeploymentStatus(DeploymentUnitStatus.State) - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
 
setDeploymentUnitName(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Set the deployment unit name.
setDeploymentUnitName(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Set the deployment unit name.
setDestination(String) - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
setDir(String) - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
setDirectory(String) - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
setDirectory(String) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
setDiscardDeletes(boolean) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setDispatcher(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
setDispatcher(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
Set the name of the Dispatcher to use, which will be pulled from the current Environment.
setDispatcher(Dispatcher) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
 
setDriverClassName(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setDriverClassName(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
setDurableSubscription(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
setEncoder(EncoderDecoderMixins.Encoding) - Method in class org.springframework.xd.tcp.EncoderDecoderMixins.EncoderMixin
 
setEndMessage(Object) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
setEndMessage(String) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerOptionsMetadata
 
setEnvironment(Environment) - Method in class org.springframework.xd.dirt.server.ContainerServerApplication
 
setEnvironment(Environment) - Method in class org.springframework.xd.dirt.server.SharedServerContextConfiguration.ZookeeperConnectionConfig
 
setEnvironment(Environment) - Method in class org.springframework.xd.dirt.util.XdConfigLoggingInitializer
 
setEnvironment(Environment) - Method in class org.springframework.xd.module.options.EnvironmentAwareModuleOptionsMetadataResolver
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Provide an ErrorHandler to be invoked if an Exception is thrown from the ZooKeeper server thread.
setExchange(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
setExecutor(Executor) - Method in class org.springframework.integration.x.http.NettyHttpInboundChannelAdapter
 
setExpression(String) - Method in class org.springframework.xd.dirt.modules.metadata.LogSinkOptionsMetadata
 
setExpression(String) - Method in class org.springframework.xd.dirt.modules.metadata.SplitterProcessorOptionsMetadata
 
setExpression(String) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setExpression(String) - Method in class org.springframework.xd.module.options.mixins.ExpressionOrScriptMixin
 
setFairQueue(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setFetchSize(int) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
setFieldName(String) - Method in class org.springframework.xd.analytics.metrics.metadata.FieldValueCounterSinkOptionsMetadata
 
setFileDelay(long) - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
setFileExtension(String) - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
setFileExtension(String) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
setFileName(String) - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
setFileName(String) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
setFileOpenAttempts(int) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the file open attempts for the writer.
setFileSuffix(String) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
setFileSuffix(String) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
setFileSuffix(String) - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
setFileSuffix(String) - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
setFileSuffix(String) - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
setFilterLevel(TwitterStreamChannelAdapter.FilterLevel) - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
One of "none", "low" or "medium"
setFilterLevel(TwitterStreamChannelAdapter.FilterLevel) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setFixedDelay(int) - Method in class org.springframework.xd.dirt.modules.metadata.TimeSourceOptionsMetadata
 
setFixedDelay(Integer) - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
setFixedDelay(int) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setFixedDelay(int) - Method in class org.springframework.xd.tcp.TcpClientSourceOptionsMetadata
 
setFolder(String) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setFollow(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
Restrict the stream to a user or users.
setFollow(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setFormat(String) - Method in class org.springframework.xd.dirt.modules.metadata.TimeSourceOptionsMetadata
 
setFormat(String) - Method in class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
setFormattingConversionService(FormattingConversionService) - Method in class org.springframework.xd.tuple.TupleBuilder
 
setFraming(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
setFraming(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
Set the type of framing to use.
setFrom(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
setFromEnd(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
setFs(String) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
setFsUri(String) - Method in class org.springframework.xd.module.options.mixins.HadoopConfigurationMixin
 
setGaugeValue(Gauge, long) - Static method in class org.springframework.xd.analytics.metrics.core.MetricUtils
 
setGeocode(String) - Method in class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
setGeocode(String) - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
setGroup(String) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set the module group.
setGroupName(String) - Method in class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
 
setGroupName(String) - Method in class org.springframework.xd.dirt.plugins.job.ModuleJobLauncher
 
setHADOOP_DISTRO(String) - Method in class org.springframework.xd.dirt.server.options.ContainerOptions
 
setHADOOP_DISTRO(String) - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
setHost(String) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
setHost(String) - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
setHost(String) - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
setHost(String) - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
setHost(String) - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
setHost(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
setHost(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
Set the host to which this server will bind.
setHost(String) - Method in class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
Set hostname to bind this server to.
setHost(String) - Method in class org.springframework.xd.mail.MailServerMixin
 
setHost(String) - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
setHost(String) - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
setHost(String) - Method in class org.springframework.xd.tcp.ClientTcpConnectionFactoryOptionsMetadataMixin
 
setHostname(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setHttpMethod(HttpClientProcessorOptionsMetadata.HttpMethod) - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
setHttps(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.HttpSourceOptionsMetadata
 
setIdField(String) - Method in class org.springframework.xd.dirt.modules.metadata.HdfsMongodbJobOptionsMetadata
 
setIdField(String) - Method in class org.springframework.xd.mongodb.TupleWriteConverter
Set the tuple field name which will be used as the Mongo _id.
setIdleTimeout(long) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the idle timeout for the writer.
setIncludeEntities(boolean) - Method in class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
setIncludeEntities(boolean) - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
setIndex(int) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set the module index.
setInitializeDatabase(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setInitializeDatabase(boolean) - Method in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
setInitializerScript(String) - Method in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
setInitialSize(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setInitSQL(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setIntegrationEvaluationContext(EvaluationContext) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
setIntegrationEvaluationContext(EvaluationContext) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
setInUsePrefix(String) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the in use prefix for the writer.
setInUseSuffix(String) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the in use suffix for the writer.
setIp(String) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
setJdbcInterceptors(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setJdbcTemplate(JdbcOperations) - Method in class org.springframework.xd.dirt.plugins.job.DistributedJobLocator
 
setJmxEnabled(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setJobLocator(DistributedJobLocator) - Method in class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
 
setJobName(String) - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Set the job name.
setJobRegistry(JobRegistry) - Method in class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
 
setKeyExpression(String) - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
setLanguage(String) - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
Filter tweets by language or languages.
setLanguage(String) - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
setLengthFieldLength(int) - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
setLengthFieldLength(int) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
Set the length of the length field if using length-field framing.
setLevel(String) - Method in class org.springframework.xd.dirt.modules.metadata.LogSinkOptionsMetadata
 
setLineAggregator(LineAggregator<T>) - Method in class org.springframework.xd.batch.item.hadoop.HdfsTextItemWriter
Public setter for the LineAggregator.
setLineAggregator(LineAggregator<T>) - Method in class org.springframework.xd.batch.item.hadoop.SimpleHdfsTextItemWriter
Public setter for the LineAggregator.
setLines(int) - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
setListeners(String) - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
setLocations(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
Bound the returned tweets by location(s).
setLocations(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setLogAbandoned(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setMakeParametersUnique(boolean) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
If not set, this property defaults to true.
setMakeParametersUnique(boolean) - Method in class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
If not set, this property defaults to true.
setMakeParametersUnique(boolean) - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
If not set, this property defaults to true.
setMakeUnique(boolean) - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
setManagementPort(String) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
setMappedRequestHeaders(String) - Method in class org.springframework.xd.module.options.mixins.MappedRequestHeadersMixin
 
setMappedResponseHeaders(String) - Method in class org.springframework.xd.module.options.mixins.MappedResponseHeadersMixin
 
setMappings(Map<String, String>) - Method in class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
setMarkAsRead(boolean) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setMaxActive(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setMaxAge(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setMaxConcurrency(int) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setMaxIdle(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setMaxSendDuration(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setMaxWait(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setMaxWidth(int) - Method in class org.springframework.xd.shell.util.TableHeader
Defaults to -1 indicating to ignore the property.
setMbean(String) - Method in class org.springframework.xd.integration.util.jmxresult.JMXRequest
 
setMeanErrorRate(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setMeanErrorRatio(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setMeanSendDuration(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setMeanSendRate(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setMessageRates(Map<String, HashMap<String, Double>>) - Method in class org.springframework.xd.dirt.cluster.DetailedContainer
Set the messageRates for the individual deployed modules.
setMinEvictableIdleTimeMillis(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setMinIdle(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setMinSendDuration(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setMode(FileSinkOptionsMetadata.Mode) - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
setModuleChannel(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setModuleDefinition(ModuleDefinition) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
 
setModuleDefinitions(List<ModuleDefinition>) - Method in class org.springframework.xd.dirt.core.BaseDefinition
 
setModuleDescriptor(ModuleDescriptor) - Method in class org.springframework.xd.dirt.core.Job.Builder
Set the module descriptor for this job.
setModuleDescriptors(Deque<ModuleDescriptor>) - Method in class org.springframework.xd.dirt.core.Stream.Builder
Set the module descriptors for this stream.
setModuleLabel(String) - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Set the module label.
setModuleLabel(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Set the module label.
setModuleLabel(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Set the module label.
setModuleLabel(String) - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Set the module label.
setModuleLabel(String) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set the module label.
setModuleName(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setModuleName(String) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set the module name.
setModules(ArrayList<Module>) - Method in class org.springframework.xd.integration.util.jmxresult.JMXValue
 
setModuleSequence(String) - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
Set the module sequence.
setModuleSequence(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Set the module sequence.
setModuleSequence(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Set the module sequence.
setModuleSequence(String) - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Set the module sequence.
setModuleType(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
Set the module type.
setModuleType(String) - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
Set the module type.
setModuleType(String) - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Set the module type.
setName(String) - Method in class org.springframework.xd.analytics.metrics.metadata.MetricNameMixin
 
setName(String) - Method in class org.springframework.xd.dirt.core.Job.Builder
Set the job name.
setName(String) - Method in class org.springframework.xd.dirt.core.Stream.Builder
Set the stream name.
setName(String) - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
setName(String) - Method in class org.springframework.xd.dirt.modules.metadata.LogSinkOptionsMetadata
 
setName(String) - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
setName(String) - Method in class org.springframework.xd.shell.util.TableHeader
 
setNames(String) - Method in class org.springframework.xd.module.options.mixins.BatchJobFieldNamesOptionMixin
 
setNames(List<String>) - Method in class org.springframework.xd.tuple.batch.TupleFieldExtractor
An ordered list of field names to be extracted from each item.
setNamingStrategy(FileNamingStrategy) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the naming strategy.
setNativeOptions(String) - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
setNio(boolean) - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
setNumberFormat(NumberFormat) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Setter for the NumberFormat which is set on the underlying DefaultJobParametersConverter.
setNumberFormat(NumberFormat) - Method in class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
Setter for the NumberFormat which is set on the underlying DefaultJobParametersConverter.
setNumberFormat(NumberFormat) - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
Setter for the NumberFormat which is set on the underlying DefaultJobParametersConverter.
setNumberFormat(String) - Method in class org.springframework.xd.dirt.plugins.job.JobPluginMetadataResolver.JobOptionsMetadata
 
setNumberFormatAsString(String) - Method in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
Allows for setting the NumberFormat using a String.
setNumberFormatAsString(String) - Method in class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
 
setNumberFormatAsString(String) - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
 
setNumberFormatFromLocale(Locale) - Method in class org.springframework.xd.tuple.TupleBuilder
 
setOperations - Variable in class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
 
setOverride(String) - Method in class org.springframework.xd.dirt.jdbc.util.DatabaseVendorFriendlyNameFactoryBean
 
setOverwrite(boolean) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the file overwrite flag for the writer.
setOwner(String) - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
setParameter(String, String) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set a module parameter.
setParentContext(ApplicationContext) - Method in class org.springframework.xd.module.core.CompositeModule
 
setParentContext(ApplicationContext) - Method in interface org.springframework.xd.module.core.Module
 
setParentContext(ApplicationContext) - Method in class org.springframework.xd.module.core.SimpleModule
 
setPartitionExpression(String) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the partition expression.
setPartitionPath(String) - Method in class org.springframework.xd.hadoop.fs.DatasetDefinitionFactoryBean
 
setPartitionResultsTimeout(long) - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
setPartitionSelector(PartitionSelectorStrategy) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Set the partition strategy to be used by this bus if no partitionExpression is provided for a module.
setPassword(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setPassword(Password) - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
setPassword(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttConnectionMixin
 
setPassword(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
setPassword(Password) - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
setPassword(String) - Method in class org.springframework.xd.mail.MailServerMixin
 
setPassword(String) - Method in class org.springframework.xd.shell.Target.Credentials
 
setPassword(String) - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
setPathReference(Element, ParserContext, BeanDefinitionBuilder, String, String) - Static method in class org.springframework.xd.integration.hadoop.config.IntegrationHadoopNamespaceUtils
Sets the path reference.
setPayload(String) - Method in class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
setPhase(int) - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Specify the lifecycle phase for the embedded server.
setPhase(int) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
Sets the phase.
setPhase(int) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
setPid(Integer) - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
 
setPoller(PollerMetadata) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
Set the poller to use when QueueChannels are used.
setPort(int) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setPort(int) - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
setPort(int) - Method in class org.springframework.xd.dirt.modules.metadata.HttpSourceOptionsMetadata
 
setPORT(int) - Method in class org.springframework.xd.dirt.server.options.AdminOptions
 
setPORT(int) - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
setPort(int) - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
setPort(int) - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
setPort(int) - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
setPort(int) - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
setPort(int) - Method in class org.springframework.xd.integration.reactor.net.NetServerSpecFactoryBean
Set the port to which this server will bind.
setPort(int) - Method in class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
Set port to bind this server to.
setPort(int) - Method in class org.springframework.xd.mail.MailServerMixin
 
setPort(int) - Method in class org.springframework.xd.module.options.mixins.IntoMongoDbOptionMixin
 
setPort(int) - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
setPort(int) - Method in class org.springframework.xd.tcp.ClientTcpConnectionFactoryOptionsMetadataMixin
 
setPort(int) - Method in class org.springframework.xd.tcp.ServerTcpConnectionFactoryOptionsMetadataMixin
 
setPrefetch(int) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setPrefix(String) - Method in class org.springframework.xd.store.AbstractRedisRepository
Change the prefix after creation.
setProperty(String) - Method in class org.springframework.xd.shell.hadoop.ConfigurationCommands
 
setProtocol(MailProtocol) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setProvider(String) - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
setPubSub(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
setQos(int) - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
setQuery(String) - Method in class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
setQuery(String) - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
setQuery(String) - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
setQueues(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setQueueSize(int) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Set the size of the queue when using QueueChannels.
setReadTimeout(int) - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
The read timeout for the underlying URLConnection to the twitter stream.
setReadTimeout(int) - Method in class org.springframework.integration.x.twitter.TwitterMixin
 
setReceiveCount(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setReceiveErrorCount(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setRegionName(String) - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
setRegionName(String) - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
setRelease(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setRemoveAbandoned(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setRemoveAbandonedTimeout(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setReOpen(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
setrep(String, int, boolean, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
setReplyTimeout(int) - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
setReplyTo(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
setRequest(JMXRequest) - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
setRequest(JMXRequest) - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
setRequest(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setRequeue(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.xd.dirt.module.ResourceModuleRegistry
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.xd.module.options.EnvironmentAwareModuleOptionsMetadataResolver
 
setResources(Resource[]) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.FileDeletionStepExecutionListener
 
setResources(String) - Method in class org.springframework.xd.module.options.mixins.BatchJobResourcesOptionMixin
 
setRestartable(boolean) - Method in class org.springframework.xd.module.options.mixins.BatchJobRestartableOptionMixin
 
setRestartable(boolean) - Method in class org.springframework.xd.rest.domain.JobExecutionInfoResource
Set restartable flag explicitly based on the job executions status of the same job instance.
setResultType(TwitterSearchChannelAdapter.ResultType) - Method in class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
setResultType(TwitterSearchChannelAdapter.ResultType) - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
setRetained(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
setRetryPolicy(RetryPolicy) - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Set the Curator retry policy.
setReverseLookup(boolean) - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
setRichGaugeAlpha(RichGauge, double) - Static method in class org.springframework.xd.analytics.metrics.core.MetricUtils
 
setRichGaugeValue(RichGauge, double) - Static method in class org.springframework.xd.analytics.metrics.core.MetricUtils
 
setRollover(int) - Method in class org.springframework.xd.dirt.modules.metadata.FilePollHdfsJobOptionsMetadata
 
setRollover(int) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
setRolloverStrategy(RolloverStrategy) - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
Sets the rollover strategy.
setRolloverThresholdInBytes(long) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
setRolloverThresholdInBytes(long) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
setRolloverThresholdInBytes(long) - Method in class org.springframework.xd.hadoop.fs.AbstractHdfsWriter
 
setRolloverThresholdInBytes(long) - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriterFactory
 
setRolloverThresholdInBytes(long) - Method in class org.springframework.xd.integration.hadoop.config.HdfsWritingMessageHandlerFactoryBean
 
setRoutingKey(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSinkOptionsMetadata
 
setSampleUnit(String) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
setSampleUnit(TimeUnit) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
setSampleUnit(String) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerOptionsMetadata
 
setScript(String) - Method in class org.springframework.xd.module.options.mixins.ExpressionOrScriptMixin
 
setScripts(Resource...) - Method in class org.springframework.xd.jdbc.SingleTableDatabaseInitializer
 
setSendCount(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setSendErrorCount(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setSequence(int) - Method in class org.springframework.xd.module.RuntimeModuleDeploymentProperties
Set the module sequence.
setServerProperties(Properties) - Method in class org.springframework.xd.batch.hsqldb.server.HSQLServerBean
 
setSinkChannelName(String) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set the module sink channel name.
setSocketTimeout(int) - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
setSourceChannelName(String) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set the module source channel name.
setSpringXDOperations(SpringXDOperations) - Method in class org.springframework.xd.shell.XDShell
 
setSql(String) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
setSql(String) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
setSslPropertiesLocation(Resource) - Method in class org.springframework.integration.x.http.NettyHttpInboundChannelAdapter
 
setSslPropertiesLocation(Resource) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean
 
setSslPropertiesLocation(String) - Method in class org.springframework.xd.dirt.modules.metadata.HttpSourceOptionsMetadata
 
setSslPropertiesLocation(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
setStallWarnings(boolean) - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
Whether "stall_warnings=true" should be added to the query.
setStallWarnings(boolean) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setStandardDeviationSendDuration(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setStartedAt(Date) - Method in class org.springframework.xd.dirt.stream.BaseInstance
Set the date when this instance was started.
setStartMessage(Object) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
setStartMessage(String) - Method in class org.springframework.xd.integration.throughput.ThroughputSamplerOptionsMetadata
 
setStatus(DeploymentUnitStatus) - Method in class org.springframework.xd.dirt.stream.BaseInstance
Set the DeploymentUnitStatus for this instance.
setStatus(String) - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
setStatus(String) - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
setStatus(String) - Method in class org.springframework.xd.rest.domain.DeployableResource
 
setStepExecution(StepExecution) - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
setStore(AggregatorProcessorModuleOptionsMetadata.StoreKind) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setStoreWriter(DataStoreWriter<String>) - Method in class org.springframework.xd.integration.hadoop.config.HdfsStoreMessageHandlerFactoryBean
Sets the store writer.
setStreamName(String) - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
Set the stream name.
setSubject(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
setSubscriptionName(String) - Method in class org.springframework.xd.dirt.modules.metadata.JmsSourceModuleOptionsMetadata
 
setSuffix(String) - Method in class org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata
 
setSuspectTimeout(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setTableName(String) - Method in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
setTableName(String) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
 
setTableName(String) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcBatchItemWriter
 
setTableName(String) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReader
The table to read from.
setTableName(String) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
setTableName(String) - Method in class org.springframework.xd.jdbc.SingleTableDatabaseInitializer
 
setTarget(Target) - Method in class org.springframework.xd.shell.Configuration
Set the XD Admin Server Target.
setTargetException(Exception) - Method in class org.springframework.xd.shell.Target
Sets the exception in case an error occurred during targeting.
setTargetResultMessage(String) - Method in class org.springframework.xd.shell.Target
Set the result messages indicating the success or failure while targeting the Spring XD Admin Server.
setTcpPort(int) - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
setTestOnBorrow(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setTestOnReturn(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setTestWhileIdle(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setTimeBetweenEvictionRunsMillis(int) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setTimeField(String) - Method in class org.springframework.xd.analytics.metrics.metadata.AggregateCounterSinkOptionsMetadata
 
setTimeout(int) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setTimeSinceLastSend(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
setTimestamp(String) - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
setTimestamp(String) - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
setTimeZone(TimeZone) - Method in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
setTimeZone(String) - Method in class org.springframework.xd.shell.command.ConfigCommands
Allows for setting the TimeZone via a Spring XD Shell command.
setTo(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
 
setTopic(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
 
setTopics(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttSourceOptionsMetadata
 
setTrack(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
Filter tweets by words or phrases.
setTrack(String) - Method in class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
setTransacted(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setTransport(String) - Method in class org.springframework.xd.integration.reactor.net.NetServerSourceOptionsMetadata
 
setTransport(String) - Method in class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
Set the transport to use.
setTupleToStringConverter(Converter<Tuple, String>) - Method in class org.springframework.xd.tuple.DefaultTuple
 
setTxSize(int) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
 
setType(String) - Method in class org.springframework.xd.integration.util.jmxresult.JMXRequest
 
setType(ModuleType) - Method in class org.springframework.xd.module.ModuleDescriptor.Builder
Set the module type.
setTypes(Map<String, FieldSetType>) - Method in class org.springframework.xd.tuple.batch.TupleFieldSetMapper
A map of FieldSet field names to FieldSetType.
setupReceiveServer() - Method in class org.springframework.xd.test.fixtures.AbstractMailSource
 
setupReceiveServer() - Method in class org.springframework.xd.test.fixtures.DisposableMailSupport
Provide configuration options for the "receive" part of the fixture.
setupReceiveServer() - Method in class org.springframework.xd.test.fixtures.MailSink
 
setupSendServer() - Method in class org.springframework.xd.test.fixtures.AbstractMailSource
 
setupSendServer() - Method in class org.springframework.xd.test.fixtures.DisposableMailSupport
Provide configuration options for the "send" part of the fixture.
setupSendServer() - Method in class org.springframework.xd.test.fixtures.MailSink
 
setupZookeeperPropertySource(String, boolean) - Method in class org.springframework.xd.dirt.server.SharedServerContextConfiguration.ZookeeperConnectionConfig
 
setUrl(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setUrl(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttConnectionMixin
 
setUrl(String) - Method in class org.springframework.xd.http.HttpClientProcessorOptionsMetadata
 
setUrl(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
setUseDirectBuffers(boolean) - Method in class org.springframework.xd.tcp.AbstractTcpConnectionFactoryOptionsMetadata
 
setUseEquals(boolean) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setUseLocator(boolean) - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
 
setUseLocator(boolean) - Method in class org.springframework.xd.gemfire.GemfireServerSinkModuleOptionsMetadata
 
setUseLocator(boolean) - Method in class org.springframework.xd.gemfire.GemfireSourceOptionsMetadata
 
setUsePolling(boolean) - Method in class org.springframework.xd.mail.MailSourceOptionsMetadata
 
setUsername(String) - Method in class org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata
 
setUsername(String) - Method in class org.springframework.xd.dirt.modules.metadata.FtpHdfsJobOptionsMetadata
 
setUsername(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttConnectionMixin
 
setUsername(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
setUsername(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
setUsername(String) - Method in class org.springframework.xd.mail.MailServerMixin
 
setUsername(String) - Method in class org.springframework.xd.shell.Target.Credentials
 
setUsername(String) - Method in class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
setUseSSL(boolean) - Method in class org.springframework.xd.dirt.integration.rabbit.RabbitConnectionFactoryBean
 
setUseSSL(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
setValidationInterval(long) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setValidationQuery(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setValidatorClassName(String) - Method in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
setValue(String, long) - Method in interface org.springframework.xd.analytics.metrics.core.GaugeRepository
Set the value of the gauge
setValue(String, double) - Method in interface org.springframework.xd.analytics.metrics.core.RichGaugeRepository
Sets the current value of the gauge.
setValue(String, long) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryGaugeRepository
 
setValue(String, double) - Method in class org.springframework.xd.analytics.metrics.memory.InMemoryRichGaugeRepository
 
setValue(String, long) - Method in class org.springframework.xd.analytics.metrics.redis.RedisGaugeRepository
 
setValue(String, double) - Method in class org.springframework.xd.analytics.metrics.redis.RedisRichGaugeRepository
 
setValue(Module) - Method in class org.springframework.xd.integration.util.jmxresult.JMXChannelResult
 
setValue(JMXValue) - Method in class org.springframework.xd.integration.util.jmxresult.JMXResult
 
setVerifyCursorPosition(boolean) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
 
setVhost(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitConnectionMixin
 
setWidth(int) - Method in class org.springframework.xd.shell.util.TableHeader
 
setXD_ANALYTICS(String) - Method in class org.springframework.xd.dirt.server.options.CommonDistributedOptions
 
setXD_ANALYTICS(String) - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
setXD_CONTAINER_GROUPS(String) - Method in class org.springframework.xd.dirt.server.options.ContainerOptions
 
setXD_MGMT_PORT(int) - Method in class org.springframework.xd.dirt.server.options.CommonOptions
 
setXD_TRANSPORT(String) - Method in class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
setXdModuleConfigLocation(String) - Method in class org.springframework.xd.module.options.EnvironmentAwareModuleOptionsMetadataResolver
 
ShallowMetricResourceAssembler<M extends Metric> - Class in org.springframework.xd.dirt.rest.metrics
Base class for a ResourceAssembler that builds shallow resources for metrics (exposing only their names, and hence their "self" rel).
ShallowMetricResourceAssembler(Class<?>) - Constructor for class org.springframework.xd.dirt.rest.metrics.ShallowMetricResourceAssembler
 
sharedChannelName - Variable in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModule
 
SharedServerContextConfiguration - Class in org.springframework.xd.dirt.server
Beans defined and imported here are shared by the XD Admin Server and Container Server.
SharedServerContextConfiguration() - Constructor for class org.springframework.xd.dirt.server.SharedServerContextConfiguration
 
SharedServerContextConfiguration.ZookeeperConnectionConfig - Class in org.springframework.xd.dirt.server
 
SharedServerContextConfiguration.ZookeeperConnectionConfig() - Constructor for class org.springframework.xd.dirt.server.SharedServerContextConfiguration.ZookeeperConnectionConfig
 
shell - Variable in class org.springframework.xd.test.fixtures.AbstractMetricSink
 
shouldBindAndValidate() - Method in enum org.springframework.xd.dirt.stream.ParsingContext
 
shouldConsider(Resource) - Method in class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandler
Whether the matched Spring resource should even be considered for inclusion in the result set.
shouldConsider(Resource) - Method in class org.springframework.xd.dirt.server.options.ResourcePatternScanningOptionHandlers.HadoopDistroOptionHandler
 
shouldShowOption(ModuleOption, int) - Static method in class org.springframework.xd.dirt.stream.completion.CompletionProvider
 
shouldTrigger(String, List<ModuleDescriptor>, CompletionKind) - Method in class org.springframework.xd.dirt.stream.completion.AddModuleOptionsExpansionStrategy
 
shouldTrigger(String, List<ModuleDescriptor>, CompletionKind) - Method in interface org.springframework.xd.dirt.stream.completion.CompletionExpansionStrategy
Whether this completion should be triggered.
shouldTrigger(String, Exception, CompletionKind) - Method in interface org.springframework.xd.dirt.stream.completion.CompletionRecoveryStrategy
Whether this completion should be triggered.
shouldTrigger(String, List<ModuleDescriptor>, CompletionKind) - Method in class org.springframework.xd.dirt.stream.completion.PipeIntoOtherModulesExpansionStrategy
 
shouldTrigger(String, Exception, CompletionKind) - Method in class org.springframework.xd.dirt.stream.completion.StacktraceFingerprintingCompletionRecoveryStrategy
 
shutdownAll() - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
Shut down all servers started, including those started via DistributedTestSupport.startup() and all containers started via DistributedTestSupport.startContainer(java.util.Properties).
shutdownAll() - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
Shut down all servers started, including those started via DistributedTestSupport.startup() and all containers started via DistributedTestSupport.startContainer(java.util.Properties).
shutdownContainer(String) - Method in class org.springframework.xd.dirt.rest.ContainersController
Shutdown container by the given containerId.
shutdownContainer(long) - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
Shut down the container JVM with the given process id.
shutdownContainer(long) - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
Shut down the container JVM with the given process id.
shutdownContainers() - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
shutdownContainers() - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
SimpleAbstractHdfsItemWriter<T> - Class in org.springframework.xd.batch.item.hadoop
 
SimpleAbstractHdfsItemWriter() - Constructor for class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
SimpleFileSink - Class in org.springframework.xd.test.fixtures
Used to generate the file sink portion of a stream.
SimpleFileSink() - Constructor for class org.springframework.xd.test.fixtures.SimpleFileSink
Use XD Defaults for the file name and directory to where the sink will write its results.
SimpleFileSink(String, String, boolean, String) - Constructor for class org.springframework.xd.test.fixtures.SimpleFileSink
Construct a new SimpleFileSink given the directory and file to write to as well as the if the file is binary and the mode that determines what to do if the file already exists.
SimpleFileSource - Class in org.springframework.xd.test.fixtures
A FileSource for integraiton tests.
SimpleFileSource(String, String, boolean) - Constructor for class org.springframework.xd.test.fixtures.SimpleFileSource
Construct a new SimpleFileSource using the provided directory and file names.
SimpleFileSource(String, String) - Constructor for class org.springframework.xd.test.fixtures.SimpleFileSource
Construct a new SimpleFileSource using the provided directory and file names.
SimpleHdfsTextItemWriter<T> - Class in org.springframework.xd.batch.item.hadoop
 
SimpleHdfsTextItemWriter(FileSystem) - Constructor for class org.springframework.xd.batch.item.hadoop.SimpleHdfsTextItemWriter
 
SimpleHttpGenerator - Class in org.springframework.xd.test.generator
Used to generate basic http posts for string and file contents
SimpleHttpGenerator(String, int) - Constructor for class org.springframework.xd.test.generator.SimpleHttpGenerator
 
SimpleHttpSource - Class in org.springframework.xd.test.fixtures
An HTTP source that default to using localhost:9000
SimpleHttpSource() - Constructor for class org.springframework.xd.test.fixtures.SimpleHttpSource
Construct a new SimpleHttpSource, given a host.
SimpleHttpSource(String) - Constructor for class org.springframework.xd.test.fixtures.SimpleHttpSource
Construct a new SimpleHttpSource, given a host.
SimpleHttpSource(String, int) - Constructor for class org.springframework.xd.test.fixtures.SimpleHttpSource
Construct a new SimpleHttpSource, given a host and a port connect to.
SimpleModule - Class in org.springframework.xd.module.core
A Module implementation backed by a Spring ApplicationContext.
SimpleModule(ModuleDescriptor, ModuleDeploymentProperties) - Constructor for class org.springframework.xd.module.core.SimpleModule
 
SimpleModule(ModuleDescriptor, ModuleDeploymentProperties, ClassLoader, ModuleOptions) - Constructor for class org.springframework.xd.module.core.SimpleModule
 
SimpleModuleOptionsMetadata - Class in org.springframework.xd.module.options
An implementation of ModuleOptionsMetadata that only knows how to list options and does not support advanced facilities such as derived options, profile activation or validation.
SimpleModuleOptionsMetadata() - Constructor for class org.springframework.xd.module.options.SimpleModuleOptionsMetadata
 
SimpleTailSource - Class in org.springframework.xd.test.fixtures
A tail source for integration tests.
SimpleTailSource() - Constructor for class org.springframework.xd.test.fixtures.SimpleTailSource
Construct a SimpleTailSource with a file delay of 5 seconds
SimpleTailSource(int, String) - Constructor for class org.springframework.xd.test.fixtures.SimpleTailSource
Construct a SimpleTailSource using the provided delay and filename
SimpleXdChunkListener - Class in org.springframework.xd.dirt.plugins.job.support.listener
 
SimpleXdChunkListener(SubscribableChannel, SubscribableChannel) - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdChunkListener
 
SimpleXdItemListener<I,O> - Class in org.springframework.xd.dirt.plugins.job.support.listener
 
SimpleXdItemListener(SubscribableChannel, SubscribableChannel) - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdItemListener
 
SimpleXdJobExecutionListener - Class in org.springframework.xd.dirt.plugins.job.support.listener
 
SimpleXdJobExecutionListener(SubscribableChannel, SubscribableChannel) - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdJobExecutionListener
 
SimpleXdSkipListener - Class in org.springframework.xd.dirt.plugins.job.support.listener
 
SimpleXdSkipListener(SubscribableChannel, SubscribableChannel) - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdSkipListener
 
SimpleXdStepExecutionListener - Class in org.springframework.xd.dirt.plugins.job.support.listener
 
SimpleXdStepExecutionListener(SubscribableChannel, SubscribableChannel) - Constructor for class org.springframework.xd.dirt.plugins.job.support.listener.SimpleXdStepExecutionListener
 
SINGLENODE_PROFILE - Static variable in class org.springframework.xd.dirt.util.XdProfiles
 
SINGLENODE_TOKEN - Static variable in class org.springframework.xd.integration.util.ConfigUtil
 
SingleNodeApplication - Class in org.springframework.xd.dirt.server
Single Node XD Runtime.
SingleNodeApplication() - Constructor for class org.springframework.xd.dirt.server.SingleNodeApplication
 
SingleNodeIntegrationTestSupport - Class in org.springframework.xd.dirt.test
A helper class that provides methods used for testing streams with SingleNodeApplication.
SingleNodeIntegrationTestSupport(SingleNodeApplication) - Constructor for class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
SingleNodeIntegrationTestSupport(SingleNodeApplication, String) - Constructor for class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Constructor useful for testing custom modules
SingleNodeNamedChannelSinkFactory - Class in org.springframework.xd.dirt.test.sink
A factory for creating NamedChannelSinks.
SingleNodeNamedChannelSinkFactory(MessageBus) - Constructor for class org.springframework.xd.dirt.test.sink.SingleNodeNamedChannelSinkFactory
 
SingleNodeNamedChannelSourceFactory - Class in org.springframework.xd.dirt.test.source
A factory for creating NamedChannelSources.
SingleNodeNamedChannelSourceFactory(MessageBus) - Constructor for class org.springframework.xd.dirt.test.source.SingleNodeNamedChannelSourceFactory
 
SingleNodeNamedQueueSink - Class in org.springframework.xd.dirt.test.sink
A NamedChannelSink implementation that binds to a Queue Channel.
SingleNodeNamedQueueSink(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.sink.SingleNodeNamedQueueSink
 
SingleNodeNamedQueueSource - Class in org.springframework.xd.dirt.test.source
A NamedChannelSource implementation that binds to a Queue Channel.
SingleNodeNamedQueueSource(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.source.SingleNodeNamedQueueSource
 
SingleNodeNamedTopicSink - Class in org.springframework.xd.dirt.test.sink
A NamedChannelSink implementation that binds to a PubSub Channel.
SingleNodeNamedTopicSink(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.sink.SingleNodeNamedTopicSink
 
SingleNodeNamedTopicSource - Class in org.springframework.xd.dirt.test.source
A NamedChannelSource implementation that binds to a PubSub Channel.
SingleNodeNamedTopicSource(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.source.SingleNodeNamedTopicSource
 
SingleNodeOptions - Class in org.springframework.xd.dirt.server.options
Holds options that can be used in single-node mode.
SingleNodeOptions() - Constructor for class org.springframework.xd.dirt.server.options.SingleNodeOptions
 
SingleNodeProcessingChain - Class in org.springframework.xd.dirt.test.process
Creates a stream to test a processing chain "p1 | p2 ...
SingleNodeProcessingChain(SingleNodeApplication, String, String) - Constructor for class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
SingleNodeProcessingChain(SingleNodeApplication, String, String, String) - Constructor for class org.springframework.xd.dirt.test.process.SingleNodeProcessingChain
 
SingleNodeProcessingChainConsumer - Class in org.springframework.xd.dirt.test.process
Creates a stream to test a processing chain including a source but no sink and adds a NamedChannelSink to create a complete stream.
SingleNodeProcessingChainConsumer(SingleNodeApplication, String, String) - Constructor for class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
SingleNodeProcessingChainConsumer(SingleNodeApplication, String, String, String) - Constructor for class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainConsumer
 
SingleNodeProcessingChainProducer - Class in org.springframework.xd.dirt.test.process
Creates a stream to test a processing chain including a sink but no source and adds a NamedChannelSource to create a complete stream.
SingleNodeProcessingChainProducer(SingleNodeApplication, String, String) - Constructor for class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainProducer
 
SingleNodeProcessingChainProducer(SingleNodeApplication, String, String, String) - Constructor for class org.springframework.xd.dirt.test.process.SingleNodeProcessingChainProducer
 
SingleNodeProcessingChainSupport - Class in org.springframework.xd.dirt.test.process
A helper class to easily create AbstractSingleNodeProcessingChains using static methods.
SingleTableDatabaseInitializer - Class in org.springframework.xd.jdbc
Class that's intended for initializing a single table and the script used can use a placeholder #table for the table name.
SingleTableDatabaseInitializer() - Constructor for class org.springframework.xd.jdbc.SingleTableDatabaseInitializer
 
sink - Variable in class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
SinkChannelNode - Class in org.springframework.xd.dirt.stream.dsl
 
SinkChannelNode(ChannelNode, int) - Constructor for class org.springframework.xd.dirt.stream.dsl.SinkChannelNode
 
Sinks - Class in org.springframework.xd.integration.fixtures
A factory that provides fully instantiated sink fixtures based on the environment selected at test startup.
Sinks(XdEnvironment) - Constructor for class org.springframework.xd.integration.fixtures.Sinks
Initializes the instance with xdEnvironment
size() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
size() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
size() - Method in class org.springframework.xd.tuple.DefaultTuple
 
size() - Method in interface org.springframework.xd.tuple.Tuple
Return the number of elements in this tuple.
SKIP_EVENTS_SUFFIX - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
slice(List<T>, Pageable) - Method in class org.springframework.xd.store.AbstractInMemoryRepository
Post-process the list to only return elements matching the page request.
source - Variable in class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
SourceChannelNode - Class in org.springframework.xd.dirt.stream.dsl
 
SourceChannelNode(ChannelNode, int) - Constructor for class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
Sources - Class in org.springframework.xd.integration.fixtures
A convenience class for creating instances of sources to be used for integration testing.
Sources(XdEnvironment) - Constructor for class org.springframework.xd.integration.fixtures.Sources
Construct a new Sources instance using the provided environment.
SplitterProcessorOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Captures options for the splitter processor module.
SplitterProcessorOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.SplitterProcessorOptionsMetadata
 
SplunkSinkOptionsMetadata - Class in org.springframework.xd.splunk
Captures options to the splunk sink module.
SplunkSinkOptionsMetadata() - Constructor for class org.springframework.xd.splunk.SplunkSinkOptionsMetadata
 
SplunkTransformer - Class in org.springframework.integration.x.splunk
Message consumer that will push the payload to a splunk instance via a TCP-Port.
SplunkTransformer() - Constructor for class org.springframework.integration.x.splunk.SplunkTransformer
 
SpringXDException - Exception in org.springframework.xd.rest.client.impl
A Java exception that wraps the serialized VndErrors object.
SpringXDException(VndErrors) - Constructor for exception org.springframework.xd.rest.client.impl.SpringXDException
 
SpringXDOperations - Interface in org.springframework.xd.rest.client
Main entry point for interacting with a running XD system.
SpringXDTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the entry point to the API.
SpringXDTemplate(ClientHttpRequestFactory, URI) - Constructor for class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
SpringXDTemplate(URI) - Constructor for class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
StacktraceFingerprintingCompletionRecoveryStrategy<E extends java.lang.Exception> - Class in org.springframework.xd.dirt.stream.completion
A recovery strategy that will trigger if the parser failure is similar to that of some sample unfinished stream definition.
StacktraceFingerprintingCompletionRecoveryStrategy(XDParser, Class<E>, String...) - Constructor for class org.springframework.xd.dirt.stream.completion.StacktraceFingerprintingCompletionRecoveryStrategy
Construct a new StacktraceFingerprintingCompletionRecoveryStrategy given the parser, and the expected exception class to be thrown for sample fragments of a stream definition that is to be parsed.
StandAloneUiApp - Class in org.springframework.xd.dirt.web
Starts the Web UI without needing the full Spring XD setup.
StandAloneUiApp() - Constructor for class org.springframework.xd.dirt.web.StandAloneUiApp
 
start() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
start() - Method in class org.springframework.xd.dirt.plugins.job.ModuleJobLauncher
 
start() - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Start the ZooKeeper server in a background thread.
start() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Starts the underlying CuratorFramework instance.
start() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
start() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
start() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
start() - Method in class org.springframework.xd.module.core.CompositeModule
 
start() - Method in class org.springframework.xd.module.core.SimpleModule
 
start() - Method in class org.springframework.xd.test.fixtures.TcpSink
Create a socket and copy received data into a buffer
startAdmin(Properties) - Static method in class org.springframework.xd.distributed.util.ServerProcessUtils
Start an instance of the admin server.
startContainer(Properties) - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
Start a container in a new JVM, using the provided properties as system properties for the container JVM process.
startContainer() - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
Start a container in a new JVM.
startContainer(Properties) - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
Start a container in a new JVM, using the provided properties as system properties for the container JVM process.
startContainer() - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
Start a container in a new JVM.
startContainer(Properties) - Static method in class org.springframework.xd.distributed.util.ServerProcessUtils
Start a container instance.
startHsql(Properties) - Static method in class org.springframework.xd.distributed.util.ServerProcessUtils
Start an instance of HSQL.
startpos - Variable in class org.springframework.xd.dirt.stream.dsl.AstNode
 
startup() - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
Start the minimum required servers for a distributed XD system: ZooKeeper HSQL Admin server (for serving REST endpoints)
startup() - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
Start the minimum required servers for a distributed XD system: ZooKeeper HSQL Admin server (for serving REST endpoints)
startZooKeeper(int) - Static method in class org.springframework.xd.distributed.util.ServerProcessUtils
Start an instance of ZooKeeper.
stateCalculator - Variable in class org.springframework.xd.dirt.server.InitialDeploymentListener
State calculator for stream state.
STATUS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of status node.
STEP_EXECUTION_EVENTS_SUFFIX - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
StepExecutionHistoryJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for StepExecutionHistory de-serialization.
StepExecutionInfo - Class in org.springframework.xd.dirt.job
Represents Batch step execution info.
StepExecutionInfo(String, Long, String, TimeZone) - Constructor for class org.springframework.xd.dirt.job.StepExecutionInfo
 
StepExecutionInfo(StepExecution, TimeZone) - Constructor for class org.springframework.xd.dirt.job.StepExecutionInfo
 
StepExecutionInfoResource - Class in org.springframework.xd.rest.domain
Represents the step execution info resource.
StepExecutionInfoResource(Long, StepExecution, String) - Constructor for class org.springframework.xd.rest.domain.StepExecutionInfoResource
 
StepExecutionInfoResource() - Constructor for class org.springframework.xd.rest.domain.StepExecutionInfoResource
 
stepExecutionInfoResourceAssembler - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
StepExecutionInfoResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model StepExecutionInfo.
StepExecutionInfoResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.StepExecutionInfoResourceAssembler
 
StepExecutionJacksonMixIn - Class in org.springframework.xd.dirt.plugins.job.support
Jackson MixIn for StepExecution serialization.
StepExecutionJacksonMixIn() - Constructor for class org.springframework.xd.dirt.plugins.job.support.StepExecutionJacksonMixIn
 
StepExecutionJacksonMixIn - Class in org.springframework.xd.rest.client.impl.support
Jackson MixIn for StepExecution de-serialization.
stepExecutionProgress(long, long) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
stepExecutionProgress(long, long) - Method in interface org.springframework.xd.rest.client.JobOperations
Retrieve step execution progress with the given jobExecutionId and stepExecutionId.
stepExecutionProgress(long, long) - Method in class org.springframework.xd.shell.command.JobCommands
 
StepExecutionProgressInfo - Class in org.springframework.xd.dirt.job
Represents Batch job step execution progress info.
StepExecutionProgressInfo(StepExecution, StepExecutionHistory) - Constructor for class org.springframework.xd.dirt.job.StepExecutionProgressInfo
 
StepExecutionProgressInfoResource - Class in org.springframework.xd.rest.domain
Represents the step execution progress info resource.
StepExecutionProgressInfoResource() - Constructor for class org.springframework.xd.rest.domain.StepExecutionProgressInfoResource
 
StepExecutionProgressInfoResource(StepExecution, StepExecutionHistory, double, boolean, double) - Constructor for class org.springframework.xd.rest.domain.StepExecutionProgressInfoResource
 
StepExecutionProgressInfoResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model StepExecutionProgressInfo.
StepExecutionProgressInfoResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.StepExecutionProgressInfoResourceAssembler
 
StepType - Enum in org.springframework.xd.dirt.job
The types of Spring Batch Step implementations that are known to the system.
stop() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
stop() - Method in class org.springframework.xd.dirt.plugins.job.ModuleJobLauncher
 
stop() - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Shutdown the ZooKeeper server.
stop(Runnable) - Method in class org.springframework.xd.dirt.zookeeper.EmbeddedZooKeeper
Stop the server if running and invoke the callback when complete.
stop() - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Closes the underlying CuratorFramework instance.
stop(Runnable) - Method in class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Closes the underlying CuratorFramework instance and then invokes the callback.
stop() - Method in class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
stop() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
stop(Runnable) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsStoreMessageHandler
 
stop() - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
stop(Runnable) - Method in class org.springframework.xd.integration.hadoop.outbound.HdfsWritingMessageHandler
 
stop() - Method in class org.springframework.xd.module.core.CompositeModule
 
stop() - Method in class org.springframework.xd.module.core.SimpleModule
 
stopAll() - Method in class org.springframework.xd.dirt.rest.BatchJobExecutionsController
Stop all job executions.
stopAllJobExecutions() - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
stopAllJobExecutions() - Method in interface org.springframework.xd.rest.client.JobOperations
Stop all job executions.
stopAllJobExecutions(boolean) - Method in class org.springframework.xd.shell.command.JobCommands
 
stopBindings() - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
stopJobExecution(long) - Method in class org.springframework.xd.dirt.rest.BatchJobExecutionsController
Stop Job Execution by the given executionId.
stopJobExecution(long) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
stopJobExecution(long) - Method in interface org.springframework.xd.rest.client.JobOperations
Stop job execution that is running.
stopJobExecution(long) - Method in class org.springframework.xd.shell.command.JobCommands
 
store(String, ModuleType, String) - Method in interface org.springframework.xd.dirt.module.ModuleDependencyRepository
Store one atomic dependency from a module (composed or not) to some target (stream, or composed module).
store(String, ModuleType, String) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleDependencyRepository
 
StoreWriterFactoryBean - Class in org.springframework.xd.integration.hadoop.config
A FactoryBean creating a DataStoreWriter.
StoreWriterFactoryBean() - Constructor for class org.springframework.xd.integration.hadoop.config.StoreWriterFactoryBean
 
StoreWriterParser - Class in org.springframework.xd.integration.hadoop.config
Parser for the 'storage' element.
StoreWriterParser() - Constructor for class org.springframework.xd.integration.hadoop.config.StoreWriterParser
 
Stream - Class in org.springframework.xd.dirt.core
Domain model for runtime Stream modules.
Stream - Class in org.springframework.xd.dirt.stream
A runtime representation of a running stream.
Stream(StreamDefinition) - Constructor for class org.springframework.xd.dirt.stream.Stream
Create a new stream out of the given StreamDefinition.
stream(String, String, URL) - Static method in class org.springframework.xd.integration.util.StreamUtils
Creates the stream definition and deploys it to the cluster being tested.
Stream.Builder - Class in org.springframework.xd.dirt.core
Builder object for Stream that supports fluent style configuration.
Stream.Builder() - Constructor for class org.springframework.xd.dirt.core.Stream.Builder
 
STREAM_DEPLOYMENTS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of stream deployments node.
StreamCommands - Class in org.springframework.xd.shell.command
 
StreamCommands() - Constructor for class org.springframework.xd.shell.command.StreamCommands
 
StreamConfigParser - Class in org.springframework.xd.dirt.stream.dsl
 
StreamConfigParser(CrudRepository<? extends BaseDefinition, String>) - Constructor for class org.springframework.xd.dirt.stream.dsl.StreamConfigParser
 
StreamDefinition - Class in org.springframework.xd.dirt.stream
Represents a model for a data flow in the system.
StreamDefinition(String, String) - Constructor for class org.springframework.xd.dirt.stream.StreamDefinition
Create a new StreamDefinition.
StreamDefinitionException - Exception in org.springframework.xd.dirt.stream.dsl
Root exception for DSL parsing related exceptions.
StreamDefinitionException(String, int, XDDSLMessages, Object...) - Constructor for exception org.springframework.xd.dirt.stream.dsl.StreamDefinitionException
 
StreamDefinitionRepository - Interface in org.springframework.xd.dirt.stream
A repository for persisting StreamDefinitions.
streamDefinitionRepository() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
StreamDefinitionRepositoryUtils - Class in org.springframework.xd.dirt.stream
Encapsulate shared functionality between implementations of StreamDefinitionRepository that can't be done using inheritance
StreamDefinitionRepositoryUtils() - Constructor for class org.springframework.xd.dirt.stream.StreamDefinitionRepositoryUtils
 
StreamDefinitionResource - Class in org.springframework.xd.rest.domain
Represents a stream definition, i.e. a flow of data in the system.
StreamDefinitionResource() - Constructor for class org.springframework.xd.rest.domain.StreamDefinitionResource
Default constructor for serialization frameworks.
StreamDefinitionResource(String, String) - Constructor for class org.springframework.xd.rest.domain.StreamDefinitionResource
 
StreamDefinitionResource.Page - Class in org.springframework.xd.rest.domain
Dedicated subclass to workaround type erasure.
StreamDefinitionResource.Page() - Constructor for class org.springframework.xd.rest.domain.StreamDefinitionResource.Page
 
StreamDefinitionResourceAssembler - Class in org.springframework.xd.dirt.rest
Knows how to build a REST resource out of our domain model StreamDefinition.
StreamDefinitionResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.StreamDefinitionResourceAssembler
 
StreamDeployer - Class in org.springframework.xd.dirt.stream
Default implementation of StreamDeployer that uses provided StreamDefinitionRepository and StreamRepository to persist stream deployment and undeployment requests.
StreamDeployer(ZooKeeperConnection, StreamDefinitionRepository, StreamRepository, XDParser) - Constructor for class org.springframework.xd.dirt.stream.StreamDeployer
Construct a StreamDeployer.
streamDeployer() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
StreamDeploymentListener - Class in org.springframework.xd.dirt.server
Listener implementation that handles stream deployment requests.
StreamDeploymentListener(ZooKeeperConnection, PathChildrenCache, ContainerRepository, StreamFactory, ContainerMatcher, DeploymentUnitStateCalculator) - Constructor for class org.springframework.xd.dirt.server.StreamDeploymentListener
Construct a StreamDeploymentListener.
StreamDeploymentsPath - Class in org.springframework.xd.dirt.core
Builder object for paths under Paths.STREAM_DEPLOYMENTS.
StreamDeploymentsPath() - Constructor for class org.springframework.xd.dirt.core.StreamDeploymentsPath
Construct a StreamDeploymentsPath.
StreamDeploymentsPath(String) - Constructor for class org.springframework.xd.dirt.core.StreamDeploymentsPath
Construct a StreamDeploymentsPath.
streamFactory - Variable in class org.springframework.xd.dirt.server.ModuleRedeployer
Stream factory.
StreamFactory - Class in org.springframework.xd.dirt.stream
Factory class that builds Stream instances.
StreamFactory(StreamDefinitionRepository, ModuleDefinitionRepository, ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.stream.StreamFactory
Construct a StreamFactory to create Stream domain model instances.
StreamLookupEnvironment - Interface in org.springframework.xd.dirt.stream.dsl
A lookup environment is used to resolve a stream.
StreamNode - Class in org.springframework.xd.dirt.stream.dsl
 
StreamNode(String, String, List<ModuleNode>, SourceChannelNode, SinkChannelNode) - Constructor for class org.springframework.xd.dirt.stream.dsl.StreamNode
 
streamOperations() - Method in class org.springframework.xd.rest.client.impl.SpringXDTemplate
 
streamOperations() - Method in interface org.springframework.xd.rest.client.SpringXDOperations
Returns the portion of the API for interacting with Streams.
StreamOperations - Interface in org.springframework.xd.rest.client
Interface defining operations available against streams.
StreamPlugin - Class in org.springframework.xd.dirt.plugins.stream
 
StreamPlugin(MessageBus, ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.plugins.stream.StreamPlugin
 
StreamRepository - Interface in org.springframework.xd.dirt.stream
A repository for persisting Streams.
streamRepository() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
StreamRuntimePropertiesProvider - Class in org.springframework.xd.dirt.server
RuntimeModuleDeploymentPropertiesProvider that provides the stream partition/short circuit properties for the given ModuleDescriptor.
StreamRuntimePropertiesProvider(Stream, ModuleDeploymentPropertiesProvider<ModuleDeploymentProperties>) - Constructor for class org.springframework.xd.dirt.server.StreamRuntimePropertiesProvider
Construct a StreamPartitionPropertiesProvider for a Stream.
STREAMS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of streams node.
StreamsController - Class in org.springframework.xd.dirt.rest
Handles all Stream related interaction.
StreamsController(StreamDeployer, StreamDefinitionRepository) - Constructor for class org.springframework.xd.dirt.rest.StreamsController
 
streamStateVerifier() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
StreamTemplate - Class in org.springframework.xd.rest.client.impl
Implementation of the Stream-related part of the API.
StreamUtils - Class in org.springframework.xd.integration.util
Utilities for creating and monitoring streams and the JMX hooks for those strings.
StreamUtils() - Constructor for class org.springframework.xd.integration.util.StreamUtils
 
StrictContentTypeResolver - Class in org.springframework.xd.dirt.integration.bus
A StringConvertingContentTypeResolver that requires a the content-type to be present.
StrictContentTypeResolver(MimeType) - Constructor for class org.springframework.xd.dirt.integration.bus.StrictContentTypeResolver
 
StringCodec - Class in org.springframework.xd.dirt.integration.bus.serializer.kryo
 
StringCodec() - Constructor for class org.springframework.xd.dirt.integration.bus.serializer.kryo.StringCodec
 
StringConvertingContentTypeResolver - Class in org.springframework.xd.dirt.integration.bus
A DefaultContentTypeResolver that can parse String values.
StringConvertingContentTypeResolver() - Constructor for class org.springframework.xd.dirt.integration.bus.StringConvertingContentTypeResolver
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.ArgumentNode
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.AstNode
 
stringify() - Method in class org.springframework.xd.dirt.stream.dsl.AstNode
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.ChannelNode
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.LabelNode
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.ModuleNode
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.SinkChannelNode
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
stringify(boolean) - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
StringToByteArrayMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to convert a String to a byte[], applying the provided Charset in the content-type header if any.
StringToByteArrayMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.StringToByteArrayMessageConverter
 
StringToDateConverter - Class in org.springframework.xd.tuple
Converter for Strings to Date that can take into account date patterns
StringToDateConverter() - Constructor for class org.springframework.xd.tuple.StringToDateConverter
 
StringToDateConverter(String) - Constructor for class org.springframework.xd.tuple.StringToDateConverter
 
StringToDateConverter(DateFormat) - Constructor for class org.springframework.xd.tuple.StringToDateConverter
 
stringValue() - Method in class org.springframework.xd.dirt.stream.dsl.Token
 
stripPath(String) - Static method in class org.springframework.xd.dirt.zookeeper.Paths
Strip path information from a string.
stripPathConverter - Static variable in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Converter from ChildData to the leaf path name string.
subject(String) - Method in class org.springframework.xd.test.fixtures.MailSink
 
sum(long[]) - Static method in class org.springframework.xd.analytics.metrics.core.MetricUtils
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Subclasses implement this to specify supported payload types
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.ByteArrayToStringMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.JavaToSerializedMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.JsonToPojoMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.JsonToTupleMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.PojoToJsonMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.PojoToStringMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.SerializedToJavaMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.StringToByteArrayMessageConverter
 
supportedPayloadTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.TupleToJsonMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
Subclasses implement this to specify supported target types
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.ByteArrayToStringMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.JavaToSerializedMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.JsonToPojoMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.JsonToTupleMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.PojoToJsonMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.PojoToStringMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.SerializedToJavaMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.StringToByteArrayMessageConverter
 
supportedTargetTypes() - Method in class org.springframework.xd.dirt.integration.bus.converter.TupleToJsonMessageConverter
 
supports(Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
supports(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractJobPlugin
 
supports(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractPlugin
 
supports(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractStreamPlugin
 
supports(Module) - Method in class org.springframework.xd.dirt.plugins.ContainerInfoPlugin
 
supports(Module) - Method in class org.springframework.xd.dirt.plugins.MBeanExportingPlugin
 
supports(Module) - Method in class org.springframework.xd.dirt.plugins.ModuleInfoPlugin
 
supports(Module) - Method in class org.springframework.xd.dirt.plugins.stream.ModuleTypeConversionPlugin
 
supports(Module) - Method in interface org.springframework.xd.module.core.Plugin
Check if the module is supported by the plugin.
supports(Class<?>, String) - Method in class org.springframework.xd.shell.converter.CompletionConverter
 
supports(Class<?>, String) - Method in class org.springframework.xd.shell.converter.ExistingXDEntityConverter
 
supports(Class<?>, String) - Method in class org.springframework.xd.shell.converter.MediaTypeConverter
 
supports(Class<?>, String) - Method in class org.springframework.xd.shell.converter.NumberFormatConverter
 
supports(Class<?>, String) - Method in class org.springframework.xd.shell.converter.QualifiedModuleNameConverter
 
supportsNamedChannels() - Method in enum org.springframework.xd.dirt.stream.ParsingContext
 
supportsPayloadType(Class<?>) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
supportsTargetMimeType(MimeType) - Method in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
suspectTimeout - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
SyslogInboundChannelAdapter - Class in org.springframework.xd.integration.reactor.syslog
InboundChannelAdapter implementation that uses the Reactor TCP support to read in syslog messages and transform them to a Map for use in downstream modules.
SyslogInboundChannelAdapter(Environment) - Constructor for class org.springframework.xd.integration.reactor.syslog.SyslogInboundChannelAdapter
 
SyslogInboundChannelAdapterParser - Class in org.springframework.xd.integration.reactor.config
 
SyslogInboundChannelAdapterParser() - Constructor for class org.springframework.xd.integration.reactor.config.SyslogInboundChannelAdapterParser
 
syslogTcpSource(String) - Method in class org.springframework.xd.integration.fixtures.Sources
Constructs a SyslogTcpSource that receives syslog events via tcp.
syslogTcpSource() - Method in class org.springframework.xd.integration.fixtures.Sources
Constructs a SyslogTcpSource that receives syslog events via tcp.
SyslogTcpSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the syslog tcp source module.
SyslogTcpSource(String, int) - Constructor for class org.springframework.xd.test.fixtures.SyslogTcpSource
Initializes a SyslogTcpSource fixture.
syslogUdpSource(String) - Method in class org.springframework.xd.integration.fixtures.Sources
Constructs a SyslogUdpSource that receives syslog events via udp.
syslogUdpSource() - Method in class org.springframework.xd.integration.fixtures.Sources
Constructs a SyslogUdpSource that receives syslog events via udp.
SyslogUdpSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the syslog udp source module.
SyslogUdpSource(String, int) - Constructor for class org.springframework.xd.test.fixtures.SyslogUdpSource
Initializes a SyslogUdpSource fixture.

T

Table - Class in org.springframework.xd.shell.util
Provide a basic concept of a table structure containing a map of column headers and a collection of rows.
Table() - Constructor for class org.springframework.xd.shell.util.Table
 
TableHeader - Class in org.springframework.xd.shell.util
Defines table column headers used by Table.
TableHeader(String, int) - Constructor for class org.springframework.xd.shell.util.TableHeader
Constructor that initializes the table header with the provided header name and the with of the table header.
TableHeader(String) - Constructor for class org.springframework.xd.shell.util.TableHeader
Constructor that initializes the table header with the provided header name.
tableName - Variable in class org.springframework.xd.jdbc.AbstractImportToJdbcOptionsMetadata
 
tableName(String) - Method in class org.springframework.xd.test.fixtures.HdfsJdbcJob
Sets the tableName where the data will be written.
tableName(String) - Method in class org.springframework.xd.test.fixtures.JdbcSink
Sets the table that the sink will write to.
TableRow - Class in org.springframework.xd.shell.util
Holds the table rows used by Table.
TableRow() - Constructor for class org.springframework.xd.shell.util.TableRow
 
tail(int, String) - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new SimpleTailSource with the the provided file name and delay
tail(String, boolean) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
TailSource - Class in org.springframework.xd.test.fixtures
Support class that represents a tail source.
TailSource() - Constructor for class org.springframework.xd.test.fixtures.TailSource
 
TailSourceOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the tail source module.
TailSourceOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.TailSourceOptionsMetadata
 
tap(String) - Method in class org.springframework.xd.integration.fixtures.Sources
Constructs a Tap fixture.
Tap - Class in org.springframework.xd.test.fixtures
Test fixture that creates a tap.
Tap(String) - Constructor for class org.springframework.xd.test.fixtures.Tap
Create a tap stream with the provided name.
TAP_CHANNEL_PREFIX - Static variable in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
TAPS - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Name of taps node.
tapSource() - Method in enum org.springframework.xd.dirt.stream.dsl.ChannelType
 
target(String, String, String) - Method in class org.springframework.xd.shell.command.ConfigCommands
 
Target - Class in org.springframework.xd.shell
Encapsulates various data points related to the Admin Server Target, such as target URI, success/error state, exception messages that may have occurred.
Target(String, String, String) - Constructor for class org.springframework.xd.shell.Target
Construct a new Target.
Target(String) - Constructor for class org.springframework.xd.shell.Target
Construct a new Target.
Target.Credentials - Class in org.springframework.xd.shell
 
Target.Credentials() - Constructor for class org.springframework.xd.shell.Target.Credentials
 
Target.Credentials(String, String) - Constructor for class org.springframework.xd.shell.Target.Credentials
 
Target.TargetStatus - Enum in org.springframework.xd.shell
 
targetMimeTypes - Variable in class org.springframework.xd.dirt.integration.bus.converter.AbstractFromMessageConverter
 
TaskletType - Enum in org.springframework.xd.dirt.job
Types of Tasklet implementations known by Spring XD.
tcp() - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new TcpSink with the default target host taken from the environment and default port (1234)
tcp(String) - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new TcpSink with the target host and the default port.
tcp(int) - Method in class org.springframework.xd.integration.fixtures.Sinks
Construct a new TcpSink with the default target host taken from the environment and the provided port.
tcp() - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new TcpSource with the default target host localhost and port (1234)
tcp(String) - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new TcpSource with the default target host taken from the environment and default port (1234)
tcp(String, int) - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a new TcpSource with the default target host taken from the environment and the provided port.
TcpClientSourceOptionsMetadata - Class in org.springframework.xd.tcp
Captures options available to the tcp-client source module.
TcpClientSourceOptionsMetadata() - Constructor for class org.springframework.xd.tcp.TcpClientSourceOptionsMetadata
 
TcpSink - Class in org.springframework.xd.test.fixtures
Test fixture that creates a simple socket server, ready to accept connections from a 'tcp' sink module.
TcpSink() - Constructor for class org.springframework.xd.test.fixtures.TcpSink
Construct a TcpSink with a port selected by @link AvailableSocketPorts.nextAvailablePort()
TcpSink(String, int) - Constructor for class org.springframework.xd.test.fixtures.TcpSink
Create a TcpSink with the provided port
TcpSink(int) - Constructor for class org.springframework.xd.test.fixtures.TcpSink
Create a TcpSink with the provided port
TcpSinkOptionsMetadata - Class in org.springframework.xd.tcp
Captures the options to the tcp sink module.
TcpSinkOptionsMetadata() - Constructor for class org.springframework.xd.tcp.TcpSinkOptionsMetadata
 
TcpSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the 'tcp' source module.
TcpSource() - Constructor for class org.springframework.xd.test.fixtures.TcpSource
Construct a new TcpSource with the loopback address for host and using a port selected by @link AvailableSocketPorts.nextAvailablePort()
TcpSource(String) - Constructor for class org.springframework.xd.test.fixtures.TcpSource
Construct a new TcpSource with the provided host and using a port selected by @link AvailableSocketPorts.nextAvailablePort()
TcpSource(String, int) - Constructor for class org.springframework.xd.test.fixtures.TcpSource
Construct a new TcpSource with the provided host and port
TcpSourceOptionsMetadata - Class in org.springframework.xd.tcp
Captures options for the tcp source module.
TcpSourceOptionsMetadata() - Constructor for class org.springframework.xd.tcp.TcpSourceOptionsMetadata
 
testOnBorrow - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
testOnReturn - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
testWhileIdle - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
text(String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
ThreadContextClassLoaderSetterAdvice - Class in org.springframework.xd.dirt.module.support
An advice that will set the thread context ClassLoader to the enclosing ApplicationContext's class loader before invocation and reset it afterwards.
ThreadContextClassLoaderSetterAdvice() - Constructor for class org.springframework.xd.dirt.module.support.ThreadContextClassLoaderSetterAdvice
 
ThroughputSamplerMessageHandler - Class in org.springframework.xd.integration.throughput
Samples throughput by counting messages over an elapsed time between receiving a Message with the given startMessage and a endMessage and reports the throughput in the given TimeUnit.
ThroughputSamplerMessageHandler() - Constructor for class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
Create a ThroughputSamplerMessageHandler using the String START as the start message and the String END as the end message and measure throughput in seconds.
ThroughputSamplerMessageHandler(Object, Object, TimeUnit) - Constructor for class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
ThroughputSamplerMessageHandler(String, String, String) - Constructor for class org.springframework.xd.integration.throughput.ThroughputSamplerMessageHandler
 
ThroughputSamplerOptionsMetadata - Class in org.springframework.xd.integration.throughput
 
ThroughputSamplerOptionsMetadata() - Constructor for class org.springframework.xd.integration.throughput.ThroughputSamplerOptionsMetadata
 
throwAlreadyDeployedException(String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
throwDefinitionAlreadyExistsException(D) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
throwDefinitionNotDeployable(String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
throwNoSuchDefinitionException(String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
throwNoSuchDefinitionException(String, String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
throwNotDeployedException(String) - Method in class org.springframework.xd.dirt.stream.AbstractDeployer
 
timeBetweenEvictionRunsMillis - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
TimeSourceOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the time source module.
TimeSourceOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.TimeSourceOptionsMetadata
 
TimeUtils - Class in org.springframework.xd.rest.domain.util
Provides a commons set of time-related helper methods and also defines common date/time formats.
timeZone - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
TMP_DIR - Static variable in class org.springframework.xd.integration.util.StreamUtils
 
to(String) - Method in class org.springframework.xd.test.fixtures.MailSink
 
toDSL() - Method in class org.springframework.xd.test.fixtures.AbstractMetricSink
 
toDSL() - Method in class org.springframework.xd.test.fixtures.AbstractModuleFixture
Returns a representation of the module suitable for inclusion in a stream definition, e.g. file --dir=xxxx --name=yyyy
toDSL() - Method in class org.springframework.xd.test.fixtures.FileJdbcJob
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.FilePollHdfsJob
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.FileSink
 
toDSL() - Method in class org.springframework.xd.test.fixtures.FileSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.FtpHdfsJob
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.HdfsJdbcJob
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.HdfsSink
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.JdbcHdfsJob
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.JdbcSink
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.JmsSource
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.LogSink
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.MailSink
 
toDSL() - Method in class org.springframework.xd.test.fixtures.MqttSink
 
toDSL() - Method in class org.springframework.xd.test.fixtures.MqttSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.NonPollingImapSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.PollingMailSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.RabbitSink
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.RabbitSource
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.SimpleFileSink
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.SimpleFileSource
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.SimpleHttpSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.SimpleTailSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.SyslogTcpSource
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.SyslogUdpSource
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.TailSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.Tap
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.TcpSink
 
toDSL() - Method in class org.springframework.xd.test.fixtures.TcpSource
 
toDSL() - Method in class org.springframework.xd.test.fixtures.Transform
Renders the default DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.TwitterSearchSource
Renders the DSL for this fixture.
toDSL() - Method in class org.springframework.xd.test.fixtures.TwitterStreamSource
Renders the DSL for this fixture.
toJobLaunchRequest(Message<?>) - Method in class org.springframework.xd.dirt.plugins.job.JobLaunchRequestTransformer
 
Token - Class in org.springframework.xd.dirt.stream.dsl
Holder for a kind of token, the associated data and its position in the input data stream (start/end).
TokenKind - Enum in org.springframework.xd.dirt.stream.dsl
Enumeration of all the token types that may be found in a DSL definition stream.
toMap() - Method in class org.springframework.xd.dirt.core.DeploymentUnitStatus
Return a map containing the deployment unit status information.
toMap() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
Return a map containing the state and error description (if any) for this status.
toObject(String) - Method in class org.springframework.integration.x.gemfire.JsonStringToObjectTransformer
 
TOPIC_CHANNEL_PREFIX - Static variable in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
 
TOPIC_PREFIX - Static variable in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModuleFactory
 
toResource(DetailedJobInfo) - Method in class org.springframework.xd.dirt.rest.DetailedJobInfoResourceAssembler
 
toResource(ModuleDefinition) - Method in class org.springframework.xd.dirt.rest.DetailedModuleDefinitionResourceAssembler
 
toResource(JobDefinition) - Method in class org.springframework.xd.dirt.rest.JobDefinitionResourceAssembler
 
toResource(JobExecutionInfo) - Method in class org.springframework.xd.dirt.rest.JobExecutionInfoResourceAssembler
 
toResource(JobInfo) - Method in class org.springframework.xd.dirt.rest.JobInfoResourceAssembler
 
toResource(JobInstanceInfo) - Method in class org.springframework.xd.dirt.rest.JobInstanceInfoResourceAssembler
 
toResource(AggregateCount) - Method in class org.springframework.xd.dirt.rest.metrics.DeepAggregateCountResourceAssembler
 
toResource(Counter) - Method in class org.springframework.xd.dirt.rest.metrics.DeepCounterResourceAssembler
 
toResource(FieldValueCounter) - Method in class org.springframework.xd.dirt.rest.metrics.DeepFieldValueCounterResourceAssembler
 
toResource(M) - Method in class org.springframework.xd.dirt.rest.metrics.ShallowMetricResourceAssembler
 
toResource(ModuleDefinition) - Method in class org.springframework.xd.dirt.rest.ModuleDefinitionResourceAssembler
 
toResource(ModuleMetadata) - Method in class org.springframework.xd.dirt.rest.ModuleMetadataResourceAssembler
 
toResource(DetailedContainer) - Method in class org.springframework.xd.dirt.rest.RuntimeContainerResourceAssembler
 
toResource(StepExecutionInfo) - Method in class org.springframework.xd.dirt.rest.StepExecutionInfoResourceAssembler
 
toResource(StepExecutionProgressInfo) - Method in class org.springframework.xd.dirt.rest.StepExecutionProgressInfoResourceAssembler
 
toResource(StreamDefinition) - Method in class org.springframework.xd.dirt.rest.StreamDefinitionResourceAssembler
 
toString(Object) - Method in class org.springframework.integration.x.gemfire.JsonStringToObjectTransformer
 
toString() - Method in class org.springframework.xd.analytics.metrics.core.AggregateCount
 
toString() - Method in class org.springframework.xd.analytics.metrics.core.Counter
 
toString() - Method in class org.springframework.xd.analytics.metrics.core.FieldValueCounter
 
toString() - Method in class org.springframework.xd.analytics.metrics.core.Gauge
 
toString() - Method in class org.springframework.xd.analytics.metrics.core.RichGauge
 
toString() - Method in class org.springframework.xd.dirt.cluster.Container
toString() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
toString() - Method in class org.springframework.xd.dirt.core.BaseDefinition
 
toString() - Method in class org.springframework.xd.dirt.core.DeploymentUnitStatus
toString() - Method in class org.springframework.xd.dirt.core.Job
toString() - Method in class org.springframework.xd.dirt.core.JobDeploymentsPath
toString() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentRequestsPath
toString() - Method in class org.springframework.xd.dirt.core.ModuleDeploymentsPath
toString() - Method in class org.springframework.xd.dirt.core.Stream
toString() - Method in class org.springframework.xd.dirt.core.StreamDeploymentsPath
toString() - Method in class org.springframework.xd.dirt.event.AbstractEvent
 
toString() - Method in class org.springframework.xd.dirt.event.AbstractModuleEvent
 
toString() - Method in class org.springframework.xd.dirt.integration.bus.AbstractBusPropertiesAccessor
 
toString() - Method in class org.springframework.xd.dirt.integration.bus.Binding
 
toString() - Method in class org.springframework.xd.dirt.plugins.job.support.listener.ChunkContextInfo
 
toString() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
toString() - Method in class org.springframework.xd.dirt.stream.dsl.ArgumentNode
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.ChannelNode
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.LabelNode
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.ModuleNode
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.SinkChannelNode
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.SourceChannelNode
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.StreamConfigParser
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.StreamNode
 
toString() - Method in class org.springframework.xd.dirt.stream.dsl.Token
 
toString() - Method in enum org.springframework.xd.dirt.stream.dsl.TokenKind
 
toString() - Method in class org.springframework.xd.integration.util.jmxresult.Module
 
toString() - Method in class org.springframework.xd.module.core.AbstractModule
 
toString() - Method in class org.springframework.xd.module.ModuleDefinition
 
toString() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
toString() - Method in class org.springframework.xd.module.ModuleDescriptor.Key
toString() - Method in class org.springframework.xd.module.ModuleDescriptor
toString() - Method in class org.springframework.xd.module.options.FlattenedCompositeModuleOptionsMetadata
 
toString() - Method in class org.springframework.xd.module.options.ModuleOption
 
toString() - Method in class org.springframework.xd.module.options.PojoModuleOptionsMetadata
 
toString() - Method in class org.springframework.xd.module.options.types.Password
 
toString() - Method in class org.springframework.xd.module.support.ParentLastURLClassLoader
 
toString() - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
toString() - Method in class org.springframework.xd.rest.client.impl.ModuleTemplate
 
toString() - Method in class org.springframework.xd.rest.domain.DetailedContainerResource
 
toString() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
 
toString() - Method in class org.springframework.xd.shell.Target
 
toString() - Method in class org.springframework.xd.shell.util.Table
 
toString() - Method in class org.springframework.xd.shell.util.TableRow
 
toString() - Method in class org.springframework.xd.test.fixtures.AbstractModuleFixture
 
toString() - Method in class org.springframework.xd.tuple.DefaultTuple
 
ToStringCharsetMixin - Class in org.springframework.xd.module.options.mixins
A standard mixin for modules that do conversion from bytes to String.
ToStringCharsetMixin() - Constructor for class org.springframework.xd.module.options.mixins.ToStringCharsetMixin
 
toTuple(String) - Method in class org.springframework.xd.tuple.TupleStringMarshaller
 
touchz(String) - Method in class org.springframework.xd.shell.hadoop.FsShellCommands
 
trackMembership(String) - Method in class org.springframework.xd.store.AbstractRedisRepository
Perform bookkeeping of entities managed by this repository.
transferResultsToLocal(String, URL, String) - Static method in class org.springframework.xd.integration.util.StreamUtils
Copies the specified file from a remote machine to local machine.
transform() - Method in class org.springframework.xd.integration.fixtures.Processors
Construct a new Transform fixture.
Transform - Class in org.springframework.xd.test.fixtures
Test fixture that creates a Transform.
Transform() - Constructor for class org.springframework.xd.test.fixtures.Transform
 
transformPayload(String) - Method in class org.springframework.xd.jdbc.JdbcMessagePayloadTransformer
 
transformPayload(String) - Method in class org.springframework.xd.tuple.integration.JsonToTupleTransformer
 
transformPayload(Map<Object, Object>) - Method in class org.springframework.xd.tuple.integration.MapToTupleTransformer
 
TriggerSourceOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
Describes options to the trigger source module.
TriggerSourceOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.TriggerSourceOptionsMetadata
 
Tuple - Interface in org.springframework.xd.tuple
Data structure that stores a fixed number of ordered key-value pairs and adds convenience methods to access values in a type-safe manner.
tuple() - Static method in class org.springframework.xd.tuple.TupleBuilder
 
TupleBuilder - Class in org.springframework.xd.tuple
Builder class to create Tuple instances.
TupleBuilder() - Constructor for class org.springframework.xd.tuple.TupleBuilder
 
TupleCodec - Class in org.springframework.xd.dirt.integration.bus.serializer.kryo
Kryo serializer for Tuple
TupleCodec() - Constructor for class org.springframework.xd.dirt.integration.bus.serializer.kryo.TupleCodec
 
TupleFieldExtractor - Class in org.springframework.xd.tuple.batch
Implementation of the FieldExtractor that extracts fields from a Tuple.
TupleFieldExtractor() - Constructor for class org.springframework.xd.tuple.batch.TupleFieldExtractor
 
TupleFieldSetMapper - Class in org.springframework.xd.tuple.batch
A FieldSetMapper implementation intended to allow a user use a Tuple as the item.
TupleFieldSetMapper() - Constructor for class org.springframework.xd.tuple.batch.TupleFieldSetMapper
 
TupleJsonMarshaller - Class in org.springframework.xd.tuple
 
TupleJsonMarshaller() - Constructor for class org.springframework.xd.tuple.TupleJsonMarshaller
 
TupleProcessor - Interface in org.springframework.xd.tuple.processor
Simple type-safe process callback method that returns another Tuple
TuplePropertyAccessor - Class in org.springframework.xd.tuple.spel
A PropertyAccessor implementation that enables reading of Tuple values using dot notation within SpEL expressions.
TuplePropertyAccessor() - Constructor for class org.springframework.xd.tuple.spel.TuplePropertyAccessor
 
TupleRowMapper - Class in org.springframework.xd.tuple.batch
A RowMapper implementation to be used with the Tuple data structure.
TupleRowMapper() - Constructor for class org.springframework.xd.tuple.batch.TupleRowMapper
 
TupleSqlParameterSource - Class in org.springframework.xd.tuple.batch
Implementation of a SqlParameterSource that translates a Tuple into SQL parameters.
TupleSqlParameterSource(Tuple) - Constructor for class org.springframework.xd.tuple.batch.TupleSqlParameterSource
 
TupleSqlParameterSourceProvider - Class in org.springframework.xd.tuple.batch
TupleSqlParameterSourceProvider() - Constructor for class org.springframework.xd.tuple.batch.TupleSqlParameterSourceProvider
 
TupleStringMarshaller - Class in org.springframework.xd.tuple
 
TupleStringMarshaller(Converter<Tuple, String>, Converter<String, Tuple>) - Constructor for class org.springframework.xd.tuple.TupleStringMarshaller
 
TupleToJsonMessageConverter - Class in org.springframework.xd.dirt.integration.bus.converter
A MessageConverter to convert a Tuple to a JSON String
TupleToJsonMessageConverter() - Constructor for class org.springframework.xd.dirt.integration.bus.converter.TupleToJsonMessageConverter
 
TupleToJsonStringConverter - Class in org.springframework.xd.tuple
 
TupleToJsonStringConverter() - Constructor for class org.springframework.xd.tuple.TupleToJsonStringConverter
 
TupleWriteConverter - Class in org.springframework.xd.mongodb
 
TupleWriteConverter() - Constructor for class org.springframework.xd.mongodb.TupleWriteConverter
 
TwitterMixin - Class in org.springframework.integration.x.twitter
Options common to twitter source modules
TwitterMixin() - Constructor for class org.springframework.integration.x.twitter.TwitterMixin
 
twitterSearch(String) - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a TwitterSearchSource using that will search for the query string provided..
TwitterSearchChannelAdapter - Class in org.springframework.integration.x.twitter
Message producer which reads form Twitter's public search endpoints.
TwitterSearchChannelAdapter(TwitterTemplate) - Constructor for class org.springframework.integration.x.twitter.TwitterSearchChannelAdapter
 
TwitterSearchChannelAdapter.ResultType - Enum in org.springframework.integration.x.twitter
 
TwitterSearchOptionsMetadata - Class in org.springframework.integration.x.twitter
 
TwitterSearchOptionsMetadata() - Constructor for class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
 
TwitterSearchSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the 'TwitterSearch' source module.
TwitterSearchSource(String, String, String) - Constructor for class org.springframework.xd.test.fixtures.TwitterSearchSource
Initializes a TwitterSearchSource fixture.
twitterStream() - Method in class org.springframework.xd.integration.fixtures.Sources
Construct a TwitterStreamSource fixture..
TwitterStreamChannelAdapter - Class in org.springframework.integration.x.twitter
Message producer which reads form Twitter's public stream endpoints.
TwitterStreamChannelAdapter(TwitterTemplate) - Constructor for class org.springframework.integration.x.twitter.TwitterStreamChannelAdapter
 
TwitterStreamChannelAdapter.FilterLevel - Enum in org.springframework.integration.x.twitter
 
TwitterStreamOptionsMetadata - Class in org.springframework.integration.x.twitter
 
TwitterStreamOptionsMetadata() - Constructor for class org.springframework.integration.x.twitter.TwitterStreamOptionsMetadata
 
TwitterStreamSource - Class in org.springframework.xd.test.fixtures
A test fixture that allows testing of the 'TwitterStream' source module.
TwitterStreamSource(String, String, String, String) - Constructor for class org.springframework.xd.test.fixtures.TwitterStreamSource
Initializes a TwitterStreamSource fixture.
type - Variable in class org.springframework.xd.shell.command.ModuleCommands.QualifiedModuleName
 

U

UiUtils - Class in org.springframework.xd.shell.util
Contains utility methods for rendering data to a formatted console output.
unbind() - Method in interface org.springframework.xd.dirt.test.NamedChannelModule
 
unbind() - Method in class org.springframework.xd.dirt.test.process.AbstractSingleNodeProcessingChain
 
unbind() - Method in class org.springframework.xd.dirt.test.sink.AbstractSingleNodeNamedChannelSink
 
unbind() - Method in class org.springframework.xd.dirt.test.source.AbstractSingleNodeNamedChannelSource
 
unbindConsumer(String, MessageChannel) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Unbind a specific p2p or pub/sub message consumer
unbindConsumer(String, MessageChannel) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
unbindConsumer(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
Unbind the input channel of the module from the MessageBus (stop sending new messages to the module so it can be stopped).
unbindConsumers(String) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Unbind an inbound inter-module channel and stop any active components that use the channel.
unbindConsumers(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
unbindProducer(String, MessageChannel) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
 
unbindProducer(String, MessageChannel) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Unbind a specific p2p or pub/sub message producer
unbindProducer(String, MessageChannel) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
unbindProducers(String) - Method in interface org.springframework.xd.dirt.integration.bus.MessageBus
Unbind an outbound inter-module channel and stop any active components that use the channel.
unbindProducers(String) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
 
unbindProducers(Module) - Method in class org.springframework.xd.dirt.plugins.AbstractMessageBusBinderPlugin
Unbind the output channel of the module (and tap if present) from the MessageBus (after it has been stopped).
undeploy(String) - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
 
undeploy(ModuleDescriptor) - Method in class org.springframework.xd.dirt.module.ModuleDeployer
 
undeploy(String) - Method in class org.springframework.xd.dirt.rest.XDController
Request un-deployment of an existing resource.
undeploy(String) - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
 
undeploy(String) - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
undeploy(String) - Method in class org.springframework.xd.rest.client.impl.StreamTemplate
 
undeploy(String) - Method in interface org.springframework.xd.rest.client.ResourceOperations
Undeploy a deployed resource, retaining its definition.
undeployAll() - Method in interface org.springframework.xd.dirt.core.ResourceDeployer
Undeploy all the deployed resources.
undeployAll() - Method in class org.springframework.xd.dirt.rest.XDController
Request un-deployment of all resources.
undeployAll() - Method in class org.springframework.xd.dirt.stream.AbstractInstancePersistingDeployer
 
undeployAll() - Method in class org.springframework.xd.rest.client.impl.JobTemplate
 
undeployAll() - Method in class org.springframework.xd.rest.client.impl.StreamTemplate
 
undeployAll() - Method in interface org.springframework.xd.rest.client.ResourceOperations
Undeploy all the resources known to the system.
undeployAllJobs(boolean) - Method in class org.springframework.xd.shell.command.JobCommands
 
undeployAllStreams(boolean) - Method in class org.springframework.xd.shell.command.StreamCommands
 
undeployAndDestroyStream(StreamDefinition) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Undeploy and destroy a stream.
undeployJob(String) - Method in class org.springframework.xd.shell.command.JobCommands
 
undeployModule(String, String, String) - Method in class org.springframework.xd.dirt.server.ContainerRegistrar
Undeploy the requested module.
undeployStream(StreamDefinition) - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
Undeploy a stream.
undeployStream(URL, String) - Static method in class org.springframework.xd.integration.util.StreamUtils
Undeploys the specified stream name
undeployStream(String) - Method in class org.springframework.xd.shell.command.StreamCommands
 
UnfinishedModuleNameRecoveryStrategy - Class in org.springframework.xd.dirt.stream.completion
Provides completions by finding modules whose name starts with a prefix (which was assumed to be a correct module name, but wasn't).
UnfinishedModuleNameRecoveryStrategy(XDParser, ModuleDefinitionRepository) - Constructor for class org.springframework.xd.dirt.stream.completion.UnfinishedModuleNameRecoveryStrategy
Construct a new UnfinishedModuleNameRecoveryStrategy given the parser
UnfinishedOptionNameRecoveryStrategy - Class in org.springframework.xd.dirt.stream.completion
Provides completions for the case where the user has started to type a module option name but it is not typed in full yet.
UnfinishedOptionNameRecoveryStrategy(XDParser, ModuleDefinitionRepository, ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.stream.completion.UnfinishedOptionNameRecoveryStrategy
Construct a new UnfinishedOptionNameRecoveryStrategy given the parser
UNIQUE_JOB_PARAMETER_KEY - Static variable in class org.springframework.xd.dirt.plugins.job.ExpandedJobParametersConverter
 
unitPeriod - Variable in enum org.springframework.xd.analytics.metrics.core.AggregateCountResolution
 
update(Container) - Method in interface org.springframework.xd.dirt.container.store.ContainerRepository
Update the container attributes.
update(Container) - Method in class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
Update the container attributes.
updateDeploymentUnitState(ModuleRedeployer.ModuleDeployment, ModuleDeploymentStatus) - Method in class org.springframework.xd.dirt.server.ModuleRedeployer
Update the ZooKeeper ephemeral node that indicates the status for the provided deployment unit.
updateWidth(int) - Method in class org.springframework.xd.shell.util.TableHeader
Updated the width for this particular column, but only if the value of the passed-in width is higher than the value of the pre-existing width.
url - Variable in class org.springframework.xd.jdbc.JdbcConnectionMixin
 
useEquals - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
UserInput - Interface in org.springframework.xd.shell.command
Abstraction for a mechanism used to get user interactive user input.
username - Variable in class org.springframework.xd.jdbc.JdbcConnectionMixin
 

V

validate() - Method in class org.springframework.xd.module.options.ModuleOptions
 
validateChannelName(String) - Method in class org.springframework.xd.dirt.test.AbstractSingleNodeNamedChannelModuleFactory
 
validateConsumerProperties(String, Properties, Set<Object>) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Validate the provided deployment properties for the consumer against those supported by this bus implementation.
validateProducerProperties(String, Properties, Set<Object>) - Method in class org.springframework.xd.dirt.integration.bus.MessageBusSupport
Validate the provided deployment properties for the producer against those supported by this bus implementation.
ValidationGroupsProvider - Interface in org.springframework.xd.module.options.spi
To be implemented by classes change their validation behavior based on which properties have been set by the user.
validationInterval - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
validationQuery - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
validatorClassName - Variable in class org.springframework.xd.jdbc.JdbcConnectionPoolMixin
 
valueOf(String) - Static method in enum org.springframework.integration.x.twitter.TwitterSearchChannelAdapter.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.x.twitter.TwitterStreamChannelAdapter.FilterLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.analytics.metrics.core.AggregateCountResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.core.DeploymentUnitStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.job.StepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.job.TaskletType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata.StoreKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.plugins.job.support.listener.BatchListenerEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.server.ModuleDeploymentStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.stream.dsl.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.stream.dsl.TokenKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.stream.dsl.XDDSLMessages.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.stream.dsl.XDDSLMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.stream.ParsingContext.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.dirt.stream.ParsingContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.http.HttpClientProcessorOptionsMetadata.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.mail.MailProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.module.ModuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.rest.client.AggregateCounterOperations.Resolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.rest.domain.CompletionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.rest.domain.RESTDeploymentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.rest.domain.RESTModuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.shell.Target.TargetStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.tcp.EncoderDecoderMixins.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.xd.tuple.batch.FieldSetType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.x.twitter.TwitterSearchChannelAdapter.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.integration.x.twitter.TwitterStreamChannelAdapter.FilterLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.analytics.metrics.core.AggregateCountResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.xd.dirt.cluster.ContainerAttributes
values() - Static method in enum org.springframework.xd.dirt.core.DeploymentUnitStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.job.StepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.job.TaskletType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.modules.metadata.AggregatorProcessorModuleOptionsMetadata.StoreKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.modules.metadata.FileSinkOptionsMetadata.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.plugins.job.support.listener.BatchListenerEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.server.ModuleDeploymentStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.stream.dsl.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.stream.dsl.TokenKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.stream.dsl.XDDSLMessages.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.stream.dsl.XDDSLMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.stream.ParsingContext.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.dirt.stream.ParsingContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.http.HttpClientProcessorOptionsMetadata.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.mail.MailProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.xd.module.ModuleDeploymentProperties
values() - Static method in enum org.springframework.xd.module.ModuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.rest.client.AggregateCounterOperations.Resolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.rest.domain.CompletionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.rest.domain.RESTDeploymentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.rest.domain.RESTModuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.shell.Target.TargetStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.tcp.EncoderDecoderMixins.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.xd.tuple.batch.FieldSetType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyContentContains(URL, String, String) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Verifies that the data user gave us is contained in the result.
verifyContentContainsIgnoreCase(URL, String, String) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Verifies that the data user gave us is contained in the result.
verifyHdfsTestContent(String, String) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Evaluates the content of the hdfs file against a result.
verifyLogContains(URL, String) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Verifies that the data is contained in the container log.
verifyTestContent(URL, String, String) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Verifies that the data user gave us is what was stored after the stream has processed the flow.
verifyXDAdminReady(URL) - Method in class org.springframework.xd.integration.util.XdEc2Validation
Assert is the admin server is available.
VndErrorResponseErrorHandler - Class in org.springframework.xd.rest.client.impl
Extension of DefaultResponseErrorHandler that knows how to de-serialize a VndErrors.VndError structure.
VndErrorResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.xd.rest.client.impl.VndErrorResponseErrorHandler
 

W

wait(int) - Method in class org.springframework.integration.x.twitter.AbstractTwitterInboundChannelAdapter
 
waitFor(File, int) - Static method in class org.springframework.xd.test.fixtures.DisposableFileSupport
Wait for a file to appear.
waitForContainers() - Method in class org.springframework.xd.distributed.util.DefaultDistributedTestSupport
Block the executing thread until all of the container JVMs requested have started.
waitForContainers() - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
Block the executing thread until all of the container JVMs requested have started.
waitForContainers(SpringXDTemplate, Set<Long>) - Static method in class org.springframework.xd.distributed.util.ServerProcessUtils
Block the executing thread until all of the indicated process IDs have been identified in the list of runtime containers as indicated by the admin server.
waitForCreate(String) - Method in class org.springframework.xd.dirt.test.ResourceStateVerifier
Wait for a resource definition to be created.
waitForDeploy(String) - Method in class org.springframework.xd.dirt.test.ResourceStateVerifier
Wait for a named resource to be completely deployed.
waitForDeploy(String, boolean) - Method in class org.springframework.xd.dirt.test.ResourceStateVerifier
Wait for a named resource to be deployed.
waitForDestroy(String) - Method in class org.springframework.xd.dirt.test.ResourceStateVerifier
Wait for a resource definition to be destroyed.
waitForEmail() - Method in class org.springframework.xd.test.fixtures.MailSink
 
waitForPath(int, String) - Method in class org.springframework.xd.integration.util.HadoopUtils
Waits up to the timeout for the resource to be written to hdfs.
waitForStreamDeployment(String, URL, int) - Static method in class org.springframework.xd.integration.util.StreamUtils
Waits up to the wait time for a stream to be deployed.
waitForUndeploy(String) - Method in class org.springframework.xd.dirt.test.ResourceStateVerifier
Wait for a named resource to be undeployed.
WebConfiguration - Class in org.springframework.xd.dirt.web
Provides Spring MVC configuration.
WebConfiguration() - Constructor for class org.springframework.xd.dirt.web.WebConfiguration
 
withDefaultPort(String) - Static method in class org.springframework.xd.test.fixtures.JmsSource
Generates a JmsSource instance using the default port 61616
withDefaultPort() - Static method in class org.springframework.xd.test.fixtures.TcpSink
Construct a TcpSink with the default port of 1234
withDefaultPort(String) - Static method in class org.springframework.xd.test.fixtures.TcpSource
Construct a new TcpSource using the provided host and the default port of 1234
withDefaults() - Static method in class org.springframework.xd.test.fixtures.FileJdbcJob
 
withDefaults(String) - Static method in class org.springframework.xd.test.fixtures.FilePollHdfsJob
Creates a FilePollHdfsJob instance using defaults.
withDefaults() - Static method in class org.springframework.xd.test.fixtures.FtpHdfsJob
 
withDefaults() - Static method in class org.springframework.xd.test.fixtures.HdfsJdbcJob
 
withDefaults(MongoDbFactory) - Static method in class org.springframework.xd.test.fixtures.HdfsMongoDbJob
Creates a HdfsMongoDb Instance using defaults.
withDefaults() - Static method in class org.springframework.xd.test.fixtures.HdfsSink
Returns an instance of the HdfsSink using defaults.
withDefaults() - Static method in class org.springframework.xd.test.fixtures.JdbcHdfsJob
Creates an instance of the JdbcHdfsJob fixture using defaults.
withDefaults() - Static method in class org.springframework.xd.test.fixtures.RabbitSink
Creates an instance of the Rabbit Sink using defaults
withDefaults(CachingConnectionFactory) - Static method in class org.springframework.xd.test.fixtures.RabbitSource
Creates an instance of the Rabbit Source using defaults
withDefaults(String, String) - Static method in class org.springframework.xd.test.fixtures.SimpleFileSink
Return an instance of a SimpleFileSink given the directory and file to write to.
withDefaults() - Static method in class org.springframework.xd.test.fixtures.SyslogTcpSource
Returns a SyslogTcpSource fixture instance that is initialized with default port and host.
withDefaults(String) - Static method in class org.springframework.xd.test.fixtures.SyslogTcpSource
Returns a SyslogTcpSource fixture instance that is initialized with default port and the provided host parameter
withDefaults() - Static method in class org.springframework.xd.test.fixtures.SyslogUdpSource
Returns a SyslogUdpSource fixture instance that is initialized with default port and host.
withDefaults(String) - Static method in class org.springframework.xd.test.fixtures.SyslogUdpSource
Returns a SyslogUdpSource fixture instance that is initialized with default port and the host param.
withDefaults(String) - Static method in class org.springframework.xd.test.fixtures.TcpSink
Construct a TcpSink with the specified host and a default port of 1234
withDefaults() - Static method in class org.springframework.xd.test.fixtures.TcpSource
Construct a new TcpSource using the default host of localhost and port of 1234
withDefaults(String, String, String) - Static method in class org.springframework.xd.test.fixtures.TwitterSearchSource
Initializes a TwitterSearchSource fixture with a fixed delay of 30000 and an output type of application/json.
withDefaultValue(Object) - Method in class org.springframework.xd.module.options.ModuleOption
 
withType(Class<?>) - Method in class org.springframework.xd.module.options.ModuleOption
 
wrapAndThrowIgnoring(Throwable, Class...) - Static method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Throw a wrapped exception ignoring specific Exception types, if any.
wrapThrowable(Throwable) - Static method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Utility method to wrap a Throwable in a ZooKeeperAccessException.
wrapThrowable(Throwable, String) - Static method in class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
Utility method to wrap a Throwable in a ZooKeeperAccessException.
write(List<? extends T>) - Method in class org.springframework.xd.batch.item.hadoop.AbstractHdfsItemWriter
 
write(List<? extends T>) - Method in class org.springframework.xd.batch.item.hadoop.HdfsTextItemWriter
 
write(List<? extends T>) - Method in class org.springframework.xd.batch.item.hadoop.SimpleAbstractHdfsItemWriter
 
write(List<? extends T>) - Method in class org.springframework.xd.batch.item.hadoop.SimpleHdfsTextItemWriter
 
write(Message<?>) - Method in class org.springframework.xd.hadoop.fs.DatasetWriter
 
write(Message<?>) - Method in class org.springframework.xd.hadoop.fs.HdfsTextFileWriter
 
write(Message<?>) - Method in interface org.springframework.xd.hadoop.fs.HdfsWriter
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.xd.integration.hadoop.partition.MessagePartitionKeyPropertyAccessor
 
write(EvaluationContext, Object, String, Object) - Method in class org.springframework.xd.tuple.spel.TuplePropertyAccessor
 
writeDeployment(ModuleDescriptor, RuntimeModuleDeploymentProperties, Container) - Method in class org.springframework.xd.dirt.server.ModuleDeploymentWriter
Write a module deployment request for the provided module descriptor using the provided properties to the given matched container.
writeDeployment(ModuleDescriptor, ModuleDeploymentPropertiesProvider<RuntimeModuleDeploymentProperties>, Collection<Container>) - Method in class org.springframework.xd.dirt.server.ModuleDeploymentWriter
Write module deployment requests for the provided module descriptor using the runtime deployment properties provided by the provider to the given matched containers.

X

X_JAVA_OBJECT - Static variable in class org.springframework.xd.dirt.integration.bus.converter.MessageConverterUtils
A general MimeType for Java Types.
X_JAVA_SERIALIZED_OBJECT - Static variable in class org.springframework.xd.dirt.integration.bus.converter.MessageConverterUtils
A general MimeType for a Java serialized byte array.
X_XD_STRING - Static variable in class org.springframework.xd.dirt.integration.bus.converter.MessageConverterUtils
An XD MimeType for specifying a String.
X_XD_TUPLE - Static variable in class org.springframework.xd.dirt.integration.bus.converter.MessageConverterUtils
An XD MimeType specifying a Tuple.
XD_ADMIN_HOST - Static variable in class org.springframework.xd.integration.util.XdEnvironment
 
XD_ADMIN_UI_BASE_PATH - Static variable in class org.springframework.xd.dirt.util.ConfigLocations
 
XD_AGGREGATED_EVENTS_CHANNEL - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_BATCH_CONFIG_ROOT - Static variable in class org.springframework.xd.dirt.util.ConfigLocations
Where batch related config files reside.
XD_CHUNK_EVENTS_CHANNEL - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_CHUNK_LISTENER_BEAN - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_CONFIG_ROOT - Static variable in class org.springframework.xd.dirt.util.ConfigLocations
Base location for XD config files.
XD_CONTAINER_KEY_PREFIX - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
 
XD_EXTERNAL_SERVERS_REQUIRED - Static variable in class org.springframework.xd.test.AbstractExternalResourceTestSupport
 
XD_HTTP_PORT - Static variable in class org.springframework.xd.integration.util.XdEnvironment
 
XD_INTERNAL_CONFIG_ROOT - Static variable in class org.springframework.xd.dirt.util.ConfigLocations
Where container related config files reside.
XD_ITEM_EVENTS_CHANNEL - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_ITEM_LISTENER_BEAN - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_JMX_PORT - Static variable in class org.springframework.xd.integration.util.XdEnvironment
 
XD_JOB_EXECUTION_EVENTS_CHANNEL - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_JOB_EXECUTION_LISTENER_BEAN - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_JOB_LISTENERS_SUFFIXES - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_JOB_NAME - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
Will be resolved to the name of the job the module lives in.
XD_JOB_NAME_KEY - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
 
XD_MODULE_INDEX - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
Will be resolved to the index (0-based) of the module inside the stream.
XD_MODULE_INDEX_KEY - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
 
XD_MODULE_LABEL - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
Will be resolved to the label of the module.
XD_MODULE_LABEL_KEY - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
 
XD_MODULE_NAME - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
Will be resolved to the technical name of the module.
XD_MODULE_NAME_KEY - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
 
XD_MODULE_TYPE - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
Will be resolved to the technical type of the module.
XD_MODULE_TYPE_KEY - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
 
XD_NAMESPACE - Static variable in class org.springframework.xd.dirt.zookeeper.Paths
Namespace path (i.e.
XD_SKIP_EVENTS_CHANNEL - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_SKIP_LISTENER_BEAN - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_STEP_EXECUTION_EVENTS_CHANNEL - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_STEP_EXECUTION_LISTENER_BEAN - Static variable in interface org.springframework.xd.dirt.plugins.job.support.listener.XDJobListenerConstants
 
XD_STREAM_NAME - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
Will be resolved to the name of the stream the module lives in.
XD_STREAM_NAME_KEY - Static variable in class org.springframework.xd.module.options.spi.ModulePlaceholders
 
XdBatchDatabaseInitializer - Class in org.springframework.xd.batch
A BatchDatabaseInitializer for XD batch datasource.
XdBatchDatabaseInitializer() - Constructor for class org.springframework.xd.batch.XdBatchDatabaseInitializer
 
XdConfigLoggingInitializer - Class in org.springframework.xd.dirt.util
Initializer that can print useful stuff about an XD context on startup.
XdConfigLoggingInitializer(boolean) - Constructor for class org.springframework.xd.dirt.util.XdConfigLoggingInitializer
 
XDController<D extends BaseDefinition,A extends org.springframework.hateoas.mvc.ResourceAssemblerSupport<D,R>,R extends NamedResource> - Class in org.springframework.xd.dirt.rest
Base Class for XD Controllers.
XDController(AbstractDeployer<D>, A) - Constructor for class org.springframework.xd.dirt.rest.XDController
 
XDController.QueryOptions - Class in org.springframework.xd.dirt.rest
Data holder class for controlling how the list methods should behave.
XDController.QueryOptions() - Constructor for class org.springframework.xd.dirt.rest.XDController.QueryOptions
 
XDDSLMessages - Enum in org.springframework.xd.dirt.stream.dsl
Contains all the messages that can be produced during Spring XD DSL parsing.
XDDSLMessages.Kind - Enum in org.springframework.xd.dirt.stream.dsl
 
XdEc2Validation - Class in org.springframework.xd.integration.util
Validates that all instances of the cluster is up and running.
XdEc2Validation(HadoopUtils, XdEnvironment) - Constructor for class org.springframework.xd.integration.util.XdEc2Validation
Construct a new instance of XdEc2Validation
XdEnvironment - Class in org.springframework.xd.integration.util
Extracts the host and port information for the XD Instances.
XdEnvironment() - Constructor for class org.springframework.xd.integration.util.XdEnvironment
 
XdErrorController - Class in org.springframework.xd.dirt.rest
ErrorController that causes 404 errors to be redirected to the Admin-UI 404 page.
XdErrorController() - Constructor for class org.springframework.xd.dirt.rest.XdErrorController
 
xdInitializer(ApplicationContext) - Method in class org.springframework.xd.dirt.server.AdminServerApplication
 
xdJobDefinitionRepository - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
XDJobListenerConstants - Interface in org.springframework.xd.dirt.plugins.job.support.listener
Interface holdings constants related to XD JobListeners.
xdJobrepository - Variable in class org.springframework.xd.dirt.rest.AbstractBatchJobsController
 
XDParser - Interface in org.springframework.xd.dirt.stream
Parser to convert a DSL string for a deployable unit (i.e.
XdProfiles - Class in org.springframework.xd.dirt.util
Static constants for XD server's spring profile names.
XdProfiles() - Constructor for class org.springframework.xd.dirt.util.XdProfiles
 
XDRuntime - Class in org.springframework.xd.rest.domain
Represents information about the XD Runtime.
XDRuntime() - Constructor for class org.springframework.xd.rest.domain.XDRuntime
 
XDRuntimeException - Exception in org.springframework.xd.dirt
Base class for all XD-related exceptions.
XDRuntimeException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.XDRuntimeException
 
XDRuntimeException(String) - Constructor for exception org.springframework.xd.dirt.XDRuntimeException
 
XDShell - Class in org.springframework.xd.shell
 
XDShell() - Constructor for class org.springframework.xd.shell.XDShell
 
XDShellBannerProvider - Class in org.springframework.xd.shell
Provides the Spring XD specific BannerProvider.
XDShellBannerProvider() - Constructor for class org.springframework.xd.shell.XDShellBannerProvider
 
XDShellPromptProvider - Class in org.springframework.xd.shell
A provider that sets the shell prompt to xd:>
XDShellPromptProvider() - Constructor for class org.springframework.xd.shell.XDShellPromptProvider
 
XDStreamParser - Class in org.springframework.xd.dirt.stream
Parser to convert a DSL string for a stream into a list of ModuleDescriptor objects that comprise the given stream.
XDStreamParser(CrudRepository<? extends BaseDefinition, String>, ModuleDefinitionRepository, ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.stream.XDStreamParser
Construct an XDStreamParser.
XDStreamParser(ModuleDefinitionRepository, ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.dirt.stream.XDStreamParser
Construct an XDStreamParser.

Z

ZK_CONNECT - Static variable in class org.springframework.xd.dirt.server.SharedServerContextConfiguration
 
ZK_PROPERTIES_SOURCE - Static variable in class org.springframework.xd.dirt.server.SharedServerContextConfiguration
 
zkClientConnect - Variable in class org.springframework.xd.dirt.server.SharedServerContextConfiguration.ZookeeperConnectionConfig
 
ZooKeeperAccessException - Exception in org.springframework.xd.dirt.zookeeper
Runtime exception used to wrap native ZooKeeper checked exceptions thrown while accessing ZooKeeper nodes.
ZooKeeperAccessException(String, Throwable) - Constructor for exception org.springframework.xd.dirt.zookeeper.ZooKeeperAccessException
 
zooKeeperConnection() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
 
ZooKeeperConnection - Class in org.springframework.xd.dirt.zookeeper
A wrapper for a CuratorFramework instance whose lifecycle is managed as a Spring bean.
ZooKeeperConnection() - Constructor for class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Establish a ZooKeeper connection with the default client connect string: "localhost:2181"
ZooKeeperConnection(String) - Constructor for class org.springframework.xd.dirt.zookeeper.ZooKeeperConnection
Establish a ZooKeeper connection with the provided client connect string.
ZooKeeperConnectionConfigurer - Interface in org.springframework.xd.dirt.zookeeper
A strategy interface for configuring ZooKeeperConnection at start up.
ZooKeeperConnectionListener - Interface in org.springframework.xd.dirt.zookeeper
Listener for ZooKeeper connection and disconnection events.
ZooKeeperContainerRepository - Class in org.springframework.xd.dirt.container.store
ZooKeeper backed repository for runtime info about Containers.
ZooKeeperContainerRepository(ZooKeeperConnection, ZooKeeperModuleMetadataRepository) - Constructor for class org.springframework.xd.dirt.container.store.ZooKeeperContainerRepository
Construct a ZooKeeperContainerRepository.
ZooKeeperJobDefinitionRepository - Class in org.springframework.xd.dirt.stream.zookeeper
A Zookeeper backed repository for persisting JobDefinitions.
ZooKeeperJobDefinitionRepository(ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobDefinitionRepository
 
ZooKeeperJobRepository - Class in org.springframework.xd.dirt.stream.zookeeper
Job instance repository.
ZooKeeperJobRepository(ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperJobRepository
 
ZooKeeperModuleDefinitionRepository - Class in org.springframework.xd.dirt.module.store
A ZooKeeper based store of ModuleDefinitions that writes each definition to a node, such as: /xd/modules/[moduletype]/[modulename].
ZooKeeperModuleDefinitionRepository(ModuleRegistry, ModuleDependencyRepository, ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.module.store.ZooKeeperModuleDefinitionRepository
 
ZooKeeperModuleDependencyRepository - Class in org.springframework.xd.dirt.module.store
ZooKeeper based implementation of ModuleDependencyRepository that writes each dependency to a node, such as: /xd/modules/[moduletype]/[modulename]/dependencies/[target].
ZooKeeperModuleDependencyRepository(ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.module.store.ZooKeeperModuleDependencyRepository
 
ZooKeeperModuleMetadataRepository - Class in org.springframework.xd.dirt.module.store
ZooKeeper backed repository for runtime info about deployed modules.
ZooKeeperModuleMetadataRepository(ZooKeeperConnection, StreamRepository, JobRepository) - Constructor for class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
 
ZooKeeperStreamDefinitionRepository - Class in org.springframework.xd.dirt.stream.zookeeper
 
ZooKeeperStreamDefinitionRepository(ZooKeeperConnection, ModuleDependencyRepository) - Constructor for class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamDefinitionRepository
 
ZooKeeperStreamRepository - Class in org.springframework.xd.dirt.stream.zookeeper
Stream instance repository.
ZooKeeperStreamRepository(ZooKeeperConnection) - Constructor for class org.springframework.xd.dirt.stream.zookeeper.ZooKeeperStreamRepository
 
ZooKeeperUtils - Class in org.springframework.xd.dirt.zookeeper
Utility methods for ZooKeeper.
ZooKeeperUtils() - Constructor for class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils
 
ZooKeeperUtils.StripPathConverter - Class in org.springframework.xd.dirt.zookeeper
Converter from ChildData to leaf name string.
ZooKeeperUtils.StripPathConverter() - Constructor for class org.springframework.xd.dirt.zookeeper.ZooKeeperUtils.StripPathConverter
 
zSetOperations - Variable in class org.springframework.xd.store.AbstractRedisRepository
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Spring XD