53545556575859606162
/** * Creates a new instance of GitNet */ public BichoMetricQueueBean() { out = new OutLog(); params = new HashMap<>(); paramsQueue = new ArrayList<>(); threadPool = Executors.newSingleThreadExecutor(); }
4647484950515253
/** * Creates a new instance of GitNet */ public GitMetricBean() { out = new OutLog(); params = new HashMap<>(); }
47484950515253545556
/** * Creates a new instance of GitNet */ public GitMatrixQueueBean() { out = new OutLog(); params = new HashMap<>(); paramsQueue = new ArrayList<>(); threadPool = Executors.newSingleThreadExecutor(); }
4344454647484950
/** * Creates a new instance of GitNet */ public GitMatrixBean() { out = new OutLog(); params = new HashMap<>(); }
49505152535455565758
/** * Creates a new instance of GitNet */ public BichoMatrixQueueBean() { out = new OutLog(); params = new HashMap<>(); paramsQueue = new ArrayList<>(); threadPool = Executors.newSingleThreadExecutor(); }
79808182838485
private boolean fail; public GitMinerOthersBean() { initialized = false; canceled = false; out = new OutLog(); }
50515253545556575859
/** * Creates a new instance of GitNet */ public GitMetricQueueBean() { out = new OutLog(); params = new HashMap<>(); paramsQueue = new ArrayList<>(); threadPool = Executors.newSingleThreadExecutor(); }
7172737475767778798081
} public StreamedContent downloadCSV(EntityMetric metric) { StreamedContent file = null; try { OutLog out = new OutLog(); System.out.println("Metric tem nodes: " + metric.getNodes().size()); String fileName = generateFileName(metric) + ".csv";