brooklyn.policy.loadbalancing
[Java] Interface ItemsInContainersGroup
brooklyn.entity.basic.DynamicGroup
   brooklyn.entity.rebind.Rebindable
brooklyn.entity.rebind.Rebindable
       brooklyn.entity.Entity
brooklyn.entity.Entity
           brooklyn.entity.Group
brooklyn.entity.Group
               brooklyn.policy.loadbalancing.ItemsInContainersGroup
brooklyn.policy.loadbalancing.ItemsInContainersGroup
                   brooklyn.entity.trait.Changeable
brooklyn.entity.trait.Changeable
                       brooklyn.entity.basic.AbstractGroup
brooklyn.entity.basic.AbstractGroup
                           brooklyn.entity.trait.Identifiable
brooklyn.entity.trait.Identifiable
- All Superinterfaces: 
- DynamicGroup, Rebindable, Entity, Group, Changeable, AbstractGroup, Identifiable
@ImplementedBy(ItemsInContainersGroupImpl.class)
public interface ItemsInContainersGroup
extends DynamicGroup
 A group of items that are contained within a given (dynamically changing) set of containers.
 
 The setContainers(brooklyn.entity.Group) sets the group of containers. The membership of that group
 is dynamically tracked.
 
 When containers are added/removed, or when an items is added/removed, or when an Moveable item 
 is moved then the membership of this group of items is automatically updated accordingly.
 
 For example: in Monterey, this could be used to track the actors that are within a given cluster of venues.
 
    
     
                 
                 
    
     
                 
                 
                | Methods inherited from interface Entity | 
|---|
                | addChild, addChild, addEnricher, addGroup, addPolicy, clearParent, getApplication, getApplicationId, getAttribute, getChildren, getConfig, getConfig, getCreationTime, getDisplayName, getEnrichers, getEntityType, getGroups, getIconUrl, getId, getLocations, getParent, getPolicies, getRebindSupport, invoke, removeChild, removeEnricher, removePolicy, setParent | 
                
                 
                 
    
    
        ITEM_FILTER
        @SetFromFlag("itemFilter")
public static final ConfigKey ITEM_FILTER
        
        - 
        
        
    
     
    
    
        
        setContainers
        public void setContainers(Group containerGroup)
        
        - 
        
        
    
     
Brooklyn Multi-Cloud Application Management Platform 
 brooklyncentral.github.com. Apache License. © 2012.