Allow passing of delay to the EntityOwnerElectionStrategy
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / entityownership / selectionstrategy / EntityOwnerSelectionStrategy.java
index dffbac5fbd3a41d9607396077ff8c9aa3a8e55ff..e86c3a11513a6b2a83974b330bcd6baef8c96bcd 100644 (file)
@@ -19,7 +19,7 @@ public interface EntityOwnerSelectionStrategy {
      *
      * @return the time in millis owner selection should be delayed
      */
      *
      * @return the time in millis owner selection should be delayed
      */
-    long selectionDelayInMillis();
+    long getSelectionDelayInMillis();
 
 
     /**
 
 
     /**