Enum and Description |
---|
org.jppf.client.Operator
use
org.jppf.utils.Operator instead. |
Method and Description |
---|
org.jppf.node.protocol.ClassPathImpl.add(String, Location>)
the
name attribute has no clearly defined, consistent semantics. It is no longer used. |
org.jppf.node.protocol.ClassPath.add(String, Location>)
the
name attribute has no clearly definied, consistent semantics. It is no longer used.
Use add(location) instead. |
org.jppf.node.protocol.ClassPathImpl.add(String, Location>, Location>)
the
name attribute has no clearly defined, consistent semantics. It is no longer used. |
org.jppf.node.protocol.ClassPath.add(String, Location>, Location>)
the
name attribute has no clearly definied, consistent semantics. It is no longer used.
Use add(sourceLocation, remoteLocation) instead. |
org.jppf.node.protocol.ClassPathImpl.element(String)
the
name attribute has no clearly defined, consistent semantics. It is no longer used. |
org.jppf.node.protocol.ClassPath.element(String)
the
name attribute has no clearly definied, consistent semantics. It is no longer used. |
org.jppf.management.JMXDriverConnectionWrapper.getAllJobIds() |
org.jppf.management.diagnostics.HealthSnapshot.getCpuLoad()
use
getDouble(MonitoringConstants.PROCESS_CPU_LOAD) instead. |
org.jppf.management.diagnostics.HealthSnapshot.getHeapUsed()
use
getLong(MonitoringConstants.HEAP_USAGE_MB) instead. |
org.jppf.management.diagnostics.HealthSnapshot.getHeapUsedRatio()
use
getDouble(MonitoringConstants.HEAP_USAGE_RATIO) instead. |
org.jppf.management.JMXServer.getId()
use
JMXServer.getUuid() instead. |
org.jppf.client.AbstractClientConnectionPool.getJMXPoolMaxSize()
use
AbstractClientConnectionPool.getJMXPoolSize() instead. |
org.jppf.management.diagnostics.HealthSnapshot.getLiveThreads()
use
getInt(MonitoringConstants.LIVE_THREADS_COUNT) instead. |
org.jppf.node.protocol.ClassPathElementImpl.getName()
the
name attribute has no clearly defined, consistent semantics. It is no longer used. |
org.jppf.node.protocol.ClassPathElement.getName()
the
name attribute has no clearly definied, consistent semantics. It can be bypassed entirely. |
org.jppf.management.diagnostics.HealthSnapshot.getNonheapUsed()
use
getLong(MonitoringConstants.NON_HEAP_USAGE_MB) instead. |
org.jppf.management.diagnostics.HealthSnapshot.getNonheapUsedRatio()
use
getDouble(MonitoringConstants.NON_HEAP_USAGE_RATIO) instead. |
org.jppf.management.diagnostics.HealthSnapshot.getRamUsed()
use
getLong(MonitoringConstants.RAM_USAGE_MB) instead. |
org.jppf.management.diagnostics.HealthSnapshot.getRamUsedRatio()
use
getDouble(MonitoringConstants.RAM_USAGE_RATIO) instead. |
org.jppf.node.connection.JPPFDriverConnectionInfo.getRecoveryPort()
as of JPPF 6.0, the recovery mechanism uses the same port number as the main server port.
This method will return
-1 if recovery is disabled, or the value of JPPFDriverConnectionInfo.getPort() if it is enabled. |
org.jppf.node.connection.DriverConnectionInfo.getRecoveryPort()
as of JPPF 6.0, the recovery mechanism uses the same port number as the main server port.
This method will return
-1 if recovery is disabled, or the value of DriverConnectionInfo.getPort() if it is enabled. |
org.jppf.management.diagnostics.HealthSnapshot.getSystemCpuLoad()
use
getDouble(MonitoringConstants.SYSTEM_CPU_LOAD) instead. |
org.jppf.management.diagnostics.HealthSnapshot.isDeadlocked()
use
getBoolean(MonitoringConstants.DEADLOCKED) instead. |
org.jppf.node.protocol.ClassPathImpl.remove(String)
the
name attribute has no clearly defined, consistent semantics. It is no longer used. |
org.jppf.node.protocol.ClassPath.remove(String)
the
name attribute has no clearly definied, consistent semantics. It is no longer used.
Use ClassPath.remove(ClassPathElement) instead. |
org.jppf.client.AbstractClientConnectionPool.setJMXPoolMaxSize(int)
use
AbstractClientConnectionPool.setJMXPoolSize(int) instead. |
Constructor and Description |
---|
org.jppf.node.connection.JPPFDriverConnectionInfo(boolean, String, int, int)
as of JPPF 6.0, the recovery mechanism uses the same port number as the main server port.
This constructor assumes recovery is enabled if
recoveryPort > 0 , and disabled otherwise. |
Copyright © 2005-2018 JPPF Team.