Skip navigation links
A B C D F G I K M O P Q R S T U V W 

A

afterPropertiesSet() - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
afterPropertiesSet() - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
AUTO_COMMIT_ENABLED - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

B

bindProducer(String, MessageChannel, Properties) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
BYTE_ARRAY_SERIALIZER - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

C

close() - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
COMPRESSION_CODEC - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
createMessageListenerContainer(Properties, String, int, String, long) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

D

DefaultProperties() - Constructor for class org.springframework.cloud.stream.binder.kafka.config.KafkaServiceAutoConfiguration.DefaultProperties
 
deleteOffset(Partition) - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
destroy() - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
doBindConsumer(String, String, MessageChannel, Properties) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
doManualAck(LinkedList<MessageHeaders>) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

F

FETCH_SIZE - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
flush() - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
fromBytes(byte[]) - Method in class org.springframework.cloud.stream.binder.kafka.IntegerEncoderDecoder
 

G

getConnectionFactory() - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
getHeaders() - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
getKafkaConnectionString() - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
getOffset(Partition) - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
getReferencePoint() - Method in enum org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder.StartOffset
 
getStartOffset() - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
getStartOffset() - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
getZkConnectionString() - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 

I

IntegerEncoderDecoder - Class in org.springframework.cloud.stream.binder.kafka
A Kafka encoder / decoder used to serialize a single int, used as the kafka partition key.
IntegerEncoderDecoder() - Constructor for class org.springframework.cloud.stream.binder.kafka.IntegerEncoderDecoder
 
IntegerEncoderDecoder(VerifiableProperties) - Constructor for class org.springframework.cloud.stream.binder.kafka.IntegerEncoderDecoder
 
isResetOffsets() - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
isResetOffsets() - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

K

KafkaMessageChannelBinder - Class in org.springframework.cloud.stream.binder.kafka
A binder that uses Kafka as the underlying middleware.
KafkaMessageChannelBinder(ZookeeperConnect, String, String, String...) - Constructor for class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
KafkaMessageChannelBinder.Mode - Enum in org.springframework.cloud.stream.binder.kafka
 
KafkaMessageChannelBinder.StartOffset - Enum in org.springframework.cloud.stream.binder.kafka
 
KafkaMessageChannelBinderConfiguration - Class in org.springframework.cloud.stream.binder.kafka.config
 
KafkaMessageChannelBinderConfiguration() - Constructor for class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
KafkaServiceAutoConfiguration - Class in org.springframework.cloud.stream.binder.kafka.config
Bind to Kafka services.
KafkaServiceAutoConfiguration() - Constructor for class org.springframework.cloud.stream.binder.kafka.config.KafkaServiceAutoConfiguration
 
KafkaServiceAutoConfiguration.DefaultProperties - Class in org.springframework.cloud.stream.binder.kafka.config
 

M

METADATA_VERIFICATION_MAX_INTERVAL - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
METADATA_VERIFICATION_RETRY_ATTEMPTS - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
METADATA_VERIFICATION_RETRY_BACKOFF_MULTIPLIER - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
METADATA_VERIFICATION_RETRY_INITIAL_INTERVAL - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

O

org.springframework.cloud.stream.binder.kafka - package org.springframework.cloud.stream.binder.kafka
This package contains an implementation of the Binder for Kafka.
org.springframework.cloud.stream.binder.kafka.config - package org.springframework.cloud.stream.binder.kafka.config
 

P

PRODUCER_COMPRESSION_PROPERTIES - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

Q

QUEUE_SIZE - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 

R

REQUIRED_ACKS - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
resetOffsets(Collection<Partition>) - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 

S

setBrokers(String[]) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setCodec(Codec) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setCount(int) - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
How many writes should be aggregated, before invoking the underlying OffsetManager.
setDefaultAutoCommitEnabled(boolean) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
Set the default auto commit enabled property; This is used to commit the offset either automatically or manually.
setDefaultBrokerPort(String) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setDefaultCompressionCodec(String) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setDefaultFetchSize(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setDefaultMaxWait(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setDefaultMinPartitionCount(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setDefaultQueueSize(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setDefaultReplicationFactor(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setDefaultRequiredAcks(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setDefaultZkPort(String) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setHeaders(String[]) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setMode(KafkaMessageChannelBinder.Mode) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setMode(KafkaMessageChannelBinder.Mode) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetStoreBatchBytes(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetStoreBatchBytes(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetStoreBatchTime(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetStoreBatchTime(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetStoreMaxFetchSize(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetStoreMaxFetchSize(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetStoreRequiredAcks(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetStoreRequiredAcks(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetStoreRetentionTime(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetStoreRetentionTime(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetStoreSegmentSize(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetStoreSegmentSize(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetStoreTopic(String) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetStoreTopic(String) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetUpdateCount(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetUpdateCount(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetUpdateShutdownTimeout(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetUpdateShutdownTimeout(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setOffsetUpdateTimeWindow(int) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setOffsetUpdateTimeWindow(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setResetOffsets(boolean) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setResetOffsets(boolean) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setRetryOperations(RetryOperations) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
Retry configuration for operations such as validating topic creation
setShutdownTimeout(int) - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
The timeout that WindowingOffsetManager.close() and WindowingOffsetManager.destroy() operations will wait for receving a confirmation that the underlying writes have been processed.
setSocketBufferSize(int) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setStartOffset(KafkaMessageChannelBinder.StartOffset) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 
setStartOffset(KafkaMessageChannelBinder.StartOffset) - Method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
 
setTimespan(long) - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
The timespan for aggregating write operations, before invoking the underlying OffsetManager.
setZkNodes(String[]) - Method in class org.springframework.cloud.stream.binder.kafka.config.KafkaMessageChannelBinderConfiguration
 

T

toBytes(Integer) - Method in class org.springframework.cloud.stream.binder.kafka.IntegerEncoderDecoder
 

U

updateOffset(Partition, long) - Method in class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
utf8Serializer - Static variable in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
Used when writing directly to ZK.

V

validateTopicName(String) - Static method in class org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder
Allowed chars are ASCII alphanumerics, '.', '_' and '-'.
valueOf(String) - Static method in enum org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder.StartOffset
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.stream.binder.kafka.KafkaMessageChannelBinder.StartOffset
Returns an array containing the constants of this enum type, in the order they are declared.

W

WindowingOffsetManager - Class in org.springframework.cloud.stream.binder.kafka
An OffsetManager that aggregates writes over a time or count window, using an underlying delegate to do the actual operations.
WindowingOffsetManager(OffsetManager) - Constructor for class org.springframework.cloud.stream.binder.kafka.WindowingOffsetManager
 
A B C D F G I K M O P Q R S T U V W 
Skip navigation links

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.