Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
UserCodeDeploymentConfig.ClassCacheMode |
UserCodeDeploymentConfig.getClassCacheMode()
Return the current ClassCacheMode
|
static UserCodeDeploymentConfig.ClassCacheMode |
UserCodeDeploymentConfig.ClassCacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCodeDeploymentConfig.ClassCacheMode[] |
UserCodeDeploymentConfig.ClassCacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserCodeDeploymentConfig |
UserCodeDeploymentConfig.setClassCacheMode(UserCodeDeploymentConfig.ClassCacheMode classCacheMode)
Configure caching of classes loaded from remote members.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.