Uses of Class
com.hazelcast.client.HazelcastClient

Packages that use HazelcastClient
com.hazelcast.client   
com.hazelcast.client.impl   
 

Uses of HazelcastClient in com.hazelcast.client
 

Fields in com.hazelcast.client declared as HazelcastClient
protected  HazelcastClient IORunnable.client
           
 

Methods in com.hazelcast.client that return HazelcastClient
 HazelcastClient ProxyHelper.getHazelcastClient()
           
static HazelcastClient HazelcastClient.newHazelcastClient(ClientProperties clientProperties, boolean shuffle, InetSocketAddress... addresses)
          Returns a new HazelcastClient.
static HazelcastClient HazelcastClient.newHazelcastClient(ClientProperties properties, boolean shuffle, String... addresses)
          Returns a new HazelcastClient.
static HazelcastClient HazelcastClient.newHazelcastClient(ClientProperties properties, List<String> addresses)
          Returns a new HazelcastClient.
static HazelcastClient HazelcastClient.newHazelcastClient(ClientProperties properties, String... addresses)
          Returns a new HazelcastClient.
static HazelcastClient HazelcastClient.newHazelcastClient(ClientProperties clientProperties, String address)
          Giving address of one member is enough.
static HazelcastClient HazelcastClient.newHazelcastClient(String groupName, String groupPassword, boolean shuffle, InetSocketAddress... addresses)
          Returns a new HazelcastClient.
static HazelcastClient HazelcastClient.newHazelcastClient(String groupName, String groupPassword, boolean shuffle, String... addresses)
          Returns a new HazelcastClient.
static HazelcastClient HazelcastClient.newHazelcastClient(String groupName, String groupPassword, String... addresses)
          Returns a new HazelcastClient.
static HazelcastClient HazelcastClient.newHazelcastClient(String groupName, String groupPassword, String address)
          Giving address of one member is enough.
 

Methods in com.hazelcast.client with parameters of type HazelcastClient
 Transaction ClientThreadContext.getTransaction(HazelcastClient client)
           
 

Constructors in com.hazelcast.client with parameters of type HazelcastClient
AtomicNumberClientProxy(HazelcastClient hazelcastClient, String name)
           
ClusterClientProxy(HazelcastClient client)
           
CollectionClientProxy(HazelcastClient hazelcastClient, String name)
           
ConnectionManager(HazelcastClient client, LifecycleServiceClientImpl lifecycleService, InetSocketAddress[] clusterMembers, boolean shuffle, long timeout)
           
ConnectionManager(HazelcastClient client, LifecycleServiceClientImpl lifecycleService, InetSocketAddress address, long timeout)
           
CountDownLatchClientProxy(HazelcastClient hazelcastClient, String name)
           
DefaultClientBinder(HazelcastClient client)
           
ExecutorServiceClientProxy(HazelcastClient client, String name)
           
IdGeneratorClientProxy(HazelcastClient hazelcastClient, String name)
           
InRunnable(HazelcastClient client, OutRunnable outRunnable, Map<Long,Call> calls, PacketReader reader)
           
IORunnable(HazelcastClient client, Map<Long,Call> calls)
           
LifecycleServiceClientImpl(HazelcastClient hazelcastClient)
           
ListClientProxy(HazelcastClient hazelcastClient, String name)
           
LockClientProxy(Object object, HazelcastClient client)
           
MapClientProxy(HazelcastClient client, String name)
           
MultiMapClientProxy(HazelcastClient client, String name)
           
OutRunnable(HazelcastClient client, Map<Long,Call> calls, PacketWriter writer)
           
PartitionClientProxy(HazelcastClient client)
           
ProxyHelper(String name, HazelcastClient client)
           
QueueClientProxy(HazelcastClient hazelcastClient, String name)
           
SemaphoreClientProxy(HazelcastClient hazelcastClient, String name)
           
SetClientProxy(HazelcastClient client, String name)
           
TopicClientProxy(HazelcastClient hazelcastClient, String name)
           
TransactionClientProxy(String name, HazelcastClient client)
           
 

Uses of HazelcastClient in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl with parameters of type HazelcastClient
 Collection<? extends Call> QueueItemListenerManager.calls(HazelcastClient client)
           
 Collection<Call> MessageListenerManager.calls(HazelcastClient client)
           
 Collection<Call> ItemListenerManager.calls(HazelcastClient client)
           
 Collection<Call> InstanceListenerManager.calls(HazelcastClient client)
           
 Collection<Call> EntryListenerManager.calls(HazelcastClient client)
           
 

Constructors in com.hazelcast.client.impl with parameters of type HazelcastClient
InstanceListenerManager(HazelcastClient client)
           
ListenerManager(HazelcastClient hazelcastClient)
           
MembershipListenerManager(HazelcastClient client)
           
QueueItemListenerManager(HazelcastClient client)
           
 



Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.