X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FClusterCollectorPolicy.java;h=728be146109d28cc4a86103583844e2c8b8b9f59;hb=e460fd6f0af60314e2ca28391ef7ff2043016d97;hp=390092c48bf3ca660e1692c99ea6cf18bd73fcc7;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/service/ClusterCollectorPolicy.java b/bundles/org.simantics.db/src/org/simantics/db/service/ClusterCollectorPolicy.java index 390092c48..728be1461 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/service/ClusterCollectorPolicy.java +++ b/bundles/org.simantics.db/src/org/simantics/db/service/ClusterCollectorPolicy.java @@ -1,18 +1,18 @@ -package org.simantics.db.service; - -import java.util.Collection; - -public interface ClusterCollectorPolicy { - - public interface CollectorCluster { - long getImportance(); - long getClusterId(); - } - - Collection select(int desiredBytes); - Collection select(); - - void added(CollectorCluster cluster); - void removed(CollectorCluster cluster); - -} +package org.simantics.db.service; + +import java.util.Collection; + +public interface ClusterCollectorPolicy { + + public interface CollectorCluster { + long getImportance(); + long getClusterId(); + } + + Collection select(int desiredBytes); + Collection select(); + + void added(CollectorCluster cluster); + void removed(CollectorCluster cluster); + +}