public static class KafkaProperties.Producer extends ObjectSE
| コンストラクターと説明 |
|---|
Producer() |
| 修飾子と型 | メソッドと説明 |
|---|---|
MapSE<StringSE, ObjectSE> | buildProperties() |
StringSE | getAcks() |
org.springframework.util.unit.DataSize | getBatchSize() |
ListSE<StringSE> | getBootstrapServers() |
org.springframework.util.unit.DataSize | getBufferMemory() |
StringSE | getClientId() |
StringSE | getCompressionType() |
ClassSE<?> | getKeySerializer() |
MapSE<StringSE, StringSE> | getProperties() |
IntegerSE | getRetries() |
KafkaProperties.Ssl | getSsl() |
StringSE | getTransactionIdPrefix() |
ClassSE<?> | getValueSerializer() |
void | setAcks(StringSE acks) |
void | setBatchSize(org.springframework.util.unit.DataSize batchSize) |
void | setBootstrapServers(ListSE<StringSE> bootstrapServers) |
void | setBufferMemory(org.springframework.util.unit.DataSize bufferMemory) |
void | setClientId(StringSE clientId) |
void | setCompressionType(StringSE compressionType) |
void | setKeySerializer(ClassSE<?> keySerializer) |
void | setRetries(IntegerSE retries) |
void | setTransactionIdPrefix(StringSE transactionIdPrefix) |
void | setValueSerializer(ClassSE<?> valueSerializer) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic KafkaProperties.Ssl getSsl()
public StringSE getAcks()
public void setAcks(StringSE acks)
public org.springframework.util.unit.DataSize getBatchSize()
public void setBatchSize(org.springframework.util.unit.DataSize batchSize)
public org.springframework.util.unit.DataSize getBufferMemory()
public void setBufferMemory(org.springframework.util.unit.DataSize bufferMemory)
public StringSE getClientId()
public void setClientId(StringSE clientId)
public StringSE getCompressionType()
public void setCompressionType(StringSE compressionType)
public ClassSE<?> getKeySerializer()
public void setKeySerializer(ClassSE<?> keySerializer)
public ClassSE<?> getValueSerializer()
public void setValueSerializer(ClassSE<?> valueSerializer)
public IntegerSE getRetries()
public void setRetries(IntegerSE retries)
public StringSE getTransactionIdPrefix()
public void setTransactionIdPrefix(StringSE transactionIdPrefix)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.