Home
last modified time | relevance | path

Searched defs:maxIdleTime (Results 1 – 25 of 43) sorted by relevance

12

/dports/textproc/nux/nux/src/nux/xom/pool/
H A DPoolConfig.java61 private long maxIdleTime = DEFAULT_MAX_IDLE_TIME; field in PoolConfig
216 public PoolConfig setMaxIdleTime(long maxIdleTime) { in setMaxIdleTime()
H A DPool.java96 private final long maxIdleTime; // copied from config field in Pool
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/util/
H A DConnectionCache.java70 final int cleanInterval, final int maxIdleTime) throws IOException { in ConnectionCache()
218 synchronized boolean timedOut(int maxIdleTime) { in timedOut()
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DServerCore.cxx41 rfb::IntParameter rfb::Server::maxIdleTime member in rfb::Server
H A DServerCore.h38 static IntParameter maxIdleTime; variable
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DServerCore.h38 static IntParameter maxIdleTime; variable
H A DServerCore.cxx41 rfb::IntParameter rfb::Server::maxIdleTime member in rfb::Server
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/thrift/
H A DThriftHttpCLIService.java116 int maxIdleTime = (int) hiveConf.getTimeVar(ConfVars.HIVE_SERVER2_THRIFT_HTTP_MAX_IDLE_TIME, in run() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DServicePoint.cs47 int maxIdleTime; field in System.Net.ServicePoint
67 internal ServicePoint (Uri uri, int connectionLimit, int maxIdleTime) in ServicePoint()
H A DWebConnectionGroup.cs179 internal bool TryRecycle (TimeSpan maxIdleTime, ref DateTime idleSince) in TryRecycle()
/dports/devel/hadoop2/jetty-6.1.14/modules/management/src/main/resources/org/mortbay/jetty/management/
H A DConnector-mbean.properties12 maxIdleTime: Maximum time in ms that a connection can be idle before being closed key
/dports/devel/hadoop/jetty-6.1.14/modules/management/src/main/resources/org/mortbay/jetty/management/
H A DConnector-mbean.properties12 maxIdleTime: Maximum time in ms that a connection can be idle before being closed key
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/
H A DSimpleHttpConnectionManager.java271 long maxIdleTime = System.currentTimeMillis() - idleTimeout; in closeIdleConnections() local
/dports/databases/hbase/hbase-1.2.1/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/
H A DRESTServlet.java96 int maxIdleTime = conf.getInt(MAX_IDLETIME, 10 * 60 * 1000); in RESTServlet() local
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DAbstractConnector.java199 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime()
217 public void setLowResourceMaxIdleTime(int maxIdleTime) in setLowResourceMaxIdleTime()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DAbstractConnector.java199 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime()
217 public void setLowResourceMaxIdleTime(int maxIdleTime) in setLowResourceMaxIdleTime()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/ipc/
H A DClient.java219 private int maxIdleTime; //connections will be culled if it was idle for field in Client.Connection
1264 private int maxIdleTime; //connections will be culled if it was idle for field in Client.ConnectionId
1273 String serverPrincipal, int maxIdleTime, in ConnectionId()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/nio/
H A DSelectChannelConnector.java238 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/nio/
H A DSelectChannelConnector.java238 public void setMaxIdleTime(int maxIdleTime) in setMaxIdleTime()
/dports/devel/folly/folly-2021.12.27.00/folly/executors/
H A DThreadPoolExecutor.h121 std::chrono::nanoseconds maxIdleTime; member
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/util/manager/
H A Dwatch_based_manager.go165 maxIdleTime time.Duration member
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/io/nio/
H A DSelectorManager.java59 public void setMaxIdleTime(long maxIdleTime) in setMaxIdleTime()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/io/nio/
H A DSelectorManager.java59 public void setMaxIdleTime(long maxIdleTime) in setMaxIdleTime()
/dports/devel/hadoop2/jetty-6.1.14/extras/ajp/src/main/java/org/mortbay/jetty/ajp/
H A DAjp13Parser.java792 public Input(Ajp13Parser parser, long maxIdleTime) in Input()
/dports/devel/hadoop/jetty-6.1.14/extras/ajp/src/main/java/org/mortbay/jetty/ajp/
H A DAjp13Parser.java792 public Input(Ajp13Parser parser, long maxIdleTime) in Input()

12