MCPcopy Create free account
hub / github.com/apache/impala / setSendTimeout

Method setSendTimeout

be/src/rpc/thrift-client.h:63–63  ·  view source on GitHub ↗

Set send timeout on the underlying TSocket.

Source from the content-addressed store, hash-verified

61
62 /// Set send timeout on the underlying TSocket.
63 void setSendTimeout(int32_t ms) { socket_->setSendTimeout(ms); }
64
65 /// Set connect timeout on the underlying TSocket.
66 void setConnTimeout(int32_t ms) { socket_->setConnTimeout(ms); }

Callers 2

getTransportMethod · 0.80
CreateClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected