Uses of Class
com.yahoo.prelude.Ping
-
Packages that use Ping Package Description com.yahoo.search.cluster Standard searchers to compose in source search chains (those containing searchers specific for one source and which ends with a call to some provider) which calls a cluster of provider nodes.com.yahoo.search.federation The federation layer on top of the search container.com.yahoo.search.searchchain Classes for composition of searchers into search chains, which are executed to produce Results for Queries.com.yahoo.search.statistics -
-
Uses of Ping in com.yahoo.search.cluster
Methods in com.yahoo.search.cluster with parameters of type Ping Modifier and Type Method Description protected abstract Pong
ClusterSearcher. ping(Ping ping, T connection)
Pings this connection.Pong
PingableSearcher. ping(Ping ping, Execution execution)
Send a ping request downwards to probe if this searcher chain is in functioning order -
Uses of Ping in com.yahoo.search.federation
Methods in com.yahoo.search.federation with parameters of type Ping Modifier and Type Method Description Pong
ForwardingSearcher. ping(Ping ping, Execution execution)
-
Uses of Ping in com.yahoo.search.searchchain
Methods in com.yahoo.search.searchchain with parameters of type Ping Modifier and Type Method Description Pong
Execution. ping(Ping ping)
Calls ping on the next search in this chain. -
Uses of Ping in com.yahoo.search.statistics
Methods in com.yahoo.search.statistics with parameters of type Ping Modifier and Type Method Description Pong
TimingSearcher. ping(Ping ping, Execution execution)
-