Interface | Description |
---|---|
CloudMachineNamer |
Interface used to construct names for individual cloud machines and for groups of machines.
|
Class | Description |
---|---|
AbstractCloudMachineNamer |
Implements most of
CloudMachineNamer ,
leaving just one method -- #generateNewIdOfLength(int) --
for subclasses to provide. |
BasicCloudMachineNamer |
Standard implementation of
CloudMachineNamer ,
which looks at several of the properties of the context (entity)
and is clever about abbreviating them. |
CustomMachineNamer |
Provides a machine namer which looks at a location config key
CustomMachineNamer.MACHINE_NAME_TEMPLATE
to construct the hostname. |