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 classClientConverter<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(CFNode config, MapConverter converter, javax.inject.Provider<? extends SASClient> clientProvider)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 MapConverterFSProvider. converterprotected MapConverter<V>IndexedStreamStore. converterMethods in edu.uiuc.ncsa.security.storage that return MapConverter Modifier and Type Method Description MapConverterFileStore. getMapConverter()MapConverter<V>MemoryStore. getMapConverter()Methods in edu.uiuc.ncsa.security.storage with parameters of type MapConverter Modifier and Type Method Description protected voidFileStore. 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(CFNode config, String type, String target, MapConverter converter)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 MapConverterStoreArchiver. getMapConverter()protected MapConverterStoreCommands. getMapConverter()protected MapConverterStoreCommands2. 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 classMonitoredConverter<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. converterprotected MapConverterSQLStoreProvider. converterMethods in edu.uiuc.ncsa.security.storage.sql that return MapConverter Modifier and Type Method Description MapConverterSQLStore. 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(CFNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, MapConverter converter)SQLStoreProvider(CFNode config, ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, String target, String tablename, MapConverter 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)
-