com.hazelcast.client
Class ClientConfigBuilder
java.lang.Object
  
com.hazelcast.client.ClientConfigBuilder
public class ClientConfigBuilder
- extends Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GROUP_NAME
public static final String GROUP_NAME
- See Also:
 - Constant Field Values
 
GROUP_PASS
public static final String GROUP_PASS
- See Also:
 - Constant Field Values
 
CONNECTION_TIMEOUT
public static final String CONNECTION_TIMEOUT
- See Also:
 - Constant Field Values
 
CONNECTION_ATTEMPT_LIMIT
public static final String CONNECTION_ATTEMPT_LIMIT
- See Also:
 - Constant Field Values
 
RECONNECTION_TIMEOUT
public static final String RECONNECTION_TIMEOUT
- See Also:
 - Constant Field Values
 
RECONNECTION_ATTEMPT_LIMIT
public static final String RECONNECTION_ATTEMPT_LIMIT
- See Also:
 - Constant Field Values
 
SHUFFLE_ADDRESSES
public static final String SHUFFLE_ADDRESSES
- See Also:
 - Constant Field Values
 
UPDATE_AUTOMATIC
public static final String UPDATE_AUTOMATIC
- See Also:
 - Constant Field Values
 
ADDRESSES
public static final String ADDRESSES
- See Also:
 - Constant Field Values
 
ClientConfigBuilder
public ClientConfigBuilder(String resource)
                    throws IOException
- Throws:
 IOException
ClientConfigBuilder
public ClientConfigBuilder(File file)
                    throws IOException
- Throws:
 IOException
ClientConfigBuilder
public ClientConfigBuilder(URL url)
                    throws IOException
- Throws:
 IOException
ClientConfigBuilder
public ClientConfigBuilder(InputStream in)
                    throws IOException
- Throws:
 IOException
build
public ClientConfig build()
 
Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.