public class MesosFrameworkServiceProperties extends Object
Modifier | Constructor and Description |
---|---|
protected |
MesosFrameworkServiceProperties()
Deprecated.
|
protected |
MesosFrameworkServiceProperties(@Nullable String localVolumesHostBasePath,
boolean gpuSupport,
@NonNull List<String> persistentStorageDrivers) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
generateLocalVolumesHostPath(String deploymentId)
Generate the local volume path.
|
@Nullable String |
getLocalVolumesHostBasePath() |
@NonNull List<String> |
getPersistentStorageDrivers() |
int |
hashCode() |
boolean |
isGpuSupport() |
void |
setGpuSupport(boolean gpuSupport) |
void |
setLocalVolumesHostBasePath(@Nullable String localVolumesHostBasePath) |
void |
setPersistentStorageDrivers(@NonNull List<String> persistentStorageDrivers) |
String |
toString() |
@Deprecated protected MesosFrameworkServiceProperties()
public String generateLocalVolumesHostPath(String deploymentId)
deploymentId
- the deployment IDpublic @Nullable String getLocalVolumesHostBasePath()
public boolean isGpuSupport()
public void setLocalVolumesHostBasePath(@Nullable String localVolumesHostBasePath)
public void setGpuSupport(boolean gpuSupport)
public void setPersistentStorageDrivers(@NonNull List<String> persistentStorageDrivers)
protected boolean canEqual(Object other)
Copyright © 2015–2023 I.N.F.N.. All rights reserved.