Removed item | Replacement |
float.nextafter | float.nextAfter |
decimal.nextafter | decimal.nextAfter |
dictionary.getDefault | dictionary.getOr |
aggregate prior | aggregate nth |
HttpTransport.CONFIG_TLS_ACCEPCT_UNRECOGNIZED_CERTS | HttpTransport.CONFIG_TLS_ACCEPT_UNRECOGNIZED_CERTS |
correlator --period | correlator --frequency |
correlator -Xconfig or correlator --configFile | correlator --config |
engine_receive -Xconfig or engine_receive --configFile | No replacement. |
Component.getComponentLogicalId | Component.getComponentPhysicalId |
engine_connect --persistent | No replacement, all connections are persistent now. |
ADBC: Discovery.findAvailableServers | Discovery.findAvailableDataSources |
ADBC: Discovery.findAvailableServersFull | Discovery.findAvailableDataSourcesFull |
ADBC: Discovery.reopen | Discovery.reopenWithAck |
ADBC: Discovery.getQueryResultToken | No replacement. |
ADBC: Discovery.setRunUntilTime | No replacement. |
ADBC: Discovery.getBatchDoneToken | No replacement. |
ADBC: DBUtil.handleStatus | No replacement. |
ADBC: DBReconnectPolicy.RECONNECT and DBReconnectPolicy.RECONNECT_AND_CLEAR_REQUEST_QUEUE | DO_NOT_RECONNECT or RECONNECT_AND_RETRY_LAST_REQUEST |
ADBC: DBUtil.subscribeConnectionStatus | DBUtil.subscribeStatus |
C++ and Java connectivity APIs: MapHelper | MapExtractor |
C++ EPL plug-in: CorrelatorInterface::sendEvent | CorrelatorInterface::sendEventTo To replicate sendEvent, call sendEventTo with the empty string for the channel. |
Java EPL plug-in: Correlator.enqueue and Correlator.enqueueTo | Correlator.sendTo To replicate enqueue, call sendTo with the empty string for the channel. sendTo is a direct compatible replacement for enqueueTo. |
Chain.createChain | Chain.createDynamicChain To replace createChain with createDynamicChain, pass the empty string as the new final argument. |
PySys: CorrelatorHelper.waitForCorrelatorUp and IAFHelper.waitForIAFUp | waitForComponentUp This is available on the base class for all helper objects. |
apama-macros.xml Ant script: parallel attribute for the engine-management and iaf-management macros | No replacement. |
apama-macros.xml Ant script: engine-inject-filelistid macro | inject-project-init-list |