Uses of Class
edu.uiuc.ncsa.security.storage.data.MapConverter
-
Packages that use MapConverter Package Description edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.sas.storage edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface).edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
.edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table. -
-
Uses of MapConverter in edu.uiuc.ncsa.sas.client
Subclasses of MapConverter in edu.uiuc.ncsa.sas.client Modifier and Type Class Description class
ClientConverter<V extends SASClient>
Created by Jeff Gaynor
on 8/15/22 at 9:38 AM -
Uses of MapConverter in edu.uiuc.ncsa.sas.loader
Constructors in edu.uiuc.ncsa.sas.loader with parameters of type MapConverter Constructor Description ClientFSStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, MapConverter converter, javax.inject.Provider<? extends SASClient> clientProvider)
SQLClientStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, MapConverter converter, ClientProvider clientProvider)
-
Uses of MapConverter in edu.uiuc.ncsa.sas.storage
Constructors in edu.uiuc.ncsa.sas.storage with parameters of type MapConverter Constructor Description FSClientStore(File directory, IdentifiableProvider<V> idp, MapConverter<V> cp, boolean removeEmptyFiles, boolean removeFailedFiles)
FSClientStore(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)
SASSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
-
Uses of MapConverter in edu.uiuc.ncsa.security.storage
Fields in edu.uiuc.ncsa.security.storage declared as MapConverter Modifier and Type Field Description protected MapConverter
FSProvider. converter
protected MapConverter<V>
IndexedStreamStore. converter
Methods in edu.uiuc.ncsa.security.storage that return MapConverter Modifier and Type Method Description MapConverter
FileStore. getMapConverter()
MapConverter<V>
MemoryStore. getMapConverter()
Methods in edu.uiuc.ncsa.security.storage with parameters of type MapConverter Modifier and Type Method Description protected void
FileStore. doSetup(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)
Constructors in edu.uiuc.ncsa.security.storage with parameters of type MapConverter Constructor Description FileStore(File directory, IdentifiableProvider<V> idp, MapConverter<V> cp, boolean removeEmptyFiles, boolean removeFailedFiles)
Accepts a directory for both the index and data and creates the subdirectories.FileStore(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)
For the case where the data and index directories are explicitly given.FSProvider(String type, String target, MapConverter converter)
FSProvider(org.apache.commons.configuration.tree.ConfigurationNode config, String type, String target, MapConverter converter)
-
Uses of MapConverter in edu.uiuc.ncsa.security.storage.cli
Methods in edu.uiuc.ncsa.security.storage.cli that return MapConverter Modifier and Type Method Description MapConverter
StoreArchiver. getMapConverter()
protected MapConverter
StoreCommands. getMapConverter()
-
Uses of MapConverter in edu.uiuc.ncsa.security.storage.monitored
Subclasses of MapConverter in edu.uiuc.ncsa.security.storage.monitored Modifier and Type Class Description class
MonitoredConverter<V extends Monitored>
Created by Jeff Gaynor
on 3/29/23 at 8:26 AMConstructors in edu.uiuc.ncsa.security.storage.monitored with parameters of type MapConverter Constructor Description MonitoredFileStore(File directory, IdentifiableProvider<V> idp, MapConverter<V> cp, boolean removeEmptyFiles, boolean removeFailedFiles)
MonitoredFileStore(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)
MonitoredSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
-
Uses of MapConverter in edu.uiuc.ncsa.security.storage.sql
Fields in edu.uiuc.ncsa.security.storage.sql declared as MapConverter Modifier and Type Field Description protected MapConverter<V>
SQLStore. converter
protected MapConverter
SQLStoreProvider. converter
Methods in edu.uiuc.ncsa.security.storage.sql that return MapConverter Modifier and Type Method Description MapConverter
SQLStore. getMapConverter()
Constructors in edu.uiuc.ncsa.security.storage.sql with parameters of type MapConverter Constructor Description SQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
SQLStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)
SQLStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter converter)
SQLStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)
SQLStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter converter)
-