See: Description
| Class | Description |
|---|---|
| AbstractRemoteAuxiliaryCache<K,V> |
Abstract base for remote caches.
|
| AbstractRemoteCacheListener<K,V> |
Shared listener base.
|
| AbstractRemoteCacheNoWaitFacade<K,V> |
An abstract base for the No Wait Facade.
|
| CommonRemoteCacheAttributes |
Attributes common to remote cache client and server.
|
| RemoteCache<K,V> |
Client proxy for an RMI remote cache.
|
| RemoteCacheAttributes |
These objects are used to configure the remote cache client.
|
| RemoteCacheFactory |
The RemoteCacheFactory creates remote caches for the cache hub.
|
| RemoteCacheFailoverRunner<K,V> | Deprecated
Functionality moved to RemoteCacheNoWaitFacade
|
| RemoteCacheListener<K,V> |
Registered with RemoteCache server.
|
| RemoteCacheManager |
An instance of RemoteCacheManager corresponds to one remote connection of a specific host and
port.
|
| RemoteCacheMonitor |
Used to monitor and repair any failed connection for the remote cache service.
|
| RemoteCacheNoWait<K,V> |
The RemoteCacheNoWait wraps the RemoteCacheClient.
|
| RemoteCacheNoWaitFacade<K,V> |
Used to provide access to multiple services under nowait protection.
|
| RemoteLocation |
Location of the RMI registry.
|
| RemoteUtils |
This class provides some basic utilities for doing things such as starting
the registry properly.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.