接口 Function.ProducerSpecOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Function
public static interface Function.ProducerSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetBatchBuilder()string batchBuilder = 5;com.google.protobuf.ByteStringgetBatchBuilderBytes()string batchBuilder = 5;Function.CryptoSpecgetCryptoSpec().proto.CryptoSpec cryptoSpec = 4;Function.CryptoSpecOrBuildergetCryptoSpecOrBuilder().proto.CryptoSpec cryptoSpec = 4;intgetMaxPendingMessages()int32 maxPendingMessages = 1;intgetMaxPendingMessagesAcrossPartitions()int32 maxPendingMessagesAcrossPartitions = 2;booleangetUseThreadLocalProducers()bool useThreadLocalProducers = 3;booleanhasCryptoSpec().proto.CryptoSpec cryptoSpec = 4;
-
-
-
方法详细资料
-
getMaxPendingMessages
int getMaxPendingMessages()
int32 maxPendingMessages = 1;- 返回:
- The maxPendingMessages.
-
getMaxPendingMessagesAcrossPartitions
int getMaxPendingMessagesAcrossPartitions()
int32 maxPendingMessagesAcrossPartitions = 2;- 返回:
- The maxPendingMessagesAcrossPartitions.
-
getUseThreadLocalProducers
boolean getUseThreadLocalProducers()
bool useThreadLocalProducers = 3;- 返回:
- The useThreadLocalProducers.
-
hasCryptoSpec
boolean hasCryptoSpec()
.proto.CryptoSpec cryptoSpec = 4;- 返回:
- Whether the cryptoSpec field is set.
-
getCryptoSpec
Function.CryptoSpec getCryptoSpec()
.proto.CryptoSpec cryptoSpec = 4;- 返回:
- The cryptoSpec.
-
getCryptoSpecOrBuilder
Function.CryptoSpecOrBuilder getCryptoSpecOrBuilder()
.proto.CryptoSpec cryptoSpec = 4;
-
getBatchBuilder
java.lang.String getBatchBuilder()
string batchBuilder = 5;- 返回:
- The batchBuilder.
-
getBatchBuilderBytes
com.google.protobuf.ByteString getBatchBuilderBytes()
string batchBuilder = 5;- 返回:
- The bytes for batchBuilder.
-
-