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.spi.impl.operationexecutor.OperationExecutor.dumpPerformanceMetrics(StringBuffer) |
com.hazelcast.client.config.ClientConfig.getAddresses() |
com.hazelcast.spi.InvocationBuilder.getCallback() |
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)
|
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.spi.OperationService.getExecutedOperationCount() |
com.hazelcast.spi.OperationService.getGenericOperationThreadCount() |
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.getGenericOperationThreadCount() |
com.hazelcast.core.DistributedObject.getId()
|
com.hazelcast.spi.AbstractDistributedObject.getId() |
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.core.HazelcastInstance.getLock(Object)
|
com.hazelcast.instance.HazelcastInstanceImpl.getLock(Object) |
com.hazelcast.client.impl.HazelcastClientInstanceImpl.getLock(Object) |
com.hazelcast.jca.HazelcastConnectionImpl.getLock(Object) |
com.hazelcast.config.CacheEvictionConfig.getMaxSizePolicy()
|
com.hazelcast.instance.NodeExtension.getNativeDataStorage() |
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.spi.OperationService.getResponseQueueSize() |
com.hazelcast.spi.impl.operationexecutor.OperationExecutor.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.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.client.config.ClientConfig.isRedoOperation() |
com.hazelcast.client.config.ClientConfig.isSmartRouting() |
com.hazelcast.core.PartitionService.randomPartitionKey() |
com.hazelcast.nio.serialization.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.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.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) |