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

Method setRecvTimeout

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

Set receive timeout on the underlying TSocket.

Source from the content-addressed store, hash-verified

58
59 /// Set receive timeout on the underlying TSocket.
60 void setRecvTimeout(int32_t ms) { socket_->setRecvTimeout(ms); }
61
62 /// Set send timeout on the underlying TSocket.
63 void setSendTimeout(int32_t ms) { socket_->setSendTimeout(ms); }

Callers 3

getTransportMethod · 0.80
PeekMethod · 0.80
CreateClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected