Uses of Class
org.apache.pulsar.io.kinesis.KinesisSinkConfig.MessageFormat
-
Packages that use KinesisSinkConfig.MessageFormat Package Description org.apache.pulsar.io.kinesis Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of KinesisSinkConfig.MessageFormat in org.apache.pulsar.io.kinesis
Methods in org.apache.pulsar.io.kinesis that return KinesisSinkConfig.MessageFormat Modifier and Type Method Description static KinesisSinkConfig.MessageFormatKinesisSinkConfig.MessageFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KinesisSinkConfig.MessageFormat[]KinesisSinkConfig.MessageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.io.kinesis with parameters of type KinesisSinkConfig.MessageFormat Modifier and Type Method Description static java.nio.ByteBufferKinesisSink. createKinesisMessage(KinesisSinkConfig.MessageFormat msgFormat, org.apache.pulsar.functions.api.Record<byte[]> record)
-