org.apache.blur.thirdparty.thrift_0_9_0
Class TBaseProcessor<I>

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.TBaseProcessor<I>
All Implemented Interfaces:
TProcessor
Direct Known Subclasses:
Blur.Processor

public abstract class TBaseProcessor<I>
extends Object
implements TProcessor


Method Summary
 Map<String,ProcessFunction<I,? extends TBase>> getProcessMapView()
           
 boolean process(TProtocol in, TProtocol out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProcessMapView

public Map<String,ProcessFunction<I,? extends TBase>> getProcessMapView()

process

public boolean process(TProtocol in,
                       TProtocol out)
                throws TException
Specified by:
process in interface TProcessor
Throws:
TException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.