wt.index
Class IndexListCache
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
wt.util.RMIServer
wt.cache.CacheManager
wt.index.IndexListCache
- All Implemented Interfaces:
- CacheServer, Remote, Serializable, Unreferenced
- public class IndexListCache
- extends CacheManager
This class implements cache service to store index lists.
It follows the 2-level cache paradigm. Creation and updates to
index lists must be communicated to the cache by the Index
Policy manager.
- See Also:
- Serialized Form
Constructor Summary |
IndexListCache()
Contruct a new policy list cache. |
Methods inherited from class wt.cache.CacheManager |
checkAccess, get, getDefaultName, getDefaultSize, getEntry, isCacheHost, overflow, ping, put, putEntry, putEntry, reference, registerSlave, remove, remove, removeEntry, removeEntry, reset, unreferenced, update, updateEntry, updateEntry |
Methods inherited from class wt.util.RMIServer |
clone, exportObject, exportObject, exportObject, getClientSocketFactory, getPort, getServerSocketFactory, getStub, isHostInList, isLocalHost, setPort, writeReplace |
versionID
private static final String versionID
- See Also:
- Constant Field Values
IndexListCache
public IndexListCache()
throws RemoteException
- Contruct a new policy list cache.