- Type Parameters:
 
K - The type of the key being deserialized. 
V - The type of the value being deserialized. 
- All Implemented Interfaces:
 
- java.io.Serializable, java.util.function.Function<scala.Tuple2<ByteArray,byte[]>,scala.Tuple2<K,V>>, org.apache.spark.api.java.function.PairFunction<scala.Tuple2<ByteArray,byte[]>,K,V>
 
- Enclosing class:
 
- CoderHelpers
 
public static class CoderHelpers.FromByteFunction<K,V>
extends java.lang.Object
implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<ByteArray,byte[]>,K,V>, org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.base.Function<scala.Tuple2<ByteArray,byte[]>,scala.Tuple2<K,V>>
A function for converting a byte array pair to a key-value pair.
- See Also:
 
- Serialized Form