Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.usercodedeployment.impl |
Modifier and Type | Method and Description |
---|---|
UserCodeDeploymentConfig.ProviderMode |
UserCodeDeploymentConfig.getProviderMode()
Return the current ProviderMode
|
static UserCodeDeploymentConfig.ProviderMode |
UserCodeDeploymentConfig.ProviderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCodeDeploymentConfig.ProviderMode[] |
UserCodeDeploymentConfig.ProviderMode.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.setProviderMode(UserCodeDeploymentConfig.ProviderMode providerMode)
Configure behaviour when providing classes to remote members.
|
Constructor and Description |
---|
ClassDataProvider(UserCodeDeploymentConfig.ProviderMode providerMode,
ClassLoader parent,
ConcurrentMap<String,ClassSource> classSourceMap,
ConcurrentMap<String,ClassSource> clientClassSourceMap,
ILogger logger) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.