Deprecated API


Contents
Deprecated Interfaces
com.neeve.aep.IAepCentralMessageHandler
          This interface has been replaced with IAepPredispatchMessageHandler which should be used instead. 
 

Deprecated Classes
com.neeve.pkt.PktIOBuffer
          Since 1.9. Use IOBuffer instead. 
 

Deprecated Enums
com.neeve.aep.AepEngine.MessageSendPolicy
           
 

Deprecated Fields
com.neeve.util.UtlBuffer.PROP_BUFFERMANAGEMENT_USENATIVE
          Use UtlConstants.BUFFERMANAGEMENT_USENATIVE_PROPNAME instead. 
com.neeve.util.UtlBuffer.PROP_BUFFERMANAGEMENT_USENATIVE_DEFAULT
          Use UtlConstants.BUFFERMANAGEMENT_USENATIVE_DEFAULT instead. 
com.neeve.util.UtlBuffer.PROP_BUFFERMANAGEMENT_USEUNSAFE
          Use UtlConstants.BUFFERMANAGEMENT_USEUNSAFE_PROPNAME instead. 
com.neeve.util.UtlBuffer.PROP_BUFFERMANAGEMENT_USEUNSAFE_DEFAULT
          Use UtlConstants.BUFFERMANAGEMENT_USEUNSAFE_DEFAULT instead. 
com.neeve.util.UtlTime.PROP_TIME_FORMAT
          Use UtlConstants.TIME_FORMAT_PROPNAME instead. 
com.neeve.util.UtlTime.PROP_TIME_FORMAT_DEFAULT
          Use UtlConstants.TIME_FORMAT_DEFAULT instead. 
com.neeve.util.UtlTime.PROP_TIME_TIMEZONEFORMAT
          Use UtlConstants.TIME_TIMEZONEFORMAT_PROPNAME instead. 
com.neeve.util.UtlTime.PROP_TIME_TIMEZONEFORMAT_DEFAULT
          Use UtlConstants.TIME_TIMEZONEFORMAT_DEFAULT instead. 
com.neeve.util.UtlTime.PROP_TIME_USEEPOCHOFFSET
          Use UtlConstants.TIME_USEEPOCHOFFSET_PROPNAME instead. 
com.neeve.util.UtlTime.PROP_TIME_USENATIVE
          Use UtlConstants.TIME_USENATIVE_PROPNAME instead. 
com.neeve.util.UtlTime.PROP_TIME_USENATIVE_DEFAULT
          Use UtlConstants.TIME_USENATIVE_DEFAULT instead. 
com.neeve.solace.SolaceBindingProperties.SENDER_CPU_AFFINITY_MASK_DEFAULT
          use instead 
com.neeve.solace.SolaceBindingProperties.SENDER_CPU_AFFINITY_MASK_PROPNAME
          use instead 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_ENABLE_DEFAULT
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_ENABLE_PROP
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_DEFAULT
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_INCLUDE_SERIES_DATAPOINTS_PROP
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_INCLUDE_SERIES_DEFAULT
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_INCLUDE_SERIES_PROP
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_INTERVAL_DEFAULT
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_INTERVAL_PROP
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_DEFAULT
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_MAX_TRACKABLE_SERIES_VALUE_PROP
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_POOL_DEPLETION_THRESHOLD_DEFAULT
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
com.neeve.server.controller.SrvControllerConstants.SERVER_STATS_POOL_DEPLETION_THRESHOLD_PROP
          Preferred way to enable server stats is via SrvConfigDescriptor or DDL. 
 

Deprecated Methods
com.neeve.server.mon.SrvMonAppEngineStats.clearCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.ISrvMonAppEngineStats.clearCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.SrvMonAppInfo.clearJarVersion()
          - No Reason Given 
com.neeve.server.mon.ISrvMonAppInfo.clearJarVersion()
          - No Reason Given 
com.neeve.config.VMConfigurer.configure(File, UtlStr.ISubstResolver)
          use configure(File, PropertySource) 
com.neeve.config.VMConfigurer.configure(InputStream, UtlStr.ISubstResolver)
          use configure(File, PropertySource) 
com.neeve.lang.XString.copyFrom(char[])
          Use XString.setValue(char[]) instead. 
com.neeve.lang.XString.copyFrom(XString)
          Use XString.setValue(XString) instead. 
com.neeve.lang.XString.copyFromMemory(long, int)
          Use XString.setValueFromMemory(long, int) instead 
com.neeve.lang.XString.copyFromNative(long, int)
          Use XString.setValueFromMemory(long, int) instead 
com.neeve.pkt.PktIOBuffer.create(int, boolean)
          Since 1.9. Use IOBuffer instead. 
com.neeve.pkt.PktBuffer.create(PktSerializable, int, boolean)
          This method has been deprecated in favor of IOElasticBuffer.create(Sizer, int, boolean) 
com.neeve.pkt.PktIOBuffer.createNative(int)
          Since 1.9. Use IOBuffer instead. 
com.neeve.tools.AdmCodeGenerator.generate(File, File, File, AdmEncodingType, AdmEncodingType, boolean, String, boolean, String, Map, String, boolean)
          Please use AdmCodeGenerator.generate() instead. 
com.neeve.tools.AdmCodeGenerator.generate(URL, File, File, AdmEncodingType, AdmEncodingType, boolean, String, boolean, String, Map, String, boolean)
          Please use AdmCodeGenerator.generate() instead. 
com.neeve.aep.IAepEngineStats.getCommitTransactionLatencies()
          use IAepEngineStats.getCommitTransitionLatencies() 
com.neeve.server.mon.SrvMonAppEngineStats.getCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.ISrvMonAppEngineStats.getCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.SrvMonAppEngineStats.getCommitTransactionLatenciesFieldId()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.SrvMonAppEngineStats.getCommitTransactionLatenciesTo(SrvMonIntSeries)
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.ISrvMonAppEngineStats.getCommitTransactionLatenciesTo(SrvMonIntSeries)
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.ods.StoreDescriptor.getDiscoveryDescriptor()
          Discovery descriptor configuration has been moved to the store replicator configuration. Use StoreDescriptor.setReplicator(java.lang.String) to enable and set clustering/replication configuration including setting the cluster discovery descriptor 
com.neeve.rog.log.RogLogReader.Transaction.getEntries(boolean)
          Since 3.4 - Sorting transaction log entries is no longer supported. 
com.neeve.server.mon.SrvMonAppInfo.getJarVersion()
          - No Reason Given 
com.neeve.server.mon.ISrvMonAppInfo.getJarVersion()
          - No Reason Given 
com.neeve.server.mon.SrvMonAppInfo.getJarVersionField()
          - No Reason Given 
com.neeve.server.mon.SrvMonAppInfo.getJarVersionFieldId()
          - No Reason Given 
com.neeve.aep.AepEngineDescriptor.getMessageSendPolicy()
          The message send policy has been deprecated. This method will always return AepEngine.MessageSendPolicy.ReplicateBeforeSend 
com.neeve.sma.RawMessageViewImpl.getPostProcessingTs()
           
com.neeve.sma.MessageView.getPostProcessingTs()
          use MessageView.getPostProcessingTsMicros() instead. 
com.neeve.aep.IAepEngineStats.getSendCommitLatencies()
           
com.neeve.aep.IAepEngineStats.getStoreCommitLatencies()
           
com.neeve.aep.IAepEngineStats.getStoreStats()
           
com.neeve.util.UtlProps.getValue(String)
          Use UtlEnv.getValue(String) instead. 
com.neeve.util.UtlProps.getValue(String, boolean)
          Use UtlEnv.getValue(String, boolean) instead. 
com.neeve.util.UtlProps.getValue(String, double)
          Use UtlEnv.getValue(String, double) instead. 
com.neeve.util.UtlProps.getValue(String, String)
          Use UtlEnv#getValue(String, String) instead. 
com.neeve.server.mon.SrvMonAppEngineStats.hasCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.ISrvMonAppEngineStats.hasCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.SrvMonAppInfo.hasJarVersion()
          - No Reason Given 
com.neeve.server.mon.ISrvMonAppInfo.hasJarVersion()
          - No Reason Given 
com.neeve.ods.IStoreCommitEvent.isEndOfCommit()
          Use IStoreCommitEvent.isCommitEnd() instead} 
com.neeve.util.UtlTime.isEpochOffset()
          Use UtlTime.isEpochOffsetTimeEnabled() 
com.neeve.server.mon.SrvMonAppEngineStats.lendCommitTransactionLatencies(SrvMonIntSeries)
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.ISrvMonAppEngineStats.lendCommitTransactionLatencies(SrvMonIntSeries)
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.aep.AepEngine.multiplexMessage(IRogMessage)
          This method is deprecated by AepEngine.injectMessage(IRogMessage) 
com.neeve.aep.AepEngine.multiplexMessage(IRogMessage, boolean)
          This method is deprecated by AepEngine.injectMessage(IRogMessage, boolean) 
com.neeve.lang.XString.XStringFactory.newFactory(String, int, boolean, int, boolean, boolean)
          XStrings don't support pooling or preallocation. Use XPooledString instead 
com.neeve.event.IEventMultiplexer.onEvent(Event, int)
           
com.neeve.event.EventMultiplexer.onEvent(Event, int)
           
com.neeve.aep.AepEngine.setCentralMessageHandler(IAepPredispatchMessageHandler)
          use AepEngine.setPredispatchMessageHandler(IAepPredispatchMessageHandler) instead 
com.neeve.server.mon.SrvMonAppEngineStats.setCommitTransactionLatencies(SrvMonIntSeries)
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.ISrvMonAppEngineStats.setCommitTransactionLatencies(SrvMonIntSeries)
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.ods.StoreDescriptor.setDiscoveryDescriptor(String)
          Discovery descriptor configuration has been moved to the store replicator configuration. Use StoreDescriptor.setReplicator(java.lang.String) to enable and set clustering/replication configuration including setting the cluster discovery descriptor 
com.neeve.server.mon.SrvMonAppInfo.setJarVersion(int)
          - No Reason Given 
com.neeve.server.mon.ISrvMonAppInfo.setJarVersion(int)
          - No Reason Given 
com.neeve.server.mon.SrvMonAppInfo.setJarVersionFrom(XbufVariableIntField)
          - No Reason Given 
com.neeve.aep.AepEngineDescriptor.setMessageSendPolicy(AepEngine.MessageSendPolicy)
          The message send policy has been deprecated. This method is a noop. AEP engines will always function with ReplicateBeforeSend 
com.neeve.sma.RawMessageViewImpl.setOutTs(long)
           
com.neeve.sma.MessageView.setOutTs(long)
          Use MessageView.setOutTsMicros(long) instead 
com.neeve.sma.RawMessageViewImpl.setPostProcessingTs(long)
           
com.neeve.sma.MessageView.setPostProcessingTs(long)
          use MessageView.setPostProcessingTsMicros(long) instead. 
com.neeve.trace.Tracer.setPrefix(String)
          Trace prefix functionality is no longer supported for performance reasons. 
com.neeve.sma.RawMessageViewImpl.setPreProcessingTs(long)
           
com.neeve.sma.MessageView.setPreProcessingTs(long)
          To prevent loss of timestamp precision use MessageView.setPreProcessingTsMicros(long) instead. 
com.neeve.aep.AepEngine.start(Map>)
          This method has been deprecated. Startup expectations should be set in the engine's descriptor rather than supplied to this start method

 
com.neeve.server.mon.SrvMonAppEngineStats.takeCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
com.neeve.server.mon.ISrvMonAppEngineStats.takeCommitTransactionLatencies()
          - This field should not be used (it was a meant to be commitTransitionLatencies which should be used instead). 
 



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.