com.hazelcast.hibernate
Class CacheEnvironment
java.lang.Object
com.hazelcast.hibernate.CacheEnvironment
public final class CacheEnvironment
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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_SUPER_CLIENT
@Deprecated
public static final String USE_SUPER_CLIENT
- Deprecated.
- See Also:
- Constant Field Values
USE_LITE_MEMBER
public static final String USE_LITE_MEMBER
- See Also:
- Constant Field Values
USE_NATIVE_CLIENT
public static final String USE_NATIVE_CLIENT
- See Also:
- Constant Field Values
NATIVE_CLIENT_HOSTS
@Deprecated
public static final String NATIVE_CLIENT_HOSTS
- Deprecated.
- 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
CacheEnvironment
public CacheEnvironment()
getConfigFilePath
public static String getConfigFilePath(Properties props)
getInstanceName
public static String getInstanceName(Properties props)
isNativeClient
public static boolean isNativeClient(Properties props)
isLiteMember
public static boolean isLiteMember(Properties props)
isSuperClient
@Deprecated
public static boolean isSuperClient(Properties props)
- Deprecated.
getDefaultCacheTimeoutInMillis
public static int getDefaultCacheTimeoutInMillis()
getLockTimeoutInSeconds
public static int getLockTimeoutInSeconds(Properties props)
shutdownOnStop
public static boolean shutdownOnStop(Properties props,
boolean defaultValue)
isExplicitVersionCheckEnabled
public static boolean isExplicitVersionCheckEnabled(Properties props)
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.