Uses of Class
com.hazelcast.core.ClientType

Packages that use ClientType
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.impl.exceptionconverters Contains logic to convert client exceptions. 
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of ClientType in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return ClientType
 ClientType ClientImpl.getClientType()
           
 ClientType ClientEndpointImpl.getClientType()
           
 

Uses of ClientType in com.hazelcast.client.impl.exceptionconverters
 

Methods in com.hazelcast.client.impl.exceptionconverters with parameters of type ClientType
static ClientExceptionConverter ClientExceptionConverters.get(ClientType type)
           
 

Uses of ClientType in com.hazelcast.core
 

Methods in com.hazelcast.core that return ClientType
 ClientType Client.getClientType()
          Returns the type of this client.
static ClientType ClientType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientType[] ClientType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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