public class TackerManager extends Object implements AutoCloseableSfcVnfManager
Modifier and Type | Class and Description |
---|---|
static class |
TackerManager.TackerManagerBuilder |
Modifier and Type | Method and Description |
---|---|
static TackerManager.TackerManagerBuilder |
builder() |
void |
close() |
boolean |
createSf(ServiceFunctionType sfType)
This method creates service function based on service function type
provided.
|
boolean |
deleteSf(ServiceFunction sf)
This method deletes service function from SfcVnfManager.
|
StatisticByTimestamp |
getSfStatistics(ServiceFunction sf)
Get the service statistics for provided service function.
|
public boolean createSf(ServiceFunctionType sfType)
SfcVnfManager
createSf
in interface SfcVnfManager
sfType
- the type of service functionpublic boolean deleteSf(ServiceFunction sf)
SfcVnfManager
deleteSf
in interface SfcVnfManager
sf
- the service function to delete from SfcVnfManagerpublic StatisticByTimestamp getSfStatistics(ServiceFunction sf)
SfcVnfManager
getSfStatistics
in interface SfcVnfManager
sf
- service function to provide service statistics forpublic void close() throws Exception
close
in interface AutoCloseable
Exception
public static TackerManager.TackerManagerBuilder builder()
Copyright © 2017 OpenDaylight. All rights reserved.