public final class HazelcastClientProxy extends Object implements HazelcastInstance, SerializationServiceSupport
HazelcastInstance instance.| Modifier and Type | Field and Description |
|---|---|
HazelcastClientInstanceImpl |
client |
| Constructor and Description |
|---|
HazelcastClientProxy(HazelcastClientInstanceImpl client) |
public volatile HazelcastClientInstanceImpl client
public HazelcastClientProxy(HazelcastClientInstanceImpl client)
public <E> Ringbuffer<E> getRingbuffer(String name)
getRingbuffer in interface HazelcastInstancepublic Config getConfig()
getConfig in interface HazelcastInstancepublic String getName()
getName in interface HazelcastInstancepublic <E> IQueue<E> getQueue(String name)
getQueue in interface HazelcastInstancepublic <E> ITopic<E> getTopic(String name)
getTopic in interface HazelcastInstancepublic <E> ITopic<E> getReliableTopic(String name)
getReliableTopic in interface HazelcastInstancepublic <E> ISet<E> getSet(String name)
getSet in interface HazelcastInstancepublic <E> IList<E> getList(String name)
getList in interface HazelcastInstancepublic <K,V> IMap<K,V> getMap(String name)
getMap in interface HazelcastInstancepublic <K,V> MultiMap<K,V> getMultiMap(String name)
getMultiMap in interface HazelcastInstancepublic <K,V> ReplicatedMap<K,V> getReplicatedMap(String name)
getReplicatedMap in interface HazelcastInstancepublic JobTracker getJobTracker(String name)
getJobTracker in interface HazelcastInstancepublic ILock getLock(String key)
getLock in interface HazelcastInstancepublic Cluster getCluster()
getCluster in interface HazelcastInstancepublic Client getLocalEndpoint()
getLocalEndpoint in interface HazelcastInstancepublic IExecutorService getExecutorService(String name)
getExecutorService in interface HazelcastInstancepublic <T> T executeTransaction(TransactionalTask<T> task) throws TransactionException
executeTransaction in interface HazelcastInstanceTransactionExceptionpublic <T> T executeTransaction(TransactionOptions options, TransactionalTask<T> task) throws TransactionException
executeTransaction in interface HazelcastInstanceTransactionExceptionpublic TransactionContext newTransactionContext()
newTransactionContext in interface HazelcastInstancepublic TransactionContext newTransactionContext(TransactionOptions options)
newTransactionContext in interface HazelcastInstancepublic IdGenerator getIdGenerator(String name)
getIdGenerator in interface HazelcastInstancepublic IAtomicLong getAtomicLong(String name)
getAtomicLong in interface HazelcastInstancepublic <E> IAtomicReference<E> getAtomicReference(String name)
getAtomicReference in interface HazelcastInstancepublic ICountDownLatch getCountDownLatch(String name)
getCountDownLatch in interface HazelcastInstancepublic ISemaphore getSemaphore(String name)
getSemaphore in interface HazelcastInstancepublic Collection<DistributedObject> getDistributedObjects()
getDistributedObjects in interface HazelcastInstancepublic String addDistributedObjectListener(DistributedObjectListener distributedObjectListener)
addDistributedObjectListener in interface HazelcastInstancepublic boolean removeDistributedObjectListener(String registrationId)
removeDistributedObjectListener in interface HazelcastInstancepublic PartitionService getPartitionService()
getPartitionService in interface HazelcastInstancepublic QuorumService getQuorumService()
getQuorumService in interface HazelcastInstancepublic ClientService getClientService()
getClientService in interface HazelcastInstancepublic LoggingService getLoggingService()
getLoggingService in interface HazelcastInstancepublic LifecycleService getLifecycleService()
getLifecycleService in interface HazelcastInstancepublic <T extends DistributedObject> T getDistributedObject(String serviceName, String name)
getDistributedObject in interface HazelcastInstancepublic ConcurrentMap<String,Object> getUserContext()
getUserContext in interface HazelcastInstancepublic ClientConfig getClientConfig()
public HazelcastXAResource getXAResource()
getXAResource in interface HazelcastInstancepublic void shutdown()
shutdown in interface HazelcastInstancepublic SerializationService getSerializationService()
getSerializationService in interface SerializationServiceSupportCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.