public static interface MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
MasterContainerAllocatorCollectionConfigurer is an interface
for DefaultMasterContainerAllocatorCollectionConfigurer which is
used to configure MasterContainerAllocatorConfigurer parameters
as an identified collection.| 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(String memory)
Specify a container memory for
ContainerAllocator. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer |
priority(Integer priority)
Specify a container priority for
ContainerAllocator. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer |
virtualCores(Integer virtualCores)
Specify a container virtual cores for
ContainerAllocator. |
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer priority(Integer priority)
ContainerAllocator.priority - the priorityMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.priority(Integer)MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer virtualCores(Integer virtualCores)
ContainerAllocator.virtualCores - the virtual coresMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.virtualCores(Integer)MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer memory(String memory)
ContainerAllocator.memory - the memoryMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.memory(String)MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer memory(int memory)
ContainerAllocator.memory - the memoryMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.memory(String)MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer locality(boolean locality)
ContainerAllocator.locality - the locality flag for resource relaxingMasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer for chainingMasterContainerAllocatorConfigurer.locality(boolean)MasterContainerAllocatorConfigurer and()
MasterContainerAllocatorConfigurer configurer.MasterContainerAllocatorConfigurer for chaining