Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheService
A CacheService is a clustered service providing a collection of named Maps
that hold resources shared among members of a cluster.
|
interface |
DistributedCacheService
A DistributedCacheService is a clustered cache service that partitions its
data across cluster members that provide backing storage.
|
interface |
InvocationService
The InvocationService is a Service for delivering executable objects to
cluster members for distributed invocation.
|
interface |
NameService
A NameService is a service that accepts connections from external clients
(e.g.
|
interface |
PartitionedService
A PartitionedService is aware of a mapping of keys to partitions and of
partitions to cluster members.
|
interface |
ProxyService
A ProxyService is a clustered service that accepts connections from
external clients (e.g.
|
interface |
Service
This Service interface represents a controllable service that operates in a
clustered network environment.
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperCacheService
CacheService implementation that delegates to a wrapped CacheService
instance.
|
class |
WrapperInvocationService
InvocationService implementation that delegates to a wrapped
InvocationService instance.
|
class |
WrapperService
Service implementation that delegates to a wrapped Service instance.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceEvent.getService()
Return the Service that fired the event.
|
Constructor and Description |
---|
ServiceEvent(Service service,
int nId)
Constructs a new ServiceEvent.
|