Home
last modified time | relevance | path

Searched refs:getCachedConnection (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/py-vertex/Vertex-0.3.1/vertex/test/
H A Dtest_conncache.py64 def getCachedConnection(self): member in TestConnectionCache
81 d = self.getCachedConnection()
98 self.getCachedConnection()
104 d = self.getCachedConnection()
116 self.getCachedConnection()
119 d = self.getCachedConnection()
137 self.getCachedConnection()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/
H A DMetaTableLocator.java368 return getCachedConnection(hConnection, waitMetaRegionLocation(zkw, replicaId, timeout)); in getMetaServerConnection()
379 private static AdminService.BlockingInterface getCachedConnection(HConnection hConnection, in getCachedConnection() method in MetaTableLocator