private class ClusterSearcher.Pinger extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
private Ping |
pingChallenge |
private com.yahoo.concurrent.Receiver<Pong> |
pong |
private Searcher |
searcher |
Modifier and Type | Method and Description |
---|---|
private Execution |
createExecution() |
Pong |
getPong() |
void |
run() |
private final Searcher searcher
private final Ping pingChallenge
private final com.yahoo.concurrent.Receiver<Pong> pong
public Pinger(Searcher searcher)
private Execution createExecution()
public Pong getPong() throws InterruptedException
InterruptedException
Copyright © 2018. All rights reserved.