| Package | Description |
|---|---|
| org.kie.server.controller.api.model.spec | |
| org.kie.server.controller.api.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerTemplate |
| Modifier and Type | Method and Description |
|---|---|
ServerTemplateKey |
ContainerSpecKey.getServerTemplateKey() |
ServerTemplateKey[] |
ServerTemplateKeyList.getServerTemplates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerTemplate.hasMatchingId(ServerTemplateKey serverTemplateKey) |
void |
ContainerSpecKey.setServerTemplateKey(ServerTemplateKey serverTemplateKey) |
void |
ServerTemplateKeyList.setServerTemplates(ServerTemplateKey[] KieServerInstances) |
| Constructor and Description |
|---|
ContainerSpec(String id,
String containerName,
ServerTemplateKey serverTemplateKey,
org.kie.server.api.model.ReleaseId releasedId,
org.kie.server.api.model.KieContainerStatus status,
Map<Capability,ContainerConfig> configs) |
ContainerSpecKey(String id,
String containerName,
ServerTemplateKey serverTemplateKey) |
ServerTemplateKeyList(ServerTemplateKey[] serverTemplates) |
| Constructor and Description |
|---|
ServerTemplateKeyList(Collection<ServerTemplateKey> serverTemplates) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerTemplateKey> |
KieServerTemplateStorage.loadKeys()
Load all known ServerTemplates
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.