Package | Description |
---|---|
io.fabric8.api |
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerProvider<O extends CreateContainerOptions,M extends CreateContainerMetadata>
A Factory that creates
Container . |
Modifier and Type | Class and Description |
---|---|
class |
CreateChildContainerMetadata |
class |
CreateContainerBasicMetadata<O extends CreateContainerOptions> |
Modifier and Type | Method and Description |
---|---|
CreateContainerMetadata[] |
FabricService.createContainers(CreateContainerOptions options)
Creates one or more new
Container s with the specified CreateContainerOptions . |
CreateContainerMetadata[] |
FabricService.createContainers(CreateContainerOptions options,
CreationStateListener listener) |
CreateContainerMetadata |
DataStore.getContainerMetadata(java.lang.String containerId,
java.lang.ClassLoader classLoader) |
CreateContainerMetadata<?> |
Container.getMetadata() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,? extends CreateContainerMetadata> |
CreateContainerOptions.getMetadataMap() |
java.util.Map<java.lang.String,CreateContainerMetadata<T>> |
CreateContainerBasicOptions.getMetadataMap() |
java.util.Map<java.lang.String,CreateContainerMetadata> |
CreateContainerBasicOptions.Builder.getMetadataMap() |
Modifier and Type | Method and Description |
---|---|
void |
DataStore.createContainerConfig(CreateContainerMetadata metadata) |
void |
DataStore.setContainerMetadata(CreateContainerMetadata metadata) |
Copyright © 2016 Red Hat. All Rights Reserved.