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.chain.model.Chainable,com.yahoo.component.Component,com.yahoo.component.Deconstructable,Comparable<com.yahoo.component.Component>
- Direct Known Subclasses:
ClusterSearcher,ForwardingSearcher
A searcher to which we can send a ping to probe if it is alive
- Author:
- bratseth
-
Field Summary
Fields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.search.Searcher
ensureFilled, fill, getLogger, process, search, toStringMethods inherited from class com.yahoo.component.chain.ChainedComponent
getDependencies, initDependenciesMethods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructableMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependencies
-
Constructor Details
-
PingableSearcher
public PingableSearcher() -
PingableSearcher
public PingableSearcher(com.yahoo.component.ComponentId id)
-
-
Method Details
-
ping
Send a ping request downwards to probe if this searcher chain is in functioning order
-