@Service public class DistributedVirtualFlowObjectiveStore extends SimpleVirtualFlowObjectiveStore implements VirtualNetworkFlowObjectiveStore
storageServicedelegateMap| Constructor and Description |
|---|
DistributedVirtualFlowObjectiveStore() |
| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentMap<Integer,byte[]> |
getNextGroups(NetworkId networkId) |
protected void |
initNextGroupsMap() |
protected void |
updateNextGroupsMap(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, waitallocateNextId, getAllGroups, getNextGroup, putNextGroup, removeNextGrouphasDelegate, setDelegate, unsetDelegatepublic DistributedVirtualFlowObjectiveStore()
protected void initNextGroupsMap()
initNextGroupsMap in class SimpleVirtualFlowObjectiveStoreprotected ConcurrentMap<Integer,byte[]> getNextGroups(NetworkId networkId)
getNextGroups in class SimpleVirtualFlowObjectiveStoreprotected void updateNextGroupsMap(NetworkId networkId, ConcurrentMap<Integer,byte[]> nextGroups)
updateNextGroupsMap in class SimpleVirtualFlowObjectiveStore