public abstract class DefaultStatefulAuxiliary extends DefaultAuxiliary
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataDir |
protected boolean |
isStateful |
protected PersistentVolumeClaim |
persistentVolClaim |
protected StoragePartition |
storagePartition |
symbolicName| Constructor and Description |
|---|
DefaultStatefulAuxiliary(String symbolicName,
String dataDir) |
DefaultStatefulAuxiliary(String symbolicName,
String dataDir,
PersistentVolumeClaim pvc) |
| Modifier and Type | Method and Description |
|---|---|
OpenShiftAuxiliary |
stateful(int partition) |
getDeploymentConfigNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureApplicationDeployment, configureDeployment, configureDeploymentprotected final PersistentVolumeClaim persistentVolClaim
protected final String dataDir
protected StoragePartition storagePartition
protected boolean isStateful
public DefaultStatefulAuxiliary(String symbolicName, String dataDir, PersistentVolumeClaim pvc)
public OpenShiftAuxiliary stateful(int partition)
Copyright © 2023. All rights reserved.