接口 Function.ProducerSpecOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Function
public static interface Function.ProducerSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string batchBuilder = 5;com.google.protobuf.ByteStringstring batchBuilder = 5;.proto.CryptoSpec cryptoSpec = 4;.proto.CryptoSpec cryptoSpec = 4;intint32 maxPendingMessages = 1;intint32 maxPendingMessagesAcrossPartitions = 2;booleanbool useThreadLocalProducers = 3;boolean.proto.CryptoSpec cryptoSpec = 4;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
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
String getBatchBuilder()string batchBuilder = 5;- 返回:
- The batchBuilder.
-
getBatchBuilderBytes
com.google.protobuf.ByteString getBatchBuilderBytes()string batchBuilder = 5;- 返回:
- The bytes for batchBuilder.
-