- 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
-
- 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 Rule
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
Add an application listener to the application context.
- 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
-
Add properties to the environment.
- 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.CompositeModule
-
- addSource(Object) - Method in interface org.springframework.xd.module.core.Module
-
- 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.extension.process.ShellCommandProcessor
-
- 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
-
- 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.
- 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
-
- BatchJobCommitIntervalOptionMixin - Class in org.springframework.xd.module.options.mixins
-
Batch job option for commit-interval.
- BatchJobCommitIntervalOptionMixin() - Constructor for class org.springframework.xd.module.options.mixins.BatchJobCommitIntervalOptionMixin
-
- 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 StepExecution
s.
- 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
-
- 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
-
- 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.
- cacheEventExpression(String) - Method in class org.springframework.xd.test.fixtures.GemFireSource
-
Set the cache key.
- 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
-
- 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.JdbcSource
-
- 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
-
- 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
-
- ColumnRangePartitioner - Class in org.springframework.xd.batch.jdbc
-
A simple partitioner for a range of values of a column in a database
table.
- ColumnRangePartitioner() - Constructor for class org.springframework.xd.batch.jdbc.ColumnRangePartitioner
-
- 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
-
- compareTo(ModuleMetadata.Id) - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata.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
-
- 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
-
- 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
-
- 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
-
- configureModuleApplicationContext(ModuleDefinition) - Method in class org.springframework.xd.module.core.ResourceConfiguredModule
-
- configureModuleApplicationContext(ModuleDefinition) - Method in class org.springframework.xd.module.core.SimpleModule
-
Subclasses implement this method to configure the application context from sources contained in the
ModuleDefinition
- 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
-
- 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, DeploymentListener) - Constructor for class org.springframework.xd.dirt.server.ContainerRegistrar
-
- 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(LoggingEvent) - Method in class org.springframework.xd.dirt.util.logging.VersionPatternConverter
-
- 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
Counter
s.
- 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
Counter
s.
- 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
-
- 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, int) - 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
-
- createJobRepository() - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- createKey() - Method in class org.springframework.xd.module.ModuleDescriptor
-
- createModule(ModuleDescriptor, ModuleDeploymentProperties) - Method in class org.springframework.xd.dirt.module.ModuleDeployer
-
- createModule(ModuleDescriptor, ModuleDeploymentProperties) - Method in class org.springframework.xd.module.core.ModuleFactory
-
- 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
-
- 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
-
- createPatternParser(String) - Method in class org.springframework.xd.dirt.util.logging.VersionPatternLayout
-
- createProperties() - Method in class org.springframework.xd.extension.script.ScriptModulePropertiesFactoryBean
-
- 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
-
- 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
-
- 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
-
- DeepAggregateCountResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.metrics.DeepAggregateCountResourceAssembler
-
- DeepCounterResourceAssembler - Class in org.springframework.xd.dirt.rest.metrics
-
- DeepCounterResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.metrics.DeepCounterResourceAssembler
-
- DeepFieldValueCounterResourceAssembler - Class in org.springframework.xd.dirt.rest.metrics
-
- 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_COLUMN_NAMES - Static variable in class org.springframework.xd.test.fixtures.PartitionedJdbcHdfsJob
-
- 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_ISOLATION_LEVEL - Static variable in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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_PARTITION_COLUMN - Static variable in class org.springframework.xd.test.fixtures.PartitionedJdbcHdfsJob
-
- DEFAULT_PARTITIONS - Static variable in class org.springframework.xd.test.fixtures.PartitionedJdbcHdfsJob
-
- 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_SPECIFIED_PASSWORD - Static variable in class org.springframework.xd.shell.Target
-
- DEFAULT_SQL - Static variable in class org.springframework.xd.test.fixtures.JdbcHdfsJob
-
- DEFAULT_TABLE - Static variable in class org.springframework.xd.test.fixtures.PartitionedJdbcHdfsJob
-
- 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_UNSPECIFIED_PASSWORD - 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
-
- 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
-
- 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
-
- DefaultModuleOptionsMetadataResolver() - Constructor for class org.springframework.xd.module.options.DefaultModuleOptionsMetadataResolver
-
- DefaultStateCalculator - Class in org.springframework.xd.dirt.server
-
- 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
-
- 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(ModuleMetadata.Id) - 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.
- DelimitedStringToMapPropertyEditor - Class in org.springframework.xd.extension.process
-
Converts a String of comma delimited name-value pairs to a Map.
- DelimitedStringToMapPropertyEditor() - Constructor for class org.springframework.xd.extension.process.DelimitedStringToMapPropertyEditor
-
- 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(Module, ModuleDescriptor) - Method in class org.springframework.xd.dirt.module.ModuleDeployer
-
Deploy the given module to this container.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
Gauge
s.
- 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
-
- gemFireCqSource(String) - Method in class org.springframework.xd.integration.fixtures.Sources
-
- GemFireCQSource - Class in org.springframework.xd.test.fixtures
-
Create a gemfire CQ (continuous query) source.
- GemFireCQSource(String) - Constructor for class org.springframework.xd.test.fixtures.GemFireCQSource
-
Create a Gemfire Sink module.
- GemfireCQSourceOptionsMetadata - Class in org.springframework.xd.gemfire
-
Describes options to the gemfire-cq
source module.
- GemfireCQSourceOptionsMetadata() - Constructor for class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
-
- gemfireServer(String) - Method in class org.springframework.xd.integration.fixtures.Sinks
-
Construct a new GemfireServer sink.
- GemFireServerSink - Class in org.springframework.xd.test.fixtures
-
Create a gemfire-server or gemfire-json-server sink.
- GemFireServerSink(String) - Constructor for class org.springframework.xd.test.fixtures.GemFireServerSink
-
Create a Gemfire Sink module.
- 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
-
- gemFireSource(String) - Method in class org.springframework.xd.integration.fixtures.Sources
-
- GemFireSource - Class in org.springframework.xd.test.fixtures
-
Create a gemfire source
- GemFireSource(String) - Constructor for class org.springframework.xd.test.fixtures.GemFireSource
-
Create a Gemfire Sink module.
- 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.CompositeModule
-
- getApplicationContext() - Method in interface org.springframework.xd.module.core.Module
-
- 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
-
- getCollectionType() - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- 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
-
- getCommand() - Method in class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- getCommitInterval() - Method in class org.springframework.xd.module.options.mixins.BatchJobCommitIntervalOptionMixin
-
- 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
-
Get a bean instance by its class.
- getComponent(String, Class<T>) - Method in interface org.springframework.xd.module.core.Module
-
Get a bean instance by its name and class.
- 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.dirt.module.store.ModuleMetadata.Id
-
Return the id for the container the module instance is deployed to.
- 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
-
Return a read-only map of deployed modules.
- 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
-
Return the module options configured at deployment time.
- 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
-
Return the state of the deployment unit this module instance belongs to.
- 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
-
- getEncoding() - Method in class org.springframework.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- 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
-
- getEnvironment() - Method in class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- 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.SftpSourceOptionsMetadata
-
- 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.jdbc.JdbcSourceModuleOptionsMetadata
-
- 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
-
- getFullyQualifiedId() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata.Id
-
Return the "fully qualified" id string for the module instance
this metadata object is tracking.
- getGemfireHost() - Method in class org.springframework.xd.integration.util.XdEnvironment
-
Retrieves the Gemfire host.
- getGemfirePort() - Method in class org.springframework.xd.integration.util.XdEnvironment
-
Retrieves the Gemfire port.
- 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.
- getGroupId() - Method in class org.springframework.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- 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() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- getHostname() - Method in class org.springframework.xd.dirt.modules.metadata.RedisConnectionMixin
-
- 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.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.dirt.module.store.ModuleMetadata.Id
-
Return the position in stream/job definition relative to other modules
in the deployment unit.
- 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
-
- getJdbcTemplate() - Method in class org.springframework.xd.test.fixtures.JdbcSource
-
- 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
-
- getJobExplorer() - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- getJobLauncher() - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- getJobParameters() - Method in class org.springframework.xd.dirt.plugins.job.JobParametersBean
-
- 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
-
- getJobRepository() - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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.modules.metadata.RedisSinkOptionsMetadata
-
- getKey() - Method in class org.springframework.xd.dirt.server.ModuleDeploymentStatus
-
- getKeyExpression() - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- 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.dirt.module.store.ModuleMetadata
-
- 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.
- getLocalDir() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- getLocalTime(Date) - Method in class org.springframework.xd.shell.Configuration
-
- 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
-
- getMaxRowsPerPoll() - Method in class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- 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
-
- 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.dirt.module.store.ModuleMetadata.Id
-
Return the label for the module instance this metadata object is tracking.
- 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
-
Return the module options configured during stream/job creation.
- 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.dirt.module.store.ModuleMetadata.Id
-
Return the module type for the module instance this metadata object is tracking.
- 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
-
Return the name for the module instance this metadata object is tracking.
- 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.
- getPartitionColumn() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
-
- 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
-
- getPartitions() - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
-
- 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.
- getPassPhrase() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.dirt.modules.metadata.RedisConnectionMixin
-
- getPassword() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- getPattern() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.modules.metadata.RedisConnectionMixin
-
- getPort() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
Get the module's properties.
- 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.
- getPropertiesLocation() - Method in class org.springframework.xd.module.options.mixins.ScriptMixin
-
- 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
-
- getQualifiedId() - Method in class org.springframework.xd.dirt.module.store.ModuleMetadata
-
- getQuery() - Method in class org.springframework.integration.x.twitter.TwitterSearchOptionsMetadata
-
- getQuery() - Method in class org.springframework.xd.gemfire.GemfireCQSourceOptionsMetadata
-
- getQuery() - Method in class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- getQueue() - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- getQueueExpression() - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- 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
-
- getRegexPattern() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- getRemoteDir() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.ScriptMixin
-
- 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
-
- getStreams() - Method in class org.springframework.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- 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.
- getTmpFileSuffix() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- getTopic() - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
-
- getTopic() - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- getTopicExpression() - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- 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
-
- getTransactionManager() - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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.dirt.module.store.ModuleMetadata.Id
-
Return the deployment unit name (stream or job) for the module instance
this metadata object is tracking.
- getUnitName() - Method in class org.springframework.xd.rest.domain.ModuleMetadataResource
-
- getUpdate() - Method in class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- 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
-
- getUser() - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
- getVariables() - Method in class org.springframework.xd.module.options.mixins.ScriptMixin
-
- 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
-
- getWorkingDir() - Method in class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- 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
-
- getZkconnect() - Method in class org.springframework.integration.x.kafka.KafkaOptionMixin
-
- 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
-
- 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.
- JdbcSource - Class in org.springframework.xd.test.fixtures
-
Represents the jdbc
source module.
- JdbcSource(DataSource) - Constructor for class org.springframework.xd.test.fixtures.JdbcSource
-
- JdbcSourceModuleOptionsMetadata - Class in org.springframework.xd.jdbc
-
Captures options for the jdbc
source module.
- JdbcSourceModuleOptionsMetadata() - Constructor for class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- 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 - Static variable in class org.springframework.xd.dirt.plugins.job.BatchJobRegistryBeanPostProcessor
-
- Job - Class in org.springframework.xd.dirt.stream
-
- Job(JobDefinition) - Constructor for class org.springframework.xd.dirt.stream.Job
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- json(boolean) - Method in class org.springframework.xd.test.fixtures.GemFireServerSink
-
Configure this to use GemFire JSON representation, i.e., create a gemfire-json-server sink.
- 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.
- 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
-
- 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
-
- 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.
- MessageBusSupport.SharedChannelProvider(Class<T>) - Constructor for class org.springframework.xd.dirt.integration.bus.MessageBusSupport.SharedChannelProvider
-
- 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
-
- 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
-
- 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
-
Handles the creation, deployment, and un-deployment of
modules
.
- ModuleDeployer(ModuleFactory) - Constructor for class org.springframework.xd.dirt.module.ModuleDeployer
-
Construct a 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ModuleFactory - Class in org.springframework.xd.module.core
-
Determines the type of
Module
to create from the Module's metadata and creates a module instance.
- ModuleFactory(ModuleOptionsMetadataResolver) - Constructor for class org.springframework.xd.module.core.ModuleFactory
-
- 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
-
Metadata class for modules at runtime.
- ModuleMetadata(ModuleMetadata.Id, Properties, Properties, DeploymentUnitStatus.State) - Constructor for class org.springframework.xd.dirt.module.store.ModuleMetadata
-
Construct a ModuleMetadata instance.
- ModuleMetadata.Id - Class in org.springframework.xd.dirt.module.store
-
- ModuleMetadata.Id(String, String, ModuleType, String, int) - Constructor for class org.springframework.xd.dirt.module.store.ModuleMetadata.Id
-
- ModuleMetadata.Id(String, String) - Constructor for class org.springframework.xd.dirt.module.store.ModuleMetadata.Id
-
- ModuleMetadataRepository - Interface in org.springframework.xd.dirt.module.store
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.http.NettyHttpInboundChannelAdapter
-
- 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
-
- onNoSuchPageException(PageNotFoundException) - 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
-
- 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.kafka - package org.springframework.integration.x.kafka
-
Package for kafka integration extensions.
- 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.batch.jdbc - package org.springframework.xd.batch.jdbc
-
- 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.batch - package org.springframework.xd.dirt.batch
-
- 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.util.logging - package org.springframework.xd.dirt.util.logging
-
- 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.extension.process - package org.springframework.xd.extension.process
-
- org.springframework.xd.extension.script - package org.springframework.xd.extension.script
-
- 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
-
- 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
.
- 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
-
- 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
-
- receive() - Method in class org.springframework.xd.extension.process.ShellCommandProcessor
-
Receive data from the process.
- 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
-
- RedisAggregateCounterRepository(RedisConnectionFactory) - Constructor for class org.springframework.xd.analytics.metrics.redis.RedisAggregateCounterRepository
-
- RedisConnectionMixin - Class in org.springframework.xd.dirt.modules.metadata
-
Mixin for Redis connection options.
- RedisConnectionMixin() - Constructor for class org.springframework.xd.dirt.modules.metadata.RedisConnectionMixin
-
- 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
-
- 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
-
- RedisSinkOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
-
Options metadata for Redis sink module.
- RedisSinkOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- 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
-
- ResourceConfiguredModule - Class in org.springframework.xd.module.core
-
A
SimpleModule
configured using a bean definition resource (XML or
Groovy)
- ResourceConfiguredModule(ModuleDescriptor, ModuleDeploymentProperties) - Constructor for class org.springframework.xd.module.core.ResourceConfiguredModule
-
- ResourceConfiguredModule(ModuleDescriptor, ModuleDeploymentProperties, ClassLoader, ModuleOptions) - Constructor for class org.springframework.xd.module.core.ResourceConfiguredModule
-
- 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
-
- 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
Gauge
s.
- 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
-
- RuntimeBatchConfigurer - Class in org.springframework.xd.dirt.batch
-
Spring XD runtime specific BatchConfigurer
.
- RuntimeBatchConfigurer() - Constructor for class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- RuntimeBatchConfigurer(DataSource) - Constructor for class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- 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
-
- 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
-
- 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(S) - Method in class org.springframework.xd.dirt.module.store.ZooKeeperModuleMetadataRepository
-
- save(Iterable<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.
- ScriptMixin - Class in org.springframework.xd.module.options.mixins
-
A standard mixin for modules that do some transformation based on a script.
- ScriptMixin() - Constructor for class org.springframework.xd.module.options.mixins.ScriptMixin
-
- ScriptModulePropertiesFactoryBean - Class in org.springframework.xd.extension.script
-
- ScriptModulePropertiesFactoryBean() - Constructor for class org.springframework.xd.extension.script.ScriptModulePropertiesFactoryBean
-
- 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
-
- send(String) - Method in class org.springframework.xd.extension.process.ShellCommandProcessor
-
Send data as a String to stdin.
- sendAndReceive(String) - Method in class org.springframework.xd.extension.process.ShellCommandProcessor
-
Send and receive data in request/response fashion.
- 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
-
- 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
-
- setAsText(String) - Method in class org.springframework.xd.extension.process.DelimitedStringToMapPropertyEditor
-
- setAttribute(String, String) - Method in class org.springframework.xd.dirt.event.AbstractEvent
-
- setAutoCreateLocalDir(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.integration.util.XdEnvironment
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.xd.module.core.ModuleFactory
-
- 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.extension.process.ShellCommandProcessor
-
Set the charset name for String encoding.
- 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
-
- setClobType(Integer) - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- setCollectionType(RedisCollectionFactoryBean.CollectionType) - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- setColumn(String) - Method in class org.springframework.xd.batch.jdbc.ColumnRangePartitioner
-
The name of the column to partition.
- 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.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
-
- setCommand(String) - Method in class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- setCommitInterval(int) - Method in class org.springframework.xd.module.options.mixins.BatchJobCommitIntervalOptionMixin
-
- 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.batch.jdbc.ColumnRangePartitioner
-
The data source for connecting to the database.
- setDataSource(DataSource) - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- setDbType(String) - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- setDeleteRemoteFiles(boolean) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.
- 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
-
- setEncoding(String) - Method in class org.springframework.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- setEncoding(String) - Method in class org.springframework.integration.x.kafka.StringDecoder
-
- 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(Map<String, String>) - Method in class org.springframework.xd.extension.process.ShellCommandProcessor
-
A map containing environment variables to add to the process environment.
- setEnvironment(String) - Method in class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- 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.SftpSourceOptionsMetadata
-
- 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.jdbc.JdbcSourceModuleOptionsMetadata
-
- 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.
- setGroupId(String) - Method in class org.springframework.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- 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.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- setHostname(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisConnectionMixin
-
- 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
-
- setIsolationLevel(String) - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- setKey(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- setKeyExpression(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- 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
-
- setLocalDir(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- setMaxRowsPerPoll(int) - Method in class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- setMaxSendDuration(String) - Method in class org.springframework.xd.integration.util.jmxresult.Module
-
- setMaxVarCharLength(int) - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
set a parent application context
- setParentContext(ApplicationContext) - Method in class org.springframework.xd.module.core.SimpleModule
-
- setPartitionClause(String) - Method in class org.springframework.xd.jdbc.NamedColumnJdbcItemReaderFactory
-
- setPartitionColumn(String) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
-
- 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
-
- setPartitions(int) - Method in class org.springframework.xd.batch.jdbc.ColumnRangePartitioner
-
The number of partitions to create.
- setPartitions(int) - Method in class org.springframework.xd.jdbc.JdbcHdfsOptionsMetadata
-
- 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.
- setPassPhrase(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisConnectionMixin
-
- setPassword(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.
- setPattern(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.modules.metadata.RedisConnectionMixin
-
- setPort(int) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.
- setPrivateKey(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- setPropertiesLocation(String) - Method in class org.springframework.xd.module.options.mixins.ScriptMixin
-
- 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
-
- setQuery(String) - Method in class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- setQueue(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- setQueueExpression(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- setQueues(String) - Method in class org.springframework.xd.dirt.modules.metadata.RabbitSourceOptionsMetadata
-
- setQueueSize(int) - Method in class org.springframework.xd.dirt.integration.bus.LocalMessageBus
-
Set the size of the queue when using QueueChannel
s.
- 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
-
- setRedirectErrorStream(boolean) - Method in class org.springframework.xd.extension.process.ShellCommandProcessor
-
Set to true to redirect stderr to stdout.
- setRedirectErrorStream(boolean) - Method in class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- setRegexPattern(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- setRemoteDir(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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.ScriptMixin
-
- 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.
- setSplit(boolean) - Method in class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- 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
-
- 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.
- setStreams(int) - Method in class org.springframework.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- 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
-
- setTable(String) - Method in class org.springframework.xd.batch.jdbc.ColumnRangePartitioner
-
The name of the SQL table the data are in.
- 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.NamedColumnJdbcItemReaderFactory
-
- setTableName(String) - Method in class org.springframework.xd.jdbc.SingleTableDatabaseInitializer
-
- setTablePrefix(String) - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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.
- setTmpFileSuffix(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- setTo(String) - Method in class org.springframework.xd.mail.MailSinkOptionsMetadata
-
- setTopic(String) - Method in class org.springframework.integration.x.kafka.KafkaSourceModuleOptionsMetadata
-
- setTopic(String) - Method in class org.springframework.xd.dirt.modules.metadata.MqttSinkOptionsMetadata
-
- setTopic(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- setTopicExpression(String) - Method in class org.springframework.xd.dirt.modules.metadata.RedisSinkOptionsMetadata
-
- 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
-
- setUpdate(String) - Method in class org.springframework.xd.jdbc.JdbcSourceModuleOptionsMetadata
-
- 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
-
- setUser(String) - Method in class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- setValidateTransactionState(boolean) - Method in class org.springframework.xd.dirt.batch.RuntimeBatchConfigurer
-
- 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
-
- setVariables(String) - Method in class org.springframework.xd.extension.script.ScriptModulePropertiesFactoryBean
-
- setVariables(String) - Method in class org.springframework.xd.module.options.mixins.ScriptMixin
-
- 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
-
- setWorkingDir(String) - Method in class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- setWorkingDirectory(String) - Method in class org.springframework.xd.extension.process.ShellCommandProcessor
-
Set the process working directory
- 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
-
- setZkconnect(String) - Method in class org.springframework.integration.x.kafka.KafkaOptionMixin
-
- SftpSourceOptionsMetadata - Class in org.springframework.xd.dirt.modules.metadata
-
Module options for SFTP source module.
- SftpSourceOptionsMetadata() - Constructor for class org.springframework.xd.dirt.modules.metadata.SftpSourceOptionsMetadata
-
- 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
-
- ShellCommandProcessor - Class in org.springframework.xd.extension.process
-
Creates a process to run a shell command and communicate with it using String payloads over stdin and stdout.
- ShellCommandProcessor(AbstractByteArraySerializer, String) - Constructor for class org.springframework.xd.extension.process.ShellCommandProcessor
-
Creates a process to invoke a shell command to send and receive messages from the processes using the process's stdin and stdout.
- ShellModuleOptionsMetadata - Class in org.springframework.xd.extension.process
-
Options Metadata for shell processor and sink modules.
- ShellModuleOptionsMetadata() - Constructor for class org.springframework.xd.extension.process.ShellModuleOptionsMetadata
-
- 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
-
- shutdownAll() - Method in interface org.springframework.xd.distributed.util.DistributedTestSupport
-
- 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
-
- 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
-
- SingleNodeNamedChannelSinkFactory(MessageBus) - Constructor for class org.springframework.xd.dirt.test.sink.SingleNodeNamedChannelSinkFactory
-
- SingleNodeNamedChannelSourceFactory - Class in org.springframework.xd.dirt.test.source
-
- SingleNodeNamedChannelSourceFactory(MessageBus) - Constructor for class org.springframework.xd.dirt.test.source.SingleNodeNamedChannelSourceFactory
-
- SingleNodeNamedQueueSink - Class in org.springframework.xd.dirt.test.sink
-
- SingleNodeNamedQueueSink(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.sink.SingleNodeNamedQueueSink
-
- SingleNodeNamedQueueSource - Class in org.springframework.xd.dirt.test.source
-
- SingleNodeNamedQueueSource(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.source.SingleNodeNamedQueueSource
-
- SingleNodeNamedTopicSink - Class in org.springframework.xd.dirt.test.sink
-
- SingleNodeNamedTopicSink(MessageBus, String) - Constructor for class org.springframework.xd.dirt.test.sink.SingleNodeNamedTopicSink
-
- SingleNodeNamedTopicSource - Class in org.springframework.xd.dirt.test.source
-
- 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
-
- 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.extension.process.ShellCommandProcessor
-
Start the process.
- 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
-
- 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
-
- 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.extension.process.ShellCommandProcessor
-
Stop the process and close streams.
- 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
-
- 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
-
- 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
-
- StreamDefinitionResourceAssembler() - Constructor for class org.springframework.xd.dirt.rest.StreamDefinitionResourceAssembler
-
- StreamDeployer - Class in org.springframework.xd.dirt.stream
-
- 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
-
- 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
Stream
s.
- streamRepository() - Method in class org.springframework.xd.dirt.test.SingleNodeIntegrationTestSupport
-
- StreamRuntimePropertiesProvider - Class in org.springframework.xd.dirt.server
-
- 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
-
- 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
-
- StringDecoder - Class in org.springframework.integration.x.kafka
-
String Decoder for Kafka message key/value decoding.
- StringDecoder() - Constructor for class org.springframework.integration.x.kafka.StringDecoder
-
- 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.
- 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
-
- 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
-
- TcpSource(String) - Constructor for class org.springframework.xd.test.fixtures.TcpSource
-
- 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.GemFireCQSource
-
- toDSL() - Method in class org.springframework.xd.test.fixtures.GemFireServerSink
-
- toDSL() - Method in class org.springframework.xd.test.fixtures.GemFireSource
-
- 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.JdbcSource
-
- 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.PartitionedJdbcHdfsJob
-
Renders the default DSL for this fixture.
- 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.module.store.ModuleMetadata.Id
-
- 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(Map<String, Map<Integer, List<Object>>>) - Method in class org.springframework.integration.x.kafka.KafkaMessageTransformer
-
Transform message payload to Map
where partitionIndex is the key and message payload is the value.
- 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
-
- 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.
- VersionPatternConverter - Class in org.springframework.xd.dirt.util.logging
-
Implementation of PatternConverter
that returns the "Implementation-Version" string obtained from the
manifest of the jar that this class was loaded from.
- VersionPatternConverter() - Constructor for class org.springframework.xd.dirt.util.logging.VersionPatternConverter
-
- VersionPatternConverter(FormattingInfo) - Constructor for class org.springframework.xd.dirt.util.logging.VersionPatternConverter
-
- VersionPatternLayout - Class in org.springframework.xd.dirt.util.logging
-
Extension of Log4j's
EnhancedPatternLayout
which supports logging of the "Implementation-Version" string
obtained from the manifest of the jar that
VersionPatternParser
is loaded from.
- VersionPatternLayout() - Constructor for class org.springframework.xd.dirt.util.logging.VersionPatternLayout
-
- VersionPatternParser - Class in org.springframework.xd.dirt.util.logging
-
Extension of Log4j's
PatternParser
that recognizes the pattern
%v
which is used to log the
"Implementation-Version" string obtained from the manifest of the
jar that
VersionPatternParser
is loaded from.
- VersionPatternParser(String) - Constructor for class org.springframework.xd.dirt.util.logging.VersionPatternParser
-
- 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
-