Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TSaslTransport.h File Reference
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <thrift/transport/TTransport.h>
#include <thrift/transport/TVirtualTransport.h>
#include <thrift/transport/TBufferTransports.h>
#include "transport/TSasl.h"
Include dependency graph for TSaslTransport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apache::thrift::transport::TSaslTransport
 

Namespaces

 apache
 
 apache::thrift
 
 apache::thrift::transport
 

Enumerations

enum  apache::thrift::transport::NegotiationStatus {
  apache::thrift::transport::TSASL_INVALID = -1, apache::thrift::transport::TSASL_START = 1, apache::thrift::transport::TSASL_OK = 2, apache::thrift::transport::TSASL_BAD = 3,
  apache::thrift::transport::TSASL_ERROR = 4, apache::thrift::transport::TSASL_COMPLETE = 5
}
 

Variables

static const int apache::thrift::transport::MECHANISM_NAME_BYTES = 1
 
static const int apache::thrift::transport::STATUS_BYTES = 1
 
static const int apache::thrift::transport::PAYLOAD_LENGTH_BYTES = 4
 
static const int apache::thrift::transport::HEADER_LENGTH = STATUS_BYTES + PAYLOAD_LENGTH_BYTES