public class ClassloadingProps extends Object implements Serializable
| Constructor and Description |
|---|
ClassloadingProps(int blobManagerPort,
Collection<PermanentBlobKey> requiredJarFiles,
Collection<URL> requiredClasspaths)
Constructor of ClassloadingProps.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBlobManagerPort() |
Collection<URL> |
getRequiredClasspaths() |
Collection<PermanentBlobKey> |
getRequiredJarFiles() |
public ClassloadingProps(int blobManagerPort,
Collection<PermanentBlobKey> requiredJarFiles,
Collection<URL> requiredClasspaths)
blobManagerPort - The port of the blobManagerrequiredJarFiles - The blob keys of the required jar filesrequiredClasspaths - The urls of the required classpathspublic int getBlobManagerPort()
public Collection<PermanentBlobKey> getRequiredJarFiles()
public Collection<URL> getRequiredClasspaths()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.