com.hazelcast.client
Class ClientConfigBuilder

java.lang.Object
  extended by com.hazelcast.client.ClientConfigBuilder

public class ClientConfigBuilder
extends Object


Field Summary
static String ADDRESSES
           
static String CONNECTION_ATTEMPT_LIMIT
           
static String CONNECTION_TIMEOUT
           
static String GROUP_NAME
           
static String GROUP_PASS
           
static String RECONNECTION_ATTEMPT_LIMIT
           
static String RECONNECTION_TIMEOUT
           
static String SHUFFLE_ADDRESSES
           
static String UPDATE_AUTOMATIC
           
 
Constructor Summary
ClientConfigBuilder(File file)
           
ClientConfigBuilder(InputStream in)
           
ClientConfigBuilder(String resource)
           
ClientConfigBuilder(URL url)
           
 
Method Summary
 ClientConfig build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

build

public ClientConfig build()


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.