Uses of Interface
org.apache.blur.thirdparty.thrift_0_9_0.TProcessor

Packages that use TProcessor
org.apache.blur.thirdparty.thrift_0_9_0   
org.apache.blur.thirdparty.thrift_0_9_0.server   
org.apache.blur.thirdparty.thrift_0_9_0.transport   
org.apache.blur.thrift.generated   
 

Uses of TProcessor in org.apache.blur.thirdparty.thrift_0_9_0
 

Classes in org.apache.blur.thirdparty.thrift_0_9_0 that implement TProcessor
 class TBaseProcessor<I>
           
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0 that return TProcessor
 TProcessor TProcessorFactory.getProcessor(TTransport trans)
           
 

Constructors in org.apache.blur.thirdparty.thrift_0_9_0 with parameters of type TProcessor
TProcessorFactory(TProcessor processor)
           
 

Uses of TProcessor in org.apache.blur.thirdparty.thrift_0_9_0.server
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.server with parameters of type TProcessor
 T TServer.AbstractServerArgs.processor(TProcessor processor)
           
 

Constructors in org.apache.blur.thirdparty.thrift_0_9_0.server with parameters of type TProcessor
TServlet(TProcessor processor, TProtocolFactory protocolFactory)
           
TServlet(TProcessor processor, TProtocolFactory inProtocolFactory, TProtocolFactory outProtocolFactory)
           
 

Uses of TProcessor in org.apache.blur.thirdparty.thrift_0_9_0.transport
 

Constructors in org.apache.blur.thirdparty.thrift_0_9_0.transport with parameters of type TProcessor
TFileProcessor(TProcessor processor, TProtocolFactory protocolFactory, TFileTransport inputTransport, TTransport outputTransport)
           
TFileProcessor(TProcessor processor, TProtocolFactory inputProtocolFactory, TProtocolFactory outputProtocolFactory, TFileTransport inputTransport, TTransport outputTransport)
           
 

Uses of TProcessor in org.apache.blur.thrift.generated
 

Classes in org.apache.blur.thrift.generated that implement TProcessor
static class Blur.Processor<I extends Blur.Iface>
           
 



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