Remove config subsystem from OpenFlowJava
[openflowplugin.git] / applications / statistics-manager / src / main / java / org / opendaylight / openflowplugin / applications / statistics / manager / StatisticsManager.java
index 640e5dd227825e5e3bcfe5d9bd4c6508d3c4e590..109920614a6552af3b46822e62e2faa6cac19754 100644 (file)
@@ -208,6 +208,16 @@ public interface StatisticsManager extends AutoCloseable, TransactionChainListen
       */
      void registerAdditionalNodeFeature(InstanceIdentifier<Node> nodeIdent, StatCapabTypes statCapab);
 
+    /**
+     * Method wraps {@link StatPermCollector}.unregisterNodeStats to provide
+     * possibility to unregister Node stats type {@link StatCapabTypes} from
+     * statistics collecting.
+     *
+     * @param nodeIdent
+     * @param statCapab
+     */
+    void unregisterNodeStats(InstanceIdentifier<Node> nodeIdent, StatCapabTypes statCapab);
+
     /**
      * Method provides access to Device RPC methods by wrapped
      * internal method. In next {@link StatRpcMsgManager} is registered all