Package | Description |
---|---|
com.hp.api |
Basic building blocks for constructing APIs.
|
com.hp.util.dcord |
Distributed Coordination Service API.
|
com.hp.util.dcord.hazelcast |
Distributed Coordination Service implementation using Hazelcast as the underlying technoligy.
|
com.hp.util.dcord.peer |
Peer Monitor Service.
|
Modifier and Type | Method and Description |
---|---|
static <P,R> Restrictable<P,R> |
Restrictable.create(P publicPart,
R restrictedPart)
Creates a restrict-able object.
|
Modifier and Type | Method and Description |
---|---|
static Restrictable<CoordinationService,SuspendibleStoppable> |
SuspendibleCoordinationService.create(Restrictable<CoordinationService,Stoppable> delegate)
Create a suspendible
CoordinationService |
Modifier and Type | Method and Description |
---|---|
static Restrictable<CoordinationService,SuspendibleStoppable> |
SuspendibleCoordinationService.create(Restrictable<CoordinationService,Stoppable> delegate)
Create a suspendible
CoordinationService |
Modifier and Type | Method and Description |
---|---|
static Restrictable<CoordinationService,RestrictedCoordinationService> |
HazelcastCoordinationService.create(HazelcastConfiguration configuration,
org.slf4j.Logger logger)
Creates a
CoordinationService |
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.