Package org.apache.storm.pacemaker
Class PacemakerClientPool
- java.lang.Object
-
- org.apache.storm.pacemaker.PacemakerClientPool
-
public class PacemakerClientPool extends Object
-
-
Constructor Summary
Constructors Constructor Description PacemakerClientPool(Map<String,Object> config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
HBMessage
send(HBMessage m)
List<HBMessage>
sendAll(HBMessage m)
-
-
-
Method Detail
-
send
public HBMessage send(HBMessage m) throws PacemakerConnectionException, InterruptedException
-
sendAll
public List<HBMessage> sendAll(HBMessage m) throws PacemakerConnectionException, InterruptedException
-
close
public void close()
-
-