Uses of Class
edu.uiuc.ncsa.security.storage.events.IDMap
-
Packages that use IDMap Package Description edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.events This package has events for tracking last access times of objects.edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
. -
-
Uses of IDMap in edu.uiuc.ncsa.security.storage
Methods in edu.uiuc.ncsa.security.storage with parameters of type IDMap Modifier and Type Method Description void
MonitoredStoreDelegate. lastAccessUpdate(IDMap idMap)
void
MonitoredStoreInterface. lastAccessUpdate(IDMap idMap)
-
Uses of IDMap in edu.uiuc.ncsa.security.storage.events
Methods in edu.uiuc.ncsa.security.storage.events that return types with arguments of type IDMap Modifier and Type Method Description Map<UUID,IDMap>
LastAccessedEventListener. getIdsByStoreMap()
-
Uses of IDMap in edu.uiuc.ncsa.security.storage.monitored
Methods in edu.uiuc.ncsa.security.storage.monitored with parameters of type IDMap Modifier and Type Method Description void
MonitoredFileStore. lastAccessUpdate(IDMap idMap)
void
MonitoredMemoryStore. lastAccessUpdate(IDMap idMap)
void
MonitoredSQLStore. lastAccessUpdate(IDMap idMap)
-