Class DSFSClientStore
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.IndexedStreamStore<V>
-
- edu.uiuc.ncsa.security.storage.FileStore<V>
-
- org.oa4mp.delegation.common.monitored.storage.OLDMonitoredFileStore<V>
-
- org.oa4mp.delegation.server.impl.storage.FSClientStore<Client>
-
- org.oa4mp.server.api.filestore.storage.DSFSClientStore
-
- All Implemented Interfaces:
BaseClientStore<Client>
,ClientStore<Client>
,edu.uiuc.ncsa.security.core.Store<Client>
,edu.uiuc.ncsa.security.storage.ListeningStoreInterface<Client>
,Map<edu.uiuc.ncsa.security.core.Identifier,Client>
public class DSFSClientStore extends FSClientStore<Client>
Created by Jeff Gaynor
on 1/18/12 at 10:47 AM
-
-
Constructor Summary
Constructors Constructor Description DSFSClientStore(File f, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<Client> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<Client> cp, boolean removeEmptyFiles)
DSFSClientStore(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<Client> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<Client> cp, boolean removeEmptyFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Client>
getMostRecent(int n, List<String> attributes)
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl.FSClientStore
getByApprover, getByStatus, getMapConverter, realSave
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.monitored.MonitoredFileStore
addLastAccessedEventListener, fireLastAccessedEvent, get, getLastAccessedEventListeners, getUuid, isMonitorEnabled, lastAccessUpdate, setMonitorEnabled
-
Methods inherited from class edu.uiuc.ncsa.security.storage.FileStore
checkPermissions, clear, containsKey, containsValue, create, createIndexEntry, delete, doSetup, entrySet, getAll, getIndexEntry, getItemFile, getItemFile, getXMLConverter, keySet, loadByIdentifier, loadFile, loadFromIndex, putAll, realRemove, register, remove, remove, removeIndexEntry, save, search, search, search, size, size, toString, update, values
-
Methods inherited from class edu.uiuc.ncsa.security.storage.IndexedStreamStore
createIndexEntry, getCreatedItems, hashString, isEmpty, loadStream, put, put
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getMostRecent
public List<Client> getMostRecent(int n, List<String> attributes)
- Specified by:
getMostRecent
in interfaceedu.uiuc.ncsa.security.core.Store<Client>
- Overrides:
getMostRecent
in classMonitoredFileStore<Client>
-
-