@Service public class DistributedVirtualFlowObjectiveStore extends SimpleVirtualFlowObjectiveStore implements org.onosproject.incubator.net.virtual.VirtualNetworkFlowObjectiveStore
storageServicedelegateMap| Constructor and Description |
|---|
DistributedVirtualFlowObjectiveStore() |
| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentMap<Integer,byte[]> |
getNextGroups(org.onosproject.incubator.net.virtual.NetworkId networkId) |
protected void |
initNextGroupsMap() |
protected void |
updateNextGroupsMap(org.onosproject.incubator.net.virtual.NetworkId networkId,
ConcurrentMap<Integer,byte[]> nextGroups) |
activate, allocateNextId, deactivate, getAllGroups, getNextGroup, putNextGroup, removeNextGrouphasDelegate, notifyDelegate, notifyDelegate, setDelegate, unsetDelegateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic DistributedVirtualFlowObjectiveStore()
protected void initNextGroupsMap()
initNextGroupsMap in class SimpleVirtualFlowObjectiveStoreprotected ConcurrentMap<Integer,byte[]> getNextGroups(org.onosproject.incubator.net.virtual.NetworkId networkId)
getNextGroups in class SimpleVirtualFlowObjectiveStoreprotected void updateNextGroupsMap(org.onosproject.incubator.net.virtual.NetworkId networkId,
ConcurrentMap<Integer,byte[]> nextGroups)
updateNextGroupsMap in class SimpleVirtualFlowObjectiveStore