This project has retired. For details please refer to its
Attic page.
Protos (Apache Crunch 0.3.0-incubating API)
org.apache.crunch.util
Class Protos
java.lang.Object
org.apache.crunch.util.Protos
public class Protos
- extends Object
Utility functions for working with protocol buffers in Crunch.
Protos
public Protos()
extractKey
public static <M extends com.google.protobuf.Message,K> MapFn<M,K> extractKey(String fieldName)
lineParser
public static <M extends com.google.protobuf.Message> DoFn<String,M> lineParser(String sep,
Class<M> msgClass)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.