Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.distributedclassloading.impl |
Modifier and Type | Method and Description |
---|---|
DistributedClassloadingConfig.ClassCacheMode |
DistributedClassloadingConfig.getClassCacheMode()
Return the current ClassCacheMode
|
static DistributedClassloadingConfig.ClassCacheMode |
DistributedClassloadingConfig.ClassCacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedClassloadingConfig.ClassCacheMode[] |
DistributedClassloadingConfig.ClassCacheMode.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.setClassCacheMode(DistributedClassloadingConfig.ClassCacheMode classCacheMode)
Configure caching of classes loaded from remote members.
|
Constructor and Description |
---|
ClassLocator(ConcurrentMap<String,ClassSource> classSourceMap,
ClassLoader parent,
Filter<String> classNameFilter,
Filter<Member> memberFilter,
DistributedClassloadingConfig.ClassCacheMode classCacheMode,
NodeEngine nodeEngine) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.