Uses of Class
com.hazelcast.client.ClientProperties.ClientPropertyName

Packages that use ClientProperties.ClientPropertyName
com.hazelcast.client   
 

Uses of ClientProperties.ClientPropertyName in com.hazelcast.client
 

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

Methods in com.hazelcast.client that return types with arguments of type ClientProperties.ClientPropertyName
 Map<ClientProperties.ClientPropertyName,String> ClientProperties.getProperties()
           
 

Methods in com.hazelcast.client with parameters of type ClientProperties.ClientPropertyName
 int ClientProperties.getInteger(ClientProperties.ClientPropertyName name)
           
 long ClientProperties.getLong(ClientProperties.ClientPropertyName name)
           
 String ClientProperties.getProperty(ClientProperties.ClientPropertyName name)
           
 ClientProperties ClientProperties.setPropertyValue(ClientProperties.ClientPropertyName name, String value)
           
 



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