com.hazelcast.hibernate
Class CacheEnvironment

java.lang.Object
  extended by com.hazelcast.hibernate.CacheEnvironment

public final class CacheEnvironment
extends Object


Field Summary
static String CONFIG_FILE_PATH
           
static String CONFIG_FILE_PATH_LEGACY
           
static String EXPLICIT_VERSION_CHECK
           
static String HAZELCAST_INSTANCE_NAME
           
static String LOCK_TIMEOUT
           
static String NATIVE_CLIENT_ADDRESS
           
static String NATIVE_CLIENT_GROUP
           
static String NATIVE_CLIENT_PASSWORD
           
static String SHUTDOWN_ON_STOP
           
static String USE_NATIVE_CLIENT
           
 
Method Summary
static String getConfigFilePath(Properties props)
           
static int getDefaultCacheTimeoutInMillis()
           
static String getInstanceName(Properties props)
           
static int getLockTimeoutInMillis(Properties props)
           
static boolean isExplicitVersionCheckEnabled(Properties props)
           
static boolean isNativeClient(Properties props)
           
static boolean shutdownOnStop(Properties props, boolean defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE_PATH_LEGACY

public static final String CONFIG_FILE_PATH_LEGACY
See Also:
Constant Field Values

CONFIG_FILE_PATH

public static final String CONFIG_FILE_PATH
See Also:
Constant Field Values

USE_NATIVE_CLIENT

public static final String USE_NATIVE_CLIENT
See Also:
Constant Field Values

NATIVE_CLIENT_ADDRESS

public static final String NATIVE_CLIENT_ADDRESS
See Also:
Constant Field Values

NATIVE_CLIENT_GROUP

public static final String NATIVE_CLIENT_GROUP
See Also:
Constant Field Values

NATIVE_CLIENT_PASSWORD

public static final String NATIVE_CLIENT_PASSWORD
See Also:
Constant Field Values

SHUTDOWN_ON_STOP

public static final String SHUTDOWN_ON_STOP
See Also:
Constant Field Values

LOCK_TIMEOUT

public static final String LOCK_TIMEOUT
See Also:
Constant Field Values

HAZELCAST_INSTANCE_NAME

public static final String HAZELCAST_INSTANCE_NAME
See Also:
Constant Field Values

EXPLICIT_VERSION_CHECK

public static final String EXPLICIT_VERSION_CHECK
See Also:
Constant Field Values
Method Detail

getConfigFilePath

public static String getConfigFilePath(Properties props)

getInstanceName

public static String getInstanceName(Properties props)

isNativeClient

public static boolean isNativeClient(Properties props)

getDefaultCacheTimeoutInMillis

public static int getDefaultCacheTimeoutInMillis()

getLockTimeoutInMillis

public static int getLockTimeoutInMillis(Properties props)

shutdownOnStop

public static boolean shutdownOnStop(Properties props,
                                     boolean defaultValue)

isExplicitVersionCheckEnabled

public static boolean isExplicitVersionCheckEnabled(Properties props)


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