public final class DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer extends java.lang.Object implements MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
| Constructor and Description |
|---|
DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
MasterContainerAllocatorConfigurer |
and()
Returns a parent
MasterContainerAllocatorConfigurer configurer. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer |
locality(boolean locality)
Specify a locality relaxing for
ContainerAllocator. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer |
memory(int memory)
Specify a container memory for
ContainerAllocator. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer |
memory(java.lang.String memory)
Specify a container memory for
ContainerAllocator. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer |
priority(java.lang.Integer priority)
Specify a container priority for
ContainerAllocator. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer |
virtualCores(java.lang.Integer virtualCores)
Specify a container virtual cores for
ContainerAllocator. |
public DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer(java.lang.String id)
public MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer priority(java.lang.Integer priority)
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerContainerAllocator.priority in interface MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerpriority - the priorityMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.priority(Integer)public MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer virtualCores(java.lang.Integer virtualCores)
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerContainerAllocator.virtualCores in interface MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurervirtualCores - the virtual coresMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.virtualCores(Integer)public MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer memory(java.lang.String memory)
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerContainerAllocator.memory in interface MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurermemory - the memoryMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.memory(String)public MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer memory(int memory)
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerContainerAllocator.memory in interface MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurermemory - the memoryMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.memory(String)public MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer locality(boolean locality)
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerContainerAllocator.locality in interface MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerlocality - the locality flag for resource relaxingMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.locality(boolean)public MasterContainerAllocatorConfigurer and()
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerMasterContainerAllocatorConfigurer configurer.and in interface MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurerMasterContainerAllocatorConfigurer for chaining