Uses of Class
org.apache.blur.thirdparty.thrift_0_9_0.transport.TTransport

Packages that use TTransport
org.apache.blur.server   
org.apache.blur.thirdparty.thrift_0_9_0   
org.apache.blur.thirdparty.thrift_0_9_0.protocol   
org.apache.blur.thirdparty.thrift_0_9_0.server   
org.apache.blur.thirdparty.thrift_0_9_0.transport   
org.apache.blur.thrift.util   
 

Uses of TTransport in org.apache.blur.server
 

Methods in org.apache.blur.server with parameters of type TTransport
 void ShardServerEventHandler.processContext(ServerContext serverContext, TTransport inputTransport, TTransport outputTransport)
           
 void ControllerServerEventHandler.processContext(ServerContext serverContext, TTransport inputTransport, TTransport outputTransport)
           
 

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

Methods in org.apache.blur.thirdparty.thrift_0_9_0 with parameters of type TTransport
 TProcessor TProcessorFactory.getProcessor(TTransport trans)
           
 

Uses of TTransport in org.apache.blur.thirdparty.thrift_0_9_0.protocol
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.protocol that return TTransport
 TTransport TProtocol.getTransport()
          Transport accessor
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.protocol with parameters of type TTransport
 TProtocol TTupleProtocol.Factory.getProtocol(TTransport trans)
           
 TProtocol TSimpleJSONProtocol.Factory.getProtocol(TTransport trans)
           
 TProtocol TProtocolFactory.getProtocol(TTransport trans)
           
 TProtocol TJSONProtocol.Factory.getProtocol(TTransport trans)
           
 TProtocol TCompactProtocol.Factory.getProtocol(TTransport trans)
           
 TProtocol TBinaryProtocol.Factory.getProtocol(TTransport trans)
           
 

Constructors in org.apache.blur.thirdparty.thrift_0_9_0.protocol with parameters of type TTransport
TBinaryProtocol(TTransport trans)
          Constructor
TBinaryProtocol(TTransport trans, boolean strictRead, boolean strictWrite)
           
TCompactProtocol(TTransport transport)
          Create a TCompactProtocol.
TCompactProtocol(TTransport transport, long maxNetworkBytes)
          Create a TCompactProtocol.
TJSONProtocol(TTransport trans)
          Constructor
TSimpleJSONProtocol(TTransport trans)
          Constructor
TTupleProtocol(TTransport transport)
           
 

Uses of TTransport 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 TTransport
 void TServerEventHandler.processContext(ServerContext serverContext, TTransport inputTransport, TTransport outputTransport)
          Called when a client is about to call the processor.
 

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

Subclasses of TTransport in org.apache.blur.thirdparty.thrift_0_9_0.transport
 class AutoExpandingBufferReadTransport
          TTransport for reading from an AutoExpandingBuffer.
 class AutoExpandingBufferWriteTransport
          TTransport for writing to an AutoExpandingBuffer.
 class TFastFramedTransport
          This transport is wire compatible with TFramedTransport, but makes use of reusable, expanding read and write buffers in order to avoid allocating new byte[]s all the time.
 class TFileTransport
          FileTransport implementation of the TTransport interface.
 class TFramedTransport
          TFramedTransport is a buffered TTransport that ensures a fully read message every time by preceding messages with a 4-byte frame size.
 class THttpClient
          HTTP implementation of the TTransport interface.
 class TIOStreamTransport
          This is the most commonly used base transport.
 class TMemoryBuffer
          Memory buffer-based implementation of the TTransport interface.
 class TMemoryInputTransport
           
 class TNonblockingSocket
          Transport for use with async client.
 class TNonblockingTransport
           
 class TSaslClientTransport
          Wraps another Thrift TTransport, but performs SASL client negotiation on the call to open().
 class TSaslServerTransport
          Wraps another Thrift TTransport, but performs SASL server negotiation on the call to open().
 class TSocket
          Socket implementation of the TTransport interface.
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.transport that return TTransport
 TTransport TServerTransport.accept()
           
 TTransport TFramedTransport.getTransport()
           
 TTransport TTransportFactory.getTransport(TTransport trans)
          Return a wrapped instance of the base Transport.
 TTransport TSaslServerTransport.Factory.getTransport(TTransport base)
          Get a new TSaslServerTransport instance, or reuse the existing one if a TSaslServerTransport has already been created before using the given TTransport as an underlying transport.
 TTransport THttpClient.Factory.getTransport(TTransport trans)
           
 TTransport TFramedTransport.Factory.getTransport(TTransport base)
           
 TTransport TFastFramedTransport.Factory.getTransport(TTransport trans)
           
 

Methods in org.apache.blur.thirdparty.thrift_0_9_0.transport with parameters of type TTransport
 void AutoExpandingBufferReadTransport.fill(TTransport inTrans, int length)
           
 TTransport TTransportFactory.getTransport(TTransport trans)
          Return a wrapped instance of the base Transport.
 TTransport TSaslServerTransport.Factory.getTransport(TTransport base)
          Get a new TSaslServerTransport instance, or reuse the existing one if a TSaslServerTransport has already been created before using the given TTransport as an underlying transport.
 TTransport THttpClient.Factory.getTransport(TTransport trans)
           
 TTransport TFramedTransport.Factory.getTransport(TTransport base)
           
 TTransport TFastFramedTransport.Factory.getTransport(TTransport trans)
           
 void TFramedTransport.setTransport(TTransport transport)
           
 

Constructors in org.apache.blur.thirdparty.thrift_0_9_0.transport with parameters of type TTransport
TFastFramedTransport(TTransport underlying)
          Create a new TFastFramedTransport.
TFastFramedTransport(TTransport underlying, int initialBufferCapacity)
          Create a new TFastFramedTransport.
TFastFramedTransport(TTransport underlying, int initialBufferCapacity, int maxLength)
           
TFileProcessor(TProcessor processor, TProtocolFactory protocolFactory, TFileTransport inputTransport, TTransport outputTransport)
           
TFileProcessor(TProcessor processor, TProtocolFactory inputProtocolFactory, TProtocolFactory outputProtocolFactory, TFileTransport inputTransport, TTransport outputTransport)
           
TFramedTransport(TTransport transport)
           
TFramedTransport(TTransport transport, int maxLength)
          Constructor wraps around another transport
TSaslClientTransport(javax.security.sasl.SaslClient saslClient, TTransport transport)
          Uses the given SaslClient.
TSaslClientTransport(String mechanism, String authorizationId, String protocol, String serverName, Map<String,String> props, CallbackHandler cbh, TTransport transport)
          Creates a SaslClient using the given SASL-specific parameters.
TSaslServerTransport(String mechanism, String protocol, String serverName, Map<String,String> props, CallbackHandler cbh, TTransport transport)
          Creates a SaslServer using the given SASL-specific parameters.
TSaslServerTransport(TTransport transport)
          Uses the given underlying transport.
 

Uses of TTransport in org.apache.blur.thrift.util
 

Subclasses of TTransport in org.apache.blur.thrift.util
 class ResetableTMemoryBuffer
          Memory buffer-based implementation of the TTransport interface.
 



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