Interface | Description |
---|---|
ContainerMatcher |
Strategy interface for matching a
ModuleDescriptor
to one of the candidate container nodes. |
Class | Description |
---|---|
Container |
Domain object for an XD container.
|
ContainerAttributes |
Metadata for a Container instance.
|
DefaultContainerMatcher |
Implementation of
ContainerMatcher that returns a collection of containers to deploy a
ModuleDescriptor to. |
RedeploymentContainerMatcher |
Wrapper for
ContainerMatcher
used for redeployment of modules when a container exits the cluster. |
Exception | Description |
---|---|
NoContainerException |
Exception thrown when there are no containers available
for module deployment.
|