com.twitter.elephantbird.cascading2.scheme
Class LzoProtobufBlockScheme<M extends com.google.protobuf.Message>

java.lang.Object
  extended by cascading.scheme.Scheme<org.apache.hadoop.mapred.JobConf,org.apache.hadoop.mapred.RecordReader,org.apache.hadoop.mapred.OutputCollector,Object[],T>
      extended by com.twitter.elephantbird.cascading2.scheme.LzoBinaryScheme<M,ProtobufWritable<M>>
          extended by com.twitter.elephantbird.cascading2.scheme.LzoProtobufScheme<M>
              extended by com.twitter.elephantbird.cascading2.scheme.LzoProtobufBlockScheme<M>
All Implemented Interfaces:
Serializable

Deprecated. please use LzoProtobufScheme

@Deprecated
public class LzoProtobufBlockScheme<M extends com.google.protobuf.Message>
extends LzoProtobufScheme<M>

Scheme for Protobuf block encoded files.

Author:
Argyris Zymnis
See Also:
Serialized Form

Constructor Summary
LzoProtobufBlockScheme(Class protoClass)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.twitter.elephantbird.cascading2.scheme.LzoProtobufScheme
prepareBinaryWritable, sinkConfInit, sourceConfInit
 
Methods inherited from class com.twitter.elephantbird.cascading2.scheme.LzoBinaryScheme
sink, sinkPrepare, source, sourceCleanup, sourcePrepare
 
Methods inherited from class cascading.scheme.Scheme
equals, getNumSinkParts, getSinkFields, getSourceFields, getTrace, hashCode, isSink, isSource, isSymmetrical, presentSinkFields, presentSinkFieldsInternal, presentSourceFields, presentSourceFieldsInternal, retrieveSinkFields, retrieveSourceFields, setNumSinkParts, setSinkFields, setSourceFields, sinkCleanup, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LzoProtobufBlockScheme

public LzoProtobufBlockScheme(Class protoClass)
Deprecated. 


Copyright © 2015 Twitter. All Rights Reserved.