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 void
clearNodeGroups(String nodeId)
boolean
isGroupPresent(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)
void
removeGroup(String nodeId, org.opendaylight.yangtools.yang.common.Uint32 groupId)
void
storeGroup(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)
-
-