Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Interface class for receiving connection creation / termination events. More...
#include <thrift-server.h>
Public Member Functions | |
virtual void | ConnectionStart (const ConnectionContext &connection_context)=0 |
Called when a connection is established (when a client connects). More... | |
virtual void | ConnectionEnd (const ConnectionContext &connection_context)=0 |
Interface class for receiving connection creation / termination events.
Definition at line 53 of file thrift-server.h.
|
pure virtual |
Called when a connection is terminated (when a client closes the connection). After this callback returns, the memory connection_context references is no longer valid and clients must not refer to it again.
Implemented in impala::ImpalaServer.
|
pure virtual |
Called when a connection is established (when a client connects).
Implemented in impala::ImpalaServer.