Package | Description |
---|---|
com.hp.util.dcord.peer |
Peer Monitor Service.
|
Modifier and Type | Class and Description |
---|---|
class |
PubSubPeerMonitor<P>
Implementation of
PeerMonitor that uses a
PublishSubscribeService to distribute the status across the
cluster. |
Modifier and Type | Method and Description |
---|---|
static <P> Restrictable<PeerMonitor<P>,Stoppable> |
PubSubPeerMonitor.create(Class<P> peerClass,
CoordinationService coordinationService,
ThreadExecutor threadExecutor,
org.slf4j.Logger logger)
Crates a peer monitor service.
|
static <P> Restrictable<PeerMonitor<P>,Stoppable> |
PubSubPeerMonitor.create(Class<P> peerClass,
Serializer<P> peerSerializer,
CoordinationService coordinationService,
ThreadExecutor threadExecutor,
org.slf4j.Logger logger)
Crates a peer monitor service.
|
Copyright © 2015. All Rights Reserved.