Searched refs:rpcServerTimeout (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java129 private long rpcServerTimeout = 0L; field in class:EnvironmentConfig
2626 @param rpcServerTimeout
2639 final long rpcServerTimeout) {
2642 this.rpcServerTimeout = rpcServerTimeout;
3830 rpcServerTimeout != oldConfig.rpcServerTimeout)
3832 rpcClientTimeout, rpcServerTimeout, 0);
4230 rpcServerTimeout = 0;
2637 setRPCServer(final String rpcServer, final long rpcClientTimeout, final long rpcServerTimeout) argument

Completed in 63 milliseconds