Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
apache::thrift::transport Namespace Reference

Classes

class  TSaslClientTransport
 
class  TSaslServerTransport
 
class  TSaslTransport
 

Enumerations

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

Variables

static const int MECHANISM_NAME_BYTES = 1
 
static const int STATUS_BYTES = 1
 
static const int PAYLOAD_LENGTH_BYTES = 4
 
static const int HEADER_LENGTH = STATUS_BYTES + PAYLOAD_LENGTH_BYTES
 

Enumeration Type Documentation

Enumerator
TSASL_INVALID 
TSASL_START 
TSASL_OK 
TSASL_BAD 
TSASL_ERROR 
TSASL_COMPLETE 

Definition at line 36 of file TSaslTransport.h.

Variable Documentation

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

Definition at line 45 of file TSaslTransport.h.

const int apache::thrift::transport::STATUS_BYTES = 1
static