| Package | Description |
|---|---|
| com.tangosol.net |
Contains basic cluster interfaces and factories.
|
| com.tangosol.net.proxy |
Contains interfaces and classes related to proxy services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceLoadBalancer<S extends Service,T extends ServiceLoad>
An abstract base for ServiceLoadBalancer implementations.
|
interface |
ServiceLoadBalancer<S extends Service,T extends ServiceLoad>
A ServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered Service.
|
class |
SimpleServiceLoadBalancer<S extends Service,T extends ServiceLoad>
A simple ServiceLoadBalancer implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProxyServiceLoad
A ProxyServiceLoad encapsulates information about the current utilization of a ProxyService.
|