Interface Function.ProducerSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Function.ProducerSpec, Function.ProducerSpec.Builder
Enclosing class:
Function

public static interface Function.ProducerSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMaxPendingMessages

      int getMaxPendingMessages()
      int32 maxPendingMessages = 1;
      Returns:
      The maxPendingMessages.
    • getMaxPendingMessagesAcrossPartitions

      int getMaxPendingMessagesAcrossPartitions()
      int32 maxPendingMessagesAcrossPartitions = 2;
      Returns:
      The maxPendingMessagesAcrossPartitions.
    • getUseThreadLocalProducers

      boolean getUseThreadLocalProducers()
      bool useThreadLocalProducers = 3;
      Returns:
      The useThreadLocalProducers.
    • hasCryptoSpec

      boolean hasCryptoSpec()
      .proto.CryptoSpec cryptoSpec = 4;
      Returns:
      Whether the cryptoSpec field is set.
    • getCryptoSpec

      Function.CryptoSpec getCryptoSpec()
      .proto.CryptoSpec cryptoSpec = 4;
      Returns:
      The cryptoSpec.
    • getCryptoSpecOrBuilder

      Function.CryptoSpecOrBuilder getCryptoSpecOrBuilder()
      .proto.CryptoSpec cryptoSpec = 4;
    • getBatchBuilder

      String getBatchBuilder()
      string batchBuilder = 5;
      Returns:
      The batchBuilder.
    • getBatchBuilderBytes

      com.google.protobuf.ByteString getBatchBuilderBytes()
      string batchBuilder = 5;
      Returns:
      The bytes for batchBuilder.
    • getCompressionTypeValue

      int getCompressionTypeValue()
      .proto.CompressionType compressionType = 6;
      Returns:
      The enum numeric value on the wire for compressionType.
    • getCompressionType

      Function.CompressionType getCompressionType()
      .proto.CompressionType compressionType = 6;
      Returns:
      The compressionType.