Deprecated API


Contents
Deprecated Classes
com.hazelcast.management.request.GetLogsRequest
           
com.hazelcast.management.request.GetSystemWarningsRequest
           
 

Deprecated Fields
com.hazelcast.hibernate.CacheEnvironment.CONFIG_FILE_PATH_LEGACY
           
 

Deprecated Methods
com.hazelcast.client.config.ClientConfig.addAddress(String...)
           
com.hazelcast.client.config.ClientConfig.addNearCacheConfig(String, NearCacheConfig)
           
com.hazelcast.core.AsyncAtomicReference.asyncSetAndGet(E)
          will be removed from Hazelcast 3.4 since it doesn't really serve a purpose. 
com.hazelcast.client.config.ClientConfig.getAddresses()
           
com.hazelcast.jca.ResourceAdapterImpl.getConfigLocation()
           
com.hazelcast.client.config.ClientConfig.getConnectionAttemptLimit()
           
com.hazelcast.client.config.ClientConfig.getConnectionAttemptPeriod()
           
com.hazelcast.client.config.ClientConfig.getConnectionTimeout()
           
com.hazelcast.core.HazelcastInstance.getDistributedObject(String, Object)
          use HazelcastInstance.getDistributedObject(String, String) instead. 
com.hazelcast.instance.HazelcastInstanceImpl.getDistributedObject(String, Object)
           
com.hazelcast.client.impl.HazelcastClientInstanceImpl.getDistributedObject(String, Object)
           
com.hazelcast.client.impl.HazelcastClientProxy.getDistributedObject(String, Object)
           
com.hazelcast.jca.HazelcastConnectionImpl.getDistributedObject(String, Object)
           
com.hazelcast.core.DistributedObject.getId()
          use DistributedObject.getName() instead 
com.hazelcast.spi.AbstractDistributedObject.getId()
           
com.hazelcast.client.spi.ClientProxy.getId()
           
com.hazelcast.core.Member.getInetSocketAddress()
          use Member.getSocketAddress() instead 
com.hazelcast.core.ILock.getKey()
          use DistributedObject.getName() instead. 
com.hazelcast.concurrent.lock.LockProxy.getKey()
           
com.hazelcast.client.proxy.ClientLockProxy.getKey()
           
com.hazelcast.core.HazelcastInstance.getLock(Object)
          will be removed in Hazelcast 3.2. Use HazelcastInstance.getLock(String) instead. 
com.hazelcast.instance.HazelcastInstanceImpl.getLock(Object)
           
com.hazelcast.client.impl.HazelcastClientInstanceImpl.getLock(Object)
           
com.hazelcast.jca.HazelcastConnectionImpl.getLock(Object)
           
com.hazelcast.instance.NodeExtension.getNativeDataStorage()
            
com.hazelcast.transaction.client.RecoverTransactionRequest.getServiceName()
           
com.hazelcast.transaction.client.RecoverAllTransactionsRequest.getServiceName()
           
com.hazelcast.web.WebFilter.HazelcastHttpSession.getSessionContext()
           
com.hazelcast.client.config.ClientConfig.getSocketInterceptorConfig()
           
com.hazelcast.client.config.ClientConfig.getSocketOptions()
           
com.hazelcast.config.MultiMapConfig.getSyncBackupCount()
           
com.hazelcast.client.config.ClientConfig.isRedoOperation()
           
com.hazelcast.client.config.ClientConfig.isSmartRouting()
           
com.hazelcast.nio.serialization.ObjectDataInputStream.readLine()
           
com.hazelcast.client.config.ClientConfig.setAddresses(List)
           
com.hazelcast.core.IAtomicReference.setAndGet(E)
          will be removed from Hazelcast 3.4 since it doesn't really serve a purpose. 
com.hazelcast.jca.ResourceAdapterImpl.setConfigLocation(String)
           
com.hazelcast.client.config.ClientConfig.setConnectionAttemptLimit(int)
           
com.hazelcast.client.config.ClientConfig.setConnectionAttemptPeriod(int)
           
com.hazelcast.client.config.ClientConfig.setConnectionTimeout(int)
           
com.hazelcast.client.config.ClientConfig.setRedoOperation(boolean)
           
com.hazelcast.client.config.ClientConfig.setSmartRouting(boolean)
           
com.hazelcast.client.config.ClientConfig.setSocketInterceptorConfig(SocketInterceptorConfig)
           
com.hazelcast.client.config.ClientConfig.setSocketOptions(SocketOptions)
           
com.hazelcast.config.MultiMapConfig.setSyncBackupCount(int)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.