Package org.apache.iotdb.rpc
Interface TimeoutChangeableTransport
-
- All Known Implementing Classes:
TimeoutChangeableTFastFramedTransport,TimeoutChangeableTSnappyFramedTransport
public interface TimeoutChangeableTransport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTimeOut()voidsetTimeout(int timeout)
-
-
-
Method Detail
-
setTimeout
void setTimeout(int timeout)
-
getTimeOut
int getTimeOut() throws SocketException- Throws:
SocketException
-
-