com.twitter.elephantbird.cascading2.scheme
Class LzoThriftB64LineScheme<M extends org.apache.thrift.TBase<?,?>>

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,ThriftWritable<M>>
          extended by com.twitter.elephantbird.cascading2.scheme.LzoThriftScheme<M>
              extended by com.twitter.elephantbird.cascading2.scheme.LzoThriftB64LineScheme<M>
All Implemented Interfaces:
Serializable

Deprecated. please use LzoThriftScheme

@Deprecated
public class LzoThriftB64LineScheme<M extends org.apache.thrift.TBase<?,?>>
extends LzoThriftScheme<M>

Scheme for Thrift B64 encoded files.

Author:
Argyris Zymnis
See Also:
Serialized Form

Constructor Summary
LzoThriftB64LineScheme(Class thriftClass)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.twitter.elephantbird.cascading2.scheme.LzoThriftScheme
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

LzoThriftB64LineScheme

public LzoThriftB64LineScheme(Class thriftClass)
Deprecated. 


Copyright © 2015 Twitter. All Rights Reserved.