Class DevicesGroupRegistry
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.frm.impl.DevicesGroupRegistry
-
public class DevicesGroupRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description DevicesGroupRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearNodeGroups(String nodeId)booleanisGroupPresent(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)voidremoveGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)voidstoreGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)
-
-
-
Method Detail
-
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)
-
-