Examples of averageQPMPublicLocal()


Examples of de.anomic.search.Switchboard.averageQPMPublicLocal()

                prop.putNum("table_my-sU", seed.getLong(yacySeed.URL_OUT, 0L));
                prop.putNum("table_my-rI", seed.getLong(yacySeed.INDEX_IN, 0L));
                prop.putNum("table_my-rU", seed.getLong(yacySeed.URL_IN, 0L));
                prop.putNum("table_my-ppm", myppm);
                prop.putNum("table_my-qph", Math.round(100d * myqph) / 100d);
                prop.putNum("table_my-qph-publocal", Math.round(6000d * sb.averageQPMPublicLocal()) / 100d);
                prop.putNum("table_my-qph-pubremote", Math.round(6000d * sb.averageQPMGlobal()) / 100d);
                prop.putNum("table_my-seeds", seed.getLong(yacySeed.SCOUNT, 0L));
                prop.putNum("table_my-connects", seed.getFloat(yacySeed.CCOUNT, 0F));
                prop.put("table_my-url", seed.get(yacySeed.SEEDLISTURL, ""));
               
View Full Code Here

Examples of net.yacy.search.Switchboard.averageQPMPublicLocal()

                prop.putNum("table_my-sU", seed.getLong(Seed.URL_OUT, 0L));
                prop.putNum("table_my-rI", seed.getLong(Seed.INDEX_IN, 0L));
                prop.putNum("table_my-rU", seed.getLong(Seed.URL_IN, 0L));
                prop.putNum("table_my-ppm", myppm);
                prop.putNum("table_my-qph", Math.round(100d * myqph) / 100d);
                prop.putNum("table_my-qph-publocal", Math.round(6000d * sb.averageQPMPublicLocal()) / 100d);
                prop.putNum("table_my-qph-pubremote", Math.round(6000d * sb.averageQPMGlobal()) / 100d);
                prop.putNum("table_my-seeds", seed.getLong(Seed.SCOUNT, 0L));
                prop.putNum("table_my-connects", seed.getFloat(Seed.CCOUNT, 0F));
                prop.put("table_my-url", seed.get(Seed.SEEDLISTURL, ""));

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.