| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.internal.distributedclassloading.impl |
| Modifier and Type | Method and Description |
|---|---|
DistributedClassloadingConfig.ProviderMode |
DistributedClassloadingConfig.getProviderMode()
Return the current ProviderMode
|
static DistributedClassloadingConfig.ProviderMode |
DistributedClassloadingConfig.ProviderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedClassloadingConfig.ProviderMode[] |
DistributedClassloadingConfig.ProviderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedClassloadingConfig |
DistributedClassloadingConfig.setProviderMode(DistributedClassloadingConfig.ProviderMode providerMode)
Configure behaviour when providing classes to remote members.
|
| Constructor and Description |
|---|
ClassDataProvider(DistributedClassloadingConfig.ProviderMode providerMode,
ClassLoader parent,
ConcurrentMap<String,ClassSource> classSourceMap,
ILogger logger) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.