Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
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 |
Enumerator | |
---|---|
TSASL_INVALID | |
TSASL_START | |
TSASL_OK | |
TSASL_BAD | |
TSASL_ERROR | |
TSASL_COMPLETE |
Definition at line 36 of file TSaslTransport.h.
|
static |
Definition at line 48 of file TSaslTransport.h.
Referenced by apache::thrift::transport::TSaslTransport::receiveSaslMessage(), and apache::thrift::transport::TSaslTransport::sendSaslMessage().
|
static |
Definition at line 45 of file TSaslTransport.h.
|
static |
Definition at line 47 of file TSaslTransport.h.
Referenced by apache::thrift::transport::TSaslTransport::readLength(), apache::thrift::transport::TSaslTransport::sendSaslMessage(), and apache::thrift::transport::TSaslTransport::writeLength().
|
static |
Definition at line 46 of file TSaslTransport.h.
Referenced by apache::thrift::transport::TSaslTransport::receiveSaslMessage(), and apache::thrift::transport::TSaslTransport::sendSaslMessage().