public interface JobClassLoaderFactory extends Serializable
The classloader factory must be serializable: it is set in the config
and sent to members in a serialized
form. The returned ClassLoader doesn't have to be serializable.
It is useful in custom class-loading environments, for example in OSGi.
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getJobClassLoader()
Return the class loader instance.
|
@Nonnull ClassLoader getJobClassLoader()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.