Class DevicesGroupRegistry

java.lang.Object
org.opendaylight.openflowplugin.applications.frm.impl.DevicesGroupRegistry

public class DevicesGroupRegistry extends Object
  • Constructor Details

    • DevicesGroupRegistry

      public DevicesGroupRegistry()
  • Method Details

    • isGroupPresent

      public boolean isGroupPresent(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)
    • storeGroup

      public void storeGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)
    • removeGroup

      public void removeGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)
    • clearNodeGroups

      public void clearNodeGroups(String nodeId)