Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2535 - in branches/new-structure/trunk/surfnet_java-flowsa-ma: . src/org/perfsonar/service/mesurementArchive/flowsa/nfdump

Subject: perfsonar development work

List archive

perfsonar: r2535 - in branches/new-structure/trunk/surfnet_java-flowsa-ma: . src/org/perfsonar/service/mesurementArchive/flowsa/nfdump


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2535 - in branches/new-structure/trunk/surfnet_java-flowsa-ma: . src/org/perfsonar/service/mesurementArchive/flowsa/nfdump
  • Date: Tue, 10 Jul 2007 08:30:48 -0400

Author: michael.bischoff
Date: 2007-07-10 08:30:47 -0400 (Tue, 10 Jul 2007)
New Revision: 2535

Removed:
branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/
branches/new-structure/trunk/surfnet_java-flowsa-ma/contrib/
Modified:

branches/new-structure/trunk/surfnet_java-flowsa-ma/src/org/perfsonar/service/mesurementArchive/flowsa/nfdump/NfdumpControll.java
Log:
cleanup

Modified:
branches/new-structure/trunk/surfnet_java-flowsa-ma/src/org/perfsonar/service/mesurementArchive/flowsa/nfdump/NfdumpControll.java
===================================================================
---
branches/new-structure/trunk/surfnet_java-flowsa-ma/src/org/perfsonar/service/mesurementArchive/flowsa/nfdump/NfdumpControll.java
2007-07-10 11:53:21 UTC (rev 2534)
+++
branches/new-structure/trunk/surfnet_java-flowsa-ma/src/org/perfsonar/service/mesurementArchive/flowsa/nfdump/NfdumpControll.java
2007-07-10 12:30:47 UTC (rev 2535)
@@ -136,6 +136,7 @@
List<String> commands = createCommandsFrom(query);

Callable<Statistics> task = new
NfdumpTask<Statistics>(commands,readerFactory) {
+ @Override
public Statistics call(NfdumpOutputReader reader) throws
Exception {
return reader.readStatistics();
}
@@ -294,8 +295,8 @@
return (NfdumpOutputReaderFactory) factoryClass.newInstance();
}
/**
- * Mostly unimportand class, it simply ensures that the thread priority
is not
- * higher than the thread that initiated. It also sets names so that
wenn
+ * Mostly unimporant class, it simply ensures that the thread priority
is not
+ * higher than the thread that initiated. It also sets names so that
when
* profiling/debugging threads are recognizable.
* @author Michael Bischoff
*/



  • perfsonar: r2535 - in branches/new-structure/trunk/surfnet_java-flowsa-ma: . src/org/perfsonar/service/mesurementArchive/flowsa/nfdump, svnlog, 07/10/2007

Archive powered by MHonArc 2.6.16.

Top of Page