|
@@ -161,11 +161,12 @@ public class NeoFacade {
|
|
@Cacheable(value = "cache", key = "'disdistributionCache'")
|
|
@Cacheable(value = "cache", key = "'disdistributionCache'")
|
|
public Map<String,Float> getDisdistributionCache() {
|
|
public Map<String,Float> getDisdistributionCache() {
|
|
Map<String,Float> disdistribution = new HashMap<>();
|
|
Map<String,Float> disdistribution = new HashMap<>();
|
|
- Map<String, String> disdistributionClass = nodeRepository.getDisdistributionClass();
|
|
|
|
|
|
+ /*Map<String, String> disdistributionClass = nodeRepository.getDisdistributionClass();
|
|
disdistributionClass.forEach((x,y) ->{
|
|
disdistributionClass.forEach((x,y) ->{
|
|
disdistribution.put(x,Float.parseFloat(y));
|
|
disdistribution.put(x,Float.parseFloat(y));
|
|
});
|
|
});
|
|
- return disdistribution;
|
|
|
|
|
|
+ return disdistribution;*/
|
|
|
|
+ return null;
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
* 图谱反推的数据
|
|
* 图谱反推的数据
|