@Generated(value="org.jsonschema2pojo") public class StreamsConfiguration extends Object implements Serializable
Constructor and Description |
---|
StreamsConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Long |
getBatchFrequencyMs()
Frequency of messaging between components
|
Long |
getBatchSize()
Default max batch size for batch-based persist readers and writers
|
String |
getIdentifier()
Name of streams pipeline
|
Long |
getParallelism()
Default parallelism for processors
|
Long |
getProviderTimeoutMs()
Kill the stream if all providers supply nothing for this long.
|
Long |
getProviderWaitMs()
Wait this long before beginning polling providers.
|
Long |
getQueueSize()
Size of inter-component buffers
|
Long |
getShutdownCheckDelay()
Initial delay before checking for shutdown
|
Long |
getShutdownCheckInterval()
Recurring delay between checking for shutdown
|
Long |
getStartedAt()
Timestamp of beginning of stream execution
|
int |
hashCode() |
void |
setBatchFrequencyMs(Long batchFrequencyMs)
Frequency of messaging between components
|
void |
setBatchSize(Long batchSize)
Default max batch size for batch-based persist readers and writers
|
void |
setIdentifier(String identifier)
Name of streams pipeline
|
void |
setParallelism(Long parallelism)
Default parallelism for processors
|
void |
setProviderTimeoutMs(Long providerTimeoutMs)
Kill the stream if all providers supply nothing for this long.
|
void |
setProviderWaitMs(Long providerWaitMs)
Wait this long before beginning polling providers.
|
void |
setQueueSize(Long queueSize)
Size of inter-component buffers
|
void |
setShutdownCheckDelay(Long shutdownCheckDelay)
Initial delay before checking for shutdown
|
void |
setShutdownCheckInterval(Long shutdownCheckInterval)
Recurring delay between checking for shutdown
|
void |
setStartedAt(Long startedAt)
Timestamp of beginning of stream execution
|
String |
toString() |
StreamsConfiguration |
withBatchFrequencyMs(Long batchFrequencyMs) |
StreamsConfiguration |
withBatchSize(Long batchSize) |
StreamsConfiguration |
withIdentifier(String identifier) |
StreamsConfiguration |
withParallelism(Long parallelism) |
StreamsConfiguration |
withProviderTimeoutMs(Long providerTimeoutMs) |
StreamsConfiguration |
withProviderWaitMs(Long providerWaitMs) |
StreamsConfiguration |
withQueueSize(Long queueSize) |
StreamsConfiguration |
withShutdownCheckDelay(Long shutdownCheckDelay) |
StreamsConfiguration |
withShutdownCheckInterval(Long shutdownCheckInterval) |
StreamsConfiguration |
withStartedAt(Long startedAt) |
@BeanProperty(value="batchFrequencyMs") public Long getBatchFrequencyMs()
@BeanProperty(value="batchFrequencyMs") public void setBatchFrequencyMs(Long batchFrequencyMs)
batchFrequencyMs
- The batchFrequencyMspublic StreamsConfiguration withBatchFrequencyMs(Long batchFrequencyMs)
@BeanProperty(value="batchSize") public Long getBatchSize()
@BeanProperty(value="batchSize") public void setBatchSize(Long batchSize)
batchSize
- The batchSizepublic StreamsConfiguration withBatchSize(Long batchSize)
@BeanProperty(value="identifier") public String getIdentifier()
@BeanProperty(value="identifier") public void setIdentifier(String identifier)
identifier
- The identifierpublic StreamsConfiguration withIdentifier(String identifier)
@BeanProperty(value="parallelism") public Long getParallelism()
@BeanProperty(value="parallelism") public void setParallelism(Long parallelism)
parallelism
- The parallelismpublic StreamsConfiguration withParallelism(Long parallelism)
@BeanProperty(value="providerTimeoutMs") public Long getProviderTimeoutMs()
@BeanProperty(value="providerTimeoutMs") public void setProviderTimeoutMs(Long providerTimeoutMs)
providerTimeoutMs
- The providerTimeoutMspublic StreamsConfiguration withProviderTimeoutMs(Long providerTimeoutMs)
@BeanProperty(value="providerWaitMs") public Long getProviderWaitMs()
@BeanProperty(value="providerWaitMs") public void setProviderWaitMs(Long providerWaitMs)
providerWaitMs
- The providerWaitMspublic StreamsConfiguration withProviderWaitMs(Long providerWaitMs)
@BeanProperty(value="queueSize") public Long getQueueSize()
@BeanProperty(value="queueSize") public void setQueueSize(Long queueSize)
queueSize
- The queueSizepublic StreamsConfiguration withQueueSize(Long queueSize)
@BeanProperty(value="shutdownCheckDelay") public Long getShutdownCheckDelay()
@BeanProperty(value="shutdownCheckDelay") public void setShutdownCheckDelay(Long shutdownCheckDelay)
shutdownCheckDelay
- The shutdownCheckDelaypublic StreamsConfiguration withShutdownCheckDelay(Long shutdownCheckDelay)
@BeanProperty(value="shutdownCheckInterval") public Long getShutdownCheckInterval()
@BeanProperty(value="shutdownCheckInterval") public void setShutdownCheckInterval(Long shutdownCheckInterval)
shutdownCheckInterval
- The shutdownCheckIntervalpublic StreamsConfiguration withShutdownCheckInterval(Long shutdownCheckInterval)
@BeanProperty(value="startedAt") public Long getStartedAt()
@BeanProperty(value="startedAt") public void setStartedAt(Long startedAt)
startedAt
- The startedAtpublic StreamsConfiguration withStartedAt(Long startedAt)
Copyright © 2018 The Apache Software Foundation. All rights reserved.