Package | Description |
---|---|
com.hp.api |
Basic building blocks for constructing APIs.
|
com.hp.util.dcord |
Distributed Coordination Service API.
|
com.hp.util.dcord.election |
Authority that determines whether the local node is eligible for election.
|
com.hp.util.dcord.peer |
Peer Monitor Service.
|
com.hp.util.persistence |
...
|
com.hp.util.persistence.cassandra |
...
|
com.hp.util.persistence.cassandra.entitymgr |
...
|
Modifier and Type | Interface and Description |
---|---|
interface |
SuspendibleStoppable |
Modifier and Type | Interface and Description |
---|---|
interface |
RestrictedCoordinationService
This class extends
Stoppable and LifeCycleListener
so that it is restricted to only the creater of the object. |
Modifier and Type | Method and Description |
---|---|
static Restrictable<CoordinationService,SuspendibleStoppable> |
SuspendibleCoordinationService.create(Restrictable<CoordinationService,Stoppable> delegate)
Create a suspendible
CoordinationService |
Modifier and Type | Class and Description |
---|---|
class |
ElectionService
Leader election service.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DbConnectionService
This class used to validate the database connectivity.
|
Modifier and Type | Class and Description |
---|---|
class |
DataStoreManager
DataStoreManager provides an implementation of the
DataStoreService . |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionChecker |
Copyright © 2015. All Rights Reserved.