Uses of Interface
com.yahoo.search.dispatch.searchcluster.PingFactory
-
Packages that use PingFactory Package Description com.yahoo.search.dispatch.rpc com.yahoo.search.dispatch.searchcluster -
-
Uses of PingFactory in com.yahoo.search.dispatch.rpc
Classes in com.yahoo.search.dispatch.rpc that implement PingFactory Modifier and Type Class Description class
RpcPingFactory
-
Uses of PingFactory in com.yahoo.search.dispatch.searchcluster
Constructors in com.yahoo.search.dispatch.searchcluster with parameters of type PingFactory Constructor Description SearchCluster(java.lang.String clusterId, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, int containerClusterSize, com.yahoo.container.handler.VipStatus vipStatus, PingFactory pingFactory)
SearchCluster(java.lang.String clusterId, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, com.yahoo.container.handler.VipStatus vipStatus, PingFactory pingFactory)
-