Package com.yahoo.search.cluster
Class PingableSearcher
- java.lang.Object
-
- com.yahoo.component.AbstractComponent
-
- com.yahoo.component.chain.ChainedComponent
-
- com.yahoo.processing.Processor
-
- com.yahoo.search.Searcher
-
- com.yahoo.search.cluster.PingableSearcher
-
- All Implemented Interfaces:
com.yahoo.component.Component
,com.yahoo.component.Deconstructable
,java.lang.Comparable<com.yahoo.component.Component>
- Direct Known Subclasses:
ClusterSearcher
,ForwardingSearcher
,TimingSearcher
public abstract class PingableSearcher extends Searcher
A searcher to which we can send a ping to probe if it is alive- Author:
- bratseth
-
-
Constructor Summary
Constructors Constructor Description PingableSearcher()
PingableSearcher(com.yahoo.component.ComponentId id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pong
ping(Ping ping, Execution execution)
Send a ping request downwards to probe if this searcher chain is in functioning order-
Methods inherited from class com.yahoo.search.Searcher
ensureFilled, fill, getLogger, process, search, toString
-
Methods inherited from class com.yahoo.component.chain.ChainedComponent
getAnnotatedDependencies, getDefaultAnnotatedDependencies, getDependencies, initDependencies
-
-