|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Period in com.caucho.admin |
|---|
| Methods in com.caucho.admin with parameters of type Period | |
|---|---|
void |
LogService.setExpireTimeout(Period period)
Sets the length of time the log entries will be saved before being removed. |
void |
PingThread.setFreezeTimeout(Period freezeTimeout)
Deprecated. use HealthSystemHealthCheck.setFreezeTimeout |
void |
PingThread.setInitialSleepTime(Period initialSleepTime)
Deprecated. use HealthSystem.setDelay |
void |
PingThread.setRetryTime(Period retryTime)
Deprecated. use HealthSystem.setRetryPeriod |
void |
PingThread.setSleepTime(Period sleepTime)
Deprecated. use HealthSystem.setPeriod |
| Uses of Period in com.caucho.cloud.network |
|---|
| Methods in com.caucho.cloud.network with parameters of type Period | |
|---|---|
void |
NetworkServerConfig.setClusterIdleTime(Period period)
|
void |
NetworkServerConfig.setClusterSocketTimeout(Period period)
|
void |
ClusterServer.setLoadBalanceConnectTimeout(Period period)
Sets the loadBalance connection time. |
void |
ClusterServer.setLoadBalanceIdleTime(Period period)
Sets the loadBalance max-idle-time. |
void |
ClusterServer.setLoadBalanceRecoverTime(Period period)
Sets the loadBalance fail-recover-time. |
void |
ClusterServer.setLoadBalanceSocketTimeout(Period period)
Sets the loadBalance socket time. |
void |
ClusterServer.setLoadBalanceWarmupTime(Period period)
Sets the loadBalance warmup time |
| Uses of Period in com.caucho.config.types |
|---|
| Subclasses of Period in com.caucho.config.types | |
|---|---|
class |
Minutes
Type for Minute-default period. |
| Uses of Period in com.caucho.distcache |
|---|
| Methods in com.caucho.distcache with parameters of type Period | |
|---|---|
void |
AbstractCache.setAccessedExpireTimeout(Period period)
The maximum idle time for an item, which is typically used for temporary data like sessions. |
void |
AbstractCache.setAccessedExpireTimeoutWindow(Period period)
Sets the idle timeout windows |
void |
AbstractCache.setExpireTimeout(Period expireTimeout)
Backwards compat. |
void |
AbstractCache.setIdleTimeout(Period period)
|
void |
AbstractCache.setLeaseExpireTimeout(Period period)
The lease timeout is the time a server can use the local version if it owns it, before a timeout. |
void |
AbstractCache.setLeaseTimeout(Period period)
|
void |
AbstractCache.setLocalExpireTimeout(Period period)
The local read timeout sets how long a local copy of a cache item can be reused before checking with the master copy. |
void |
AbstractCache.setLocalReadTimeout(Period period)
Backwards compat. |
void |
AbstractCache.setModifiedExpireTimeout(Period expireTimeout)
The maximum valid time for a cached item before it expires. |
| Uses of Period in com.caucho.ejb |
|---|
| Methods in com.caucho.ejb with parameters of type Period | |
|---|---|
void |
EJBServer.setTransactionTimeout(Period timeout)
Sets the transaction timeout. |
| Uses of Period in com.caucho.ejb.cfg |
|---|
| Methods in com.caucho.ejb.cfg with parameters of type Period | |
|---|---|
void |
EjbBean.setTransactionTimeout(Period timeout)
Sets the transaction timeout. |
| Uses of Period in com.caucho.env.dbpool |
|---|
| Methods in com.caucho.env.dbpool with parameters of type Period | |
|---|---|
void |
ConnectionPool.setConnectionWaitTime(Period waitTime)
Sets the time to wait for connections |
| Uses of Period in com.caucho.env.deploy |
|---|
| Methods in com.caucho.env.deploy that return Period | |
|---|---|
Period |
DeployConfig.getRedeployCheckInterval()
Gets the redeploy check interval. |
| Methods in com.caucho.env.deploy with parameters of type Period | |
|---|---|
void |
ExpandDeployGenerator.setDependencyCheckInterval(Period period)
Sets the dependency check interval. |
void |
DeployController.setRedeployCheckInterval(Period period)
Sets the redeploy-check-interval |
void |
DeployConfig.setRedeployCheckInterval(Period period)
Sets the redeploy-check-interval |
| Uses of Period in com.caucho.filters |
|---|
| Methods in com.caucho.filters with parameters of type Period | |
|---|---|
void |
ExpiresFilter.setCacheTime(Period period)
|
void |
AnonymousExpiresFilter.setCacheTime(Period period)
Sets the file cache time. |
void |
ThrottleFilter.setDelay(Period period)
|
void |
ThrottleFilter.setTimeout(Period period)
|
| Uses of Period in com.caucho.health |
|---|
| Methods in com.caucho.health with parameters of type Period | |
|---|---|
void |
HealthSystem.setDelay(Period delay)
Set the time after startup before actions are triggered |
void |
HealthSystem.setPeriod(Period period)
Sets the time between checks |
void |
HealthSystem.setRecheckPeriod(Period recheckPeriod)
Sets the time between rechecks |
void |
HealthSystem.setStartupDelay(Period delay)
Set the time after startup before actions are triggered |
| Uses of Period in com.caucho.health.action |
|---|
| Methods in com.caucho.health.action with parameters of type Period | |
|---|---|
void |
StartProfiler.setActiveTime(Period activeTime)
|
void |
Snapshot.setPeriod(Period period)
specifies look back period of time. |
void |
PdfReport.setPeriod(Period period)
specifies look back period of time. |
void |
PdfReport.setProfileTick(Period period)
Set the length of time for the cpu profile tick |
void |
PdfReport.setProfileTime(Period period)
Set the length of time for the report snapshot cpu profile |
void |
StartProfiler.setSamplingRate(Period samplingRate)
|
void |
SetLogLevel.setTime(Period time)
|
void |
ExecCommand.setTimeout(Period timeout)
Set the timeout on execution of the command, after which it will be killed |
void |
FailSafeRestart.setTimeout(Period timeout)
Time to force a restart if one has not yet occurred |
| Uses of Period in com.caucho.health.check |
|---|
| Methods in com.caucho.health.check with parameters of type Period | |
|---|---|
void |
HealthSystemHealthCheck.setFreezeTimeout(Period freezeTimeout)
Set the max time for no health checks to occur to determine the health system is frozen (default 15 minutes) |
void |
HttpStatusHealthCheck.setSocketTimeout(Period period)
Sets the socket connection timeout (default 10 seconds) |
void |
HealthSystemHealthCheck.setThreadCheckPeriod(Period threadCheckPeriod)
Set the polling frequency of the independent thread (default 1 minute) |
void |
LicenseHealthCheck.setWarningPeriod(Period period)
Set license check warning period (default 30D) |
| Uses of Period in com.caucho.health.meter |
|---|
| Methods in com.caucho.health.meter with parameters of type Period | |
|---|---|
void |
MeterGraphPage.setPeriod(Period period)
|
| Uses of Period in com.caucho.health.predicate |
|---|
| Methods in com.caucho.health.predicate with parameters of type Period | |
|---|---|
void |
IfUptime.setAfter(Period period)
|
void |
IfNotRecent.setTime(Period time)
The time before the action can execute again. |
void |
IfHealthStatus.setTime(Period recheckTime)
|
| Uses of Period in com.caucho.hemp.services |
|---|
| Methods in com.caucho.hemp.services with parameters of type Period | |
|---|---|
void |
BamMailService.setDelayTime(Period period)
Sets the delay time, i.e. |
| Uses of Period in com.caucho.jca.cfg |
|---|
| Methods in com.caucho.jca.cfg with parameters of type Period | |
|---|---|
void |
ConnectionFactoryConfig.setMaxActiveTime(Period period)
|
| Uses of Period in com.caucho.jms.jdbc |
|---|
| Methods in com.caucho.jms.jdbc with parameters of type Period | |
|---|---|
void |
JdbcManager.setPollInterval(Period pollInterval)
Sets the poll interval for destinations that have a listener, default is to do no polling. |
void |
JdbcManager.setPurgeInterval(Period period)
Sets the purge interval. |
| Uses of Period in com.caucho.jms.queue |
|---|
| Methods in com.caucho.jms.queue with parameters of type Period | |
|---|---|
void |
PollingTopic.setPollPeriod(Period period)
|
void |
PollingQueue.setPollPeriod(Period period)
|
| Uses of Period in com.caucho.jsp |
|---|
| Methods in com.caucho.jsp with parameters of type Period | |
|---|---|
void |
JspPrecompileListener.setTimeout(Period timeout)
Set the time to wait for compilation to complete |
| Uses of Period in com.caucho.jsp.cfg |
|---|
| Methods in com.caucho.jsp.cfg with parameters of type Period | |
|---|---|
void |
JspPropertyGroup.setDependencyCheckInterval(Period period)
Sets the dependency check interval. |
| Uses of Period in com.caucho.loader |
|---|
| Methods in com.caucho.loader with parameters of type Period | |
|---|---|
void |
DependencyCheckInterval.setValue(Period period)
Sets the interval. |
| Uses of Period in com.caucho.log |
|---|
| Methods in com.caucho.log with parameters of type Period | |
|---|---|
void |
MailHandler.setDelayTime(Period period)
Sets the delay time, i.e. |
void |
MailHandler.setMailIntervalMin(Period period)
Sets the delay time, i.e. |
void |
RotateLog.setRolloverPeriod(Period period)
Sets the rollover period. |
void |
LogHandlerConfig.setRolloverPeriod(Period rolloverPeriod)
Sets the rollover-period |
void |
PathHandler.setRolloverPeriod(Period rolloverPeriod)
Sets the rollover-period |
void |
ErrorLog.setRolloverPeriod(Period period)
Sets the rotate period (compat). |
void |
AbstractRolloverLog.setRolloverPeriod(Period period)
Sets the log rollover period, rounded up to the nearest hour. |
| Uses of Period in com.caucho.network.listen |
|---|
| Methods in com.caucho.network.listen with parameters of type Period | |
|---|---|
void |
TcpSocketLinkListener.setAcceptThreadIdleTimeout(Period timeout)
Sets the minimum spare idle timeout. |
void |
TcpSocketLinkListener.setKeepaliveConnectionTimeMax(Period period)
Sets the keepalive max. |
void |
TcpSocketLinkListener.setKeepaliveSelectThreadTimeout(Period period)
|
void |
TcpSocketLinkListener.setKeepaliveThreadTimeout(Period period)
|
void |
TcpSocketLinkListener.setKeepaliveTimeout(Period period)
|
void |
TcpSocketLinkListener.setRequestTimeout(Period period)
|
void |
TcpSocketLinkListener.setSocketTimeout(Period period)
Sets the read/write timeout for the accepted sockets. |
void |
TcpSocketLinkListener.setSuspendReaperTimeout(Period period)
|
void |
TcpSocketLinkListener.setSuspendTimeMax(Period period)
|
| Uses of Period in com.caucho.resources |
|---|
| Methods in com.caucho.resources with parameters of type Period | |
|---|---|
void |
ScheduledTask.setDelay(Period delay)
Sets the delay |
void |
ScheduledTaskConfig.setDelay(Period delay)
Deprecated. Sets the delay |
void |
ScheduledTask.setPeriod(Period period)
Sets the period |
void |
ScheduledTaskConfig.setPeriod(Period period)
Deprecated. Sets the period |
| Uses of Period in com.caucho.rewrite |
|---|
| Methods in com.caucho.rewrite with parameters of type Period | |
|---|---|
void |
FastCgiProxy.setFailRecoverTime(Period period)
Sets the timeout to recover from a failed connection to the backend. |
void |
HttpProxy.setFailRecoverTime(Period period)
Sets the timeout to recover from a failed connection to the backend. |
| Uses of Period in com.caucho.security |
|---|
| Methods in com.caucho.security with parameters of type Period | |
|---|---|
void |
DatabaseAuthenticator.setCookieMaxAge(Period cookieMaxAge)
Sets the max age for a login cookie. |
| Uses of Period in com.caucho.server.admin |
|---|
| Methods in com.caucho.server.admin with parameters of type Period | |
|---|---|
void |
ProStatSystem.setSamplePeriod(Period period)
Sets the sample period |
void |
StatSystem.setSamplePeriod(Period period)
|
| Uses of Period in com.caucho.server.cluster |
|---|
| Methods in com.caucho.server.cluster with parameters of type Period | |
|---|---|
void |
ServletContainerConfig.setShutdownWaitMax(Period waitTime)
Sets the max wait time for shutdown. |
void |
Server.setShutdownWaitMax(Period waitTime)
Sets the max wait time for shutdown. |
void |
ServerConfig.setShutdownWaitMax(Period waitTime)
Sets the max wait time for shutdown. |
void |
ServletContainerConfig.setThreadIdleTimeout(Period timeout)
|
| Uses of Period in com.caucho.server.dispatch |
|---|
| Methods in com.caucho.server.dispatch with parameters of type Period | |
|---|---|
void |
RunAt.setPeriod(Period period)
Sets the period |
| Uses of Period in com.caucho.server.distcache |
|---|
| Methods in com.caucho.server.distcache with parameters of type Period | |
|---|---|
void |
PersistentStoreConfig.setMaxIdleTime(Period period)
|
| Uses of Period in com.caucho.server.log |
|---|
| Methods in com.caucho.server.log with parameters of type Period | |
|---|---|
void |
AccessLog.setAutoFlushTime(Period period)
Sets the autoFlushTime |
void |
AccessLog.setRolloverCheckTime(Period period)
Sets how often the log rollover will be checked. |
void |
AccessLog.setRolloverPeriod(Period period)
Sets the log rollover period, rounded up to the nearest hour. |
| Uses of Period in com.caucho.server.resin |
|---|
| Methods in com.caucho.server.resin with parameters of type Period | |
|---|---|
void |
ResinConfig.setShutdownWaitMax(Period shutdownWaitMax)
Sets the shutdown time |
| Uses of Period in com.caucho.server.rewrite |
|---|
| Methods in com.caucho.server.rewrite with parameters of type Period | |
|---|---|
void |
ImportRule.setDependencyCheckInterval(Period dependencyCheckInterval)
|
| Uses of Period in com.caucho.server.session |
|---|
| Methods in com.caucho.server.session with parameters of type Period | |
|---|---|
void |
SessionManager.setCookieMaxAge(Period maxAge)
Sets the max-age of the session cookie. |
| Uses of Period in com.caucho.server.webapp |
|---|
| Methods in com.caucho.server.webapp with parameters of type Period | |
|---|---|
void |
WebApp.setActiveWaitTime(Period wait)
Sets the delay time waiting for a restart |
void |
CacheMapping.setExpires(Period period)
Sets the period |
void |
WebApp.setIdleTime(Period idle)
Sets the delay time waiting for requests to end. |
void |
CacheMapping.setMaxAge(Period period)
Sets the period |
void |
WebApp.setShutdownWaitMax(Period wait)
Sets the delay time waiting for requests to end. |
void |
CacheMapping.setSMaxAge(Period period)
Sets the period |
| Uses of Period in com.caucho.servlets |
|---|
| Methods in com.caucho.servlets with parameters of type Period | |
|---|---|
void |
HttpProxyServlet.setFailRecoverTime(Period period)
Sets the fail recover time. |
void |
FastCGIServlet.setFailRecoverTime(Period period)
Sets the fail recover time. |
void |
TcpPool.setFailRecoverTime(Period period)
Sets the fail recover time. |
void |
FastCGIServlet.setKeepaliveTimeout(Period period)
Sets the keepalive timeout. |
void |
FastCGIServlet.setReadTimeout(Period timeout)
Sets the socket timeout. |
| Uses of Period in com.caucho.sql |
|---|
| Methods in com.caucho.sql with parameters of type Period | |
|---|---|
void |
DBPoolImpl.setConnectionWaitTime(Period waitTime)
Sets the time to wait for a connection when all are used. |
void |
DBPool.setConnectionWaitTime(Period waitTime)
Sets the time to wait for a connection when all are used. |
void |
DBPoolImpl.setMaxActiveTime(Period maxActiveTime)
Set the time in milliseconds a connection can remain active. |
void |
DBPool.setMaxActiveTime(Period maxActiveTime)
Set the time in milliseconds a connection can remain active. |
void |
DBPoolImpl.setMaxIdleTime(Period idleTime)
Set the time in milliseconds a connection will remain in the pool before being closed. |
void |
DBPool.setMaxIdleTime(Period idleTime)
Set the time in milliseconds a connection will remain in the pool before being closed. |
void |
DBPoolImpl.setMaxPoolTime(Period maxPoolTime)
Set the time in milliseconds a connection will remain in the pool before being closed. |
void |
DBPool.setMaxPoolTime(Period maxPoolTime)
Set the time in milliseconds a connection will remain in the pool before being closed. |
void |
DBPoolImpl.setPingInterval(Period interval)
Sets the time to ping for ping-on-idle |
void |
DBPool.setPingInterval(Period interval)
Sets the time to ping for ping-on-idle |
void |
DBPoolImpl.setTransactionTimeout(Period period)
Sets the transaction timeout. |
void |
DBPool.setTransactionTimeout(Period period)
Sets the transaction timeout. |
| Uses of Period in com.caucho.transaction |
|---|
| Methods in com.caucho.transaction with parameters of type Period | |
|---|---|
void |
TransactionManagerImpl.setTimeout(Period timeout)
Sets the timeout. |
| Uses of Period in com.caucho.vfs |
|---|
| Methods in com.caucho.vfs with parameters of type Period | |
|---|---|
void |
OpenSSLFactory.setSessionCacheTimeout(Period period)
Sets the session cache timeout |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||