org.jboss.ha.framework.interfaces |
|
Java Source File Name | Type | Comment |
ClusteringTargetsRepository.java | Class | JVM singleton that associates a list of targets (+ other info)
contained in a FamilyClusterInfo to a proxy family. |
ClusterMergeStatus.java | Class | ThreadLocal-based context information about whether the
current thread is executing a cluster merge.
This is really a temporary 4.x workaround for JBAS-4229. |
ClusterNode.java | Class | Replacement for a JG IpAddress that doesn't base its representation
on the JG address but on the computed node name added to the IPAddress instead. |
DistributedReplicantManager.java | Interface | |
DistributedState.java | Interface | DistributedState is a service on top of HAPartition that provides a
cluster-wide distributed state. |
FamilyClusterInfo.java | Interface | Maintain information for a given proxy family. |
FamilyClusterInfoImpl.java | Class | |
FirstAvailable.java | Class | LoadBalancingPolicy implementation that always favor the first available target i.e.
no load balancing occurs. |
FirstAvailableIdenticalAllProxies.java | Class | LoadBalancingPolicy implementation that always favor the first available target i.e.
no load balancing occurs. |
GenericClusteringException.java | Class | Generic clustering exception that can be used to replace other exceptions
that occur on the server. |
HAPartition.java | Interface | |
HARMIClient.java | Class | |
HARMIProxy.java | Interface | |
HARMIResponse.java | Class | When using HA-RMI, the result of an invocation is embedded in an instance of this class. |
HARMIServer.java | Interface | When using HA-RMI, the RMI communication end-point on the server-side is
an instance of this class. |
ImmutableArrayList.java | Class | Subclasses ArrayList but throws an UnsupportedOperationException from
any method that would change the internal data members. |
LoadBalancePolicy.java | Interface | Base interface for load-balancing policies. |
RandomRobin.java | Class | LoadBalancingPolicy implementation that always fully randomly select its target
(without basing its decision on any historic). |
RoundRobin.java | Class | LoadBalancingPolicy implementation that always favor the next available
target load balancing always occurs. |
SubPartitionInfo.java | Class | Holder class that knows about a particular HA(sub)Partition i.e. |
SubPartitionsInfo.java | Class | Holder class that knows about a set of HA(sub)Partition currently
building the overall cluster. |