com.hazelcast.client.config.ClientConfig.addAddress(String...)
com.hazelcast.core.IMap.addEntryListener(EntryListener, boolean)
com.hazelcast.core.IMap.addEntryListener(EntryListener, K, boolean)
com.hazelcast.core.IMap.addEntryListener(EntryListener, Predicate, boolean)
com.hazelcast.core.IMap.addEntryListener(EntryListener, Predicate, K, boolean)
com.hazelcast.core.IMap.addLocalEntryListener(EntryListener)
com.hazelcast.core.IMap.addLocalEntryListener(EntryListener, Predicate, boolean)
com.hazelcast.core.IMap.addLocalEntryListener(EntryListener, Predicate, K, boolean)
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.spi.OperationService.dumpPerformanceMetrics(StringBuffer)
com.hazelcast.client.config.ClientConfig.getAddresses()
com.hazelcast.spi.InvocationBuilder.getCallback()
com.hazelcast.config.ReplicatedMapConfig.getConcurrencyLevel()
new implementation doesn't use mutexes
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.spi.OperationService.getExecutedOperationCount()
com.hazelcast.spi.OperationService.getGenericOperationThreadCount()
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.getGenericOperationThreadCount()
com.hazelcast.client.spi.ClientProxy.getId()
com.hazelcast.core.Member.getInetSocketAddress()
com.hazelcast.core.ILock.getKey()
com.hazelcast.concurrent.lock.LockProxy.getKey()
com.hazelcast.client.proxy.ClientLockProxy.getKey()
com.hazelcast.config.CacheEvictionConfig.getMaxSizePolicy()
com.hazelcast.core.DistributedObjectEvent.getObjectId()
com.hazelcast.spi.OperationService.getOperationExecutorQueueSize()
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.getOperationExecutorQueueSize()
com.hazelcast.spi.OperationService.getPartitionOperationThreadCount()
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.getPartitionOperationThreadCount()
com.hazelcast.spi.OperationService.getPriorityOperationExecutorQueueSize()
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.getPriorityOperationExecutorQueueSize()
com.hazelcast.spi.OperationService.getRemoteOperationsCount()
com.hazelcast.config.ReplicatedMapConfig.getReplicationDelayMillis()
since new implementation will route puts to the partition owner nodes,
caching won't help replication speed because most of the time subsequent puts will end up in different nodes.
com.hazelcast.monitor.LocalReplicatedMapStats.getReplicationEventCount()
replication is no more handled by event system.
com.hazelcast.config.ReplicatedMapConfig.getReplicatorExecutorService()
new implementation doesn't use executor service for replication.
com.hazelcast.spi.Operation.getResponseHandler()
com.hazelcast.spi.OperationService.getResponseQueueSize()
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.getRunningOperationCount()
com.hazelcast.spi.OperationService.getRunningOperationsCount()
com.hazelcast.web.HazelcastHttpSession.getSessionContext()
com.hazelcast.client.config.ClientConfig.getSocketInterceptorConfig()
com.hazelcast.client.config.ClientConfig.getSocketOptions()
com.hazelcast.config.MultiMapConfig.getSyncBackupCount()
com.hazelcast.transaction.TransactionContext.getXaResource()
since 3.5 please use HazelcastInstance.getXAResource()
com.hazelcast.internal.ascii.memcache.GetCommandProcessor.handle(GetCommand)
com.hazelcast.spi.NodeEngine.isActive()
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.isAllowedToRunInCurrentThread(Operation)
com.hazelcast.spi.OperationService.isAllowedToRunOnCallingThread(Operation)
since 3.5 since not needed anymore.
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.isOperationThread()
it should not matter if a thread is an operation thread or not; this is something operationExecutor specific.
com.hazelcast.config.MapConfig.isOptimizeQueries()
com.hazelcast.client.config.ClientConfig.isRedoOperation()
com.hazelcast.client.config.ClientConfig.isSmartRouting()
com.hazelcast.spi.Operation.onException(Throwable)
com.hazelcast.core.PartitionService.randomPartitionKey()
com.hazelcast.internal.serialization.impl.ObjectDataInputStream.readLine()
com.hazelcast.spi.OperationService.send(Response, Address)
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.spi.InvocationBuilder.setCallback(Callback)
com.hazelcast.config.ReplicatedMapConfig.setConcurrencyLevel(int)
new implementation doesn't use mutexes
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.config.CacheEvictionConfig.setMaxSizePolicy(CacheEvictionConfig.CacheMaxSizePolicy)
com.hazelcast.config.MapConfig.setOptimizeQueries(boolean)
com.hazelcast.client.config.ClientConfig.setRedoOperation(boolean)
com.hazelcast.config.ReplicatedMapConfig.setReplicationDelayMillis(long)
since new implementation will route puts to the partition owner nodes,
caching won't help replication speed because most of the time subsequent puts will end up in different nodes.
com.hazelcast.config.ReplicatedMapConfig.setReplicatorExecutorService(ScheduledExecutorService)
new implementation doesn't use executor service for replication.
com.hazelcast.spi.Operation.setResponseHandler(ResponseHandler)
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)