Uses of Class
com.hazelcast.core.ClientType

Packages that use ClientType
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of ClientType in com.hazelcast.client
 

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

Uses of ClientType in com.hazelcast.core
 

Methods in com.hazelcast.core that return ClientType
 ClientType Client.getClientType()
          Returns 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 © 2014 Hazelcast, Inc.. All Rights Reserved.