Package org.onosproject.intentsync
Interface IntentSynchronizationAdminService
-
- All Known Implementing Classes:
IntentSynchronizer
public interface IntentSynchronizationAdminServiceAdministrative APIs for managing intent synchronization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmodifyPrimary(boolean isPrimary)Changes whether this instance is the primary or not based on the boolean parameter.voidremoveIntents()Withdraws all intents.
-