org.apache.blur.thirdparty.thrift_0_9_0
Interface TProcessor

All Known Implementing Classes:
Blur.Processor, TBaseProcessor

public interface TProcessor

A processor is a generic object which operates upon an input stream and writes to some output stream.


Method Summary
 boolean process(TProtocol in, TProtocol out)
           
 

Method Detail

process

boolean process(TProtocol in,
                TProtocol out)
                throws TException
Throws:
TException


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