Home
last modified time | relevance | path

Searched refs:getMaxLatency (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/
H A DServerStatsTest.java75 assertThat("Max latency check", 2000L, lessThanOrEqualTo(serverStats.getMaxLatency())); in testLatencyMetrics()
135 assertEquals(0L, serverStats.getMaxLatency()); in assertAllLatencyZero()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/
H A DConnectionBean.java144 public long getMaxLatency() { in getMaxLatency() method in ConnectionBean
145 return stats.getMaxLatency(); in getMaxLatency()
H A DServerStats.java77 public long getMaxLatency() { in getMaxLatency() method in ServerStats
125 …("Latency min/avg/max: " + getMinLatency() + "/" + getAvgLatency() + "/" + getMaxLatency() + "\n"); in toString()
H A DStats.java49 long getMaxLatency(); in getMaxLatency() method
H A DConnectionMXBean.java78 long getMaxLatency(); in getMaxLatency() method
H A DServerCnxn.java463 public synchronized long getMaxLatency() { in getMaxLatency() method in ServerCnxn
552 pwriter.print(getMaxLatency()); in dumpConnectionInfo()
576 info.put("max_latency", getMaxLatency()); in getConnectionInfo()
H A DZooKeeperServerBean.java68 return zks.serverStats().getMaxLatency(); in getMaxRequestLatency()
H A DZooKeeperServer.java1888 rootContext.registerGauge("max_latency", stats::getMaxLatency); in registerMetrics()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dfps_counter.h11 int getMaxLatency();
H A Dfps_counter.cpp37 int FpsCounter::getMaxLatency() { in getMaxLatency() function in FpsCounter
H A Dgui_builder.cpp495 …return "LAT " + toString(fpsCounter.getMaxLatency()) + "ms / " + toString(upsCounter.getMaxLatency in drawRightBandInfo()
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/www/tusc/tusc-0.4.7/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go245 getMaxLatency, getDuration int64
275 m := atomic.LoadInt64(&getMaxLatency)
277 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
295 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/syndtr/goleveldb/leveldb/cache/
H A Dcache_test.go236 getMaxLatency, getDuration int64
266 m := atomic.LoadInt64(&getMaxLatency)
268 atomic.CompareAndSwapInt64(&getMaxLatency, m, latency)
286 set, getHit, getAll, time.Duration(getMaxLatency), getAvglatency)
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/
H A DHTableMultiplexer.java313 long serverMaxLatency = worker.getMaxLatency(); in initialize()
351 public long getMaxLatency() { in getMaxLatency() method in HTableMultiplexer.HTableMultiplexerStatus
474 public long getMaxLatency() { in getMaxLatency() method in HTableMultiplexer.FlushWorker
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSession.h147 int getMaxLatency() in getMaxLatency() function
H A DHttpConnection.cpp542 showRow( b, MAX_LATENCY, pSession->getMaxLatency(), url ); in processSession()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38903 def getMaxLatency(self): member in Session
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38903 def getMaxLatency(self): member in Session

12