Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Class and Description |
---|---|
class |
DistributorHome
Specific Distributor class for the Home interface load balancing and fail-over logic
- default LB algorithm :
-> local pref and round robin
- default fail-over algorithm :
-> retry on ConnectException or ConnectIOException or NoSuchObjectException
|
class |
DistributorSfsbHome
Specific Distributor class for the SFSB replication protocol
- Handles a backup stub list being a subset of the ServerStubList
- Creates the link between the Remote and the Home objects at the create time
- Default LB algorithm : RR with local preference
|
class |
DistributorSfsbRemote
Specific Distributor class for the SFSB replication protocol
- Handles a link with the Home instance for recreating an instance when an exception occurs
- Holds a cluster wide ObjectId
- Keeps request number
|
class |
DistributorSlsbRemote
Specific Distributor class for the Home interface load balancing and fail-over logic
- default LB algorithm :
-> local pref and round robin
- default fail-over algorithm :
-> retry on ConnectException or ConnectIOException or NoSuchObjectException
|
Modifier and Type | Field and Description |
---|---|
protected Distributor |
ClusterStub.distrib
Distributor class
|
Modifier and Type | Method and Description |
---|---|
Distributor |
ClusterStub.getDistrib()
Get the Distributor instance associated with this stub
|
Constructor and Description |
---|
ClusterStub(Distributor distrib,
ServerStubList sl)
Creates a new cluster stub
|