Uses of Class
org.apache.manifoldcf.core.interfaces.StringSet
-
-
Uses of StringSet in org.apache.manifoldcf.agents.outputconnection
Fields in org.apache.manifoldcf.agents.outputconnection declared as StringSet Modifier and Type Field Description protected StringSetOutputConnectionManager.OutputConnectionDescription. cacheKeysMethods in org.apache.manifoldcf.agents.outputconnection that return StringSet Modifier and Type Method Description StringSetOutputConnectionManager.OutputConnectionDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.agents.outputconnection with parameters of type StringSet Constructor Description OutputConnectionDescription(java.lang.String connectionName, StringSet invKeys) -
Uses of StringSet in org.apache.manifoldcf.agents.transformationconnection
Fields in org.apache.manifoldcf.agents.transformationconnection declared as StringSet Modifier and Type Field Description protected StringSetTransformationConnectionManager.TransformationConnectionDescription. cacheKeysMethods in org.apache.manifoldcf.agents.transformationconnection that return StringSet Modifier and Type Method Description StringSetTransformationConnectionManager.TransformationConnectionDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.agents.transformationconnection with parameters of type StringSet Constructor Description TransformationConnectionDescription(java.lang.String connectionName, StringSet invKeys) -
Uses of StringSet in org.apache.manifoldcf.authorities.authgroups
Fields in org.apache.manifoldcf.authorities.authgroups declared as StringSet Modifier and Type Field Description protected StringSetAuthorityGroupManager.AuthorityGroupDescription. cacheKeysMethods in org.apache.manifoldcf.authorities.authgroups that return StringSet Modifier and Type Method Description StringSetAuthorityGroupManager.AuthorityGroupDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.authorities.authgroups with parameters of type StringSet Constructor Description AuthorityGroupDescription(java.lang.String groupName, StringSet invKeys) -
Uses of StringSet in org.apache.manifoldcf.authorities.authority
Fields in org.apache.manifoldcf.authorities.authority declared as StringSet Modifier and Type Field Description protected StringSetAuthorityConnectionManager.AuthorityConnectionDescription. cacheKeysMethods in org.apache.manifoldcf.authorities.authority that return StringSet Modifier and Type Method Description StringSetAuthorityConnectionManager.AuthorityConnectionDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.authorities.authority with parameters of type StringSet Constructor Description AuthorityConnectionDescription(java.lang.String connectionName, StringSet invKeys) -
Uses of StringSet in org.apache.manifoldcf.authorities.mapping
Fields in org.apache.manifoldcf.authorities.mapping declared as StringSet Modifier and Type Field Description protected StringSetMappingConnectionManager.MappingConnectionDescription. cacheKeysMethods in org.apache.manifoldcf.authorities.mapping that return StringSet Modifier and Type Method Description StringSetMappingConnectionManager.MappingConnectionDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.authorities.mapping with parameters of type StringSet Constructor Description MappingConnectionDescription(java.lang.String connectionName, StringSet invKeys) -
Uses of StringSet in org.apache.manifoldcf.core.cachemanager
Fields in org.apache.manifoldcf.core.cachemanager declared as StringSet Modifier and Type Field Description protected StringSetCacheManager.CacheHandle. invalidationKeysprotected StringSetGeneralCache.ObjectRecord. invalidationKeysMethods in org.apache.manifoldcf.core.cachemanager that return StringSet Modifier and Type Method Description StringSetCacheManager.CacheHandle. getInvalidationKeys()Get the invalidation keys.StringSetCacheManager.CacheTransactionHandle. getInvalidationKeys()Get the current invalidation keys.StringSetGeneralCache.ObjectRecord. getKeys()StringSetGeneralCache. getObjectInvalidationKeys(java.lang.Object objectDescription)Get the invalidation keys for an object in the cache.StringSetCacheManager.CacheTransactionHandle. getReadLocks()Get the set of read locks to close on exit from this transaction.StringSetCacheManager.CacheTransactionHandle. getRemainingReadLocks(StringSet cacheKeys, StringSet keys)Come up with the set of read locks we still need to throw.StringSetCacheManager.CacheTransactionHandle. getRemainingWriteLocks(StringSet cacheKeys, StringSet keys)Come up with the set of write locks we still need to throw.StringSetCacheManager.CacheTransactionHandle. getWriteLocks()Get the set of write locks to close on exit from this transaction.Methods in org.apache.manifoldcf.core.cachemanager with parameters of type StringSet Modifier and Type Method Description voidGeneralCache.InvalidationTable. addKeys(StringSet keyset, GeneralCache.ObjectRecord objectRecord)voidCacheManager.CacheTransactionHandle. addLocks(StringSet thrownReadLocks, StringSet thrownWriteLocks)Add to the set of locks that are open.booleanCacheManager.CacheTransactionHandle. checkCacheKeys(StringSet cacheKeys)See if cache keys intersect with invalidation keys.ICacheHandleCacheManager. enterCache(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, java.lang.String transactionID)Second way of doing cache management.voidCacheManager. findObjectsAndExecute(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, ICacheExecutor execObject, java.lang.String transactionID)Locate or create a set of objects in the cached object pool, and/or destroy and invalidate the same or other objects.StringSetCacheManager.CacheTransactionHandle. getRemainingReadLocks(StringSet cacheKeys, StringSet keys)Come up with the set of read locks we still need to throw.StringSetCacheManager.CacheTransactionHandle. getRemainingWriteLocks(StringSet cacheKeys, StringSet keys)Come up with the set of write locks we still need to throw.voidCacheManager.CacheTransactionHandle. invalidateKeys(StringSet keys)Invalidate objects.voidGeneralCache. invalidateKeys(StringSet keys)Invalidate a set of keys.protected voidCacheManager. performInvalidation(StringSet keys)Perform an invalidation.voidCacheManager.CacheTransactionHandle. saveObject(ICacheDescription descriptionObject, java.lang.Object object, StringSet cacheKeys)Save an object in cache.voidGeneralCache. setObject(java.lang.Object objectDescription, java.lang.Object object, StringSet keys, long timestamp)Add a newly created object to the cache.Constructors in org.apache.manifoldcf.core.cachemanager with parameters of type StringSet Constructor Description CacheHandle(java.lang.String[] readLocks, java.lang.String[] writeLocks, ICacheDescription[] descriptions, StringSet invalidationKeys, java.lang.String transactionID)ObjectRecord(java.lang.Object objectDescription, java.lang.Object theObject, StringSet invalidationKeys, long creationTime) -
Uses of StringSet in org.apache.manifoldcf.core.database
Fields in org.apache.manifoldcf.core.database declared as StringSet Modifier and Type Field Description protected StringSetQueryDescription. keysMethods in org.apache.manifoldcf.core.database that return StringSet Modifier and Type Method Description StringSetDBInterfaceHSQLDB. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetDBInterfaceMySQL. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetDBInterfacePostgreSQL. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetQueryDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Methods in org.apache.manifoldcf.core.database with parameters of type StringSet Modifier and Type Method Description voidDBInterfaceHSQLDB. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidDBInterfaceMySQL. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidDBInterfacePostgreSQL. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidDBInterfaceHSQLDB. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.voidDBInterfaceMySQL. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.voidDBInterfacePostgreSQL. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.IResultSetDatabase. executeQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, StringSet invalidateKeys, java.lang.String queryClass, boolean needResult, int maxReturn, ResultSpecification spec, ILimitChecker returnLimits)Execute arbitrary database query, and optionally cache the result.StringSetDBInterfaceHSQLDB. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetDBInterfaceMySQL. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetDBInterfacePostgreSQL. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.protected java.util.MapBaseTable. getTableIndexes(StringSet invalidateKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,IndexDescription>DBInterfaceHSQLDB. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,IndexDescription>DBInterfaceMySQL. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,IndexDescription>DBInterfacePostgreSQL. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.protected java.util.MapBaseTable. getTableSchema(StringSet invalidateKeys, java.lang.String queryClass)Get the current table schema.java.util.Map<java.lang.String,ColumnDescription>DBInterfaceHSQLDB. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.java.util.Map<java.lang.String,ColumnDescription>DBInterfaceMySQL. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.java.util.Map<java.lang.String,ColumnDescription>DBInterfacePostgreSQL. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.voidBaseTable. performAlter(java.util.Map columnMap, java.util.Map columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidDBInterfaceHSQLDB. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidDBInterfaceMySQL. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidDBInterfacePostgreSQL. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.protected voidBaseTable. performCreate(java.util.Map columnMap, StringSet invalidateKeys)Perform a table creation operation.voidDBInterfaceHSQLDB. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.voidDBInterfaceMySQL. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.voidDBInterfacePostgreSQL. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.protected voidBaseTable. performDelete(java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidDBInterfaceHSQLDB. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidDBInterfaceMySQL. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidDBInterfacePostgreSQL. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.protected voidBaseTable. performDrop(StringSet invalidateKeys)Perform a table drop operation.voidDBInterfaceHSQLDB. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.voidDBInterfaceMySQL. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.voidDBInterfacePostgreSQL. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.protected voidBaseTable. performInsert(java.util.Map parameterMap, StringSet invalidateKeys)Perform an insert operation.voidDBInterfaceHSQLDB. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.voidDBInterfaceMySQL. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.voidDBInterfacePostgreSQL. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.protected voidBaseTable. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.voidDBInterfaceHSQLDB. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.voidDBInterfaceMySQL. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.voidDBInterfacePostgreSQL. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.protected IResultSetBaseTable. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.protected IResultSetBaseTable. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int resultLimit)Perform a general "data fetch" query, with the ability to provide a limit.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.protected voidBaseTable. performUpdate(java.util.Map parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidDBInterfaceHSQLDB. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidDBInterfaceMySQL. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidDBInterfacePostgreSQL. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.static java.util.MapBaseTable. prepareRowForSave(BaseObject object, StringSet fieldSet)Read the specified fields from the specified object, and build a Map, which can be used to write the data to the database.Constructors in org.apache.manifoldcf.core.database with parameters of type StringSet Constructor Description QueryDescription(java.lang.String databaseName, java.lang.String query, java.util.List parameters, java.lang.String cacheClassName, StringSet cacheKeys, int maxReturn, ResultSpecification spec, ILimitChecker returnLimit) -
Uses of StringSet in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return StringSet Modifier and Type Method Description StringSetIDBInterface. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetICacheHandle. getInvalidationKeys()Get the invalidation keys.StringSetICacheDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Methods in org.apache.manifoldcf.core.interfaces with parameters of type StringSet Modifier and Type Method Description voidStringSetBuffer. add(StringSet ss)voidStringSetBuffer. add(StringSet ss, java.lang.String prefix)booleanStringSet. contains(StringSet x)booleanStringSetBuffer. contains(StringSet x)voidIDBInterface. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidIDBInterface. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.ICacheHandleICacheManager. enterCache(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, java.lang.String transactionID)Second way of doing cache management.voidICacheManager. findObjectsAndExecute(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, ICacheExecutor execObject, java.lang.String transactionID)Locate or create a set of objects in the cached object pool, and/or destroy and invalidate the same or other objects.StringSetIDBInterface. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.java.util.Map<java.lang.String,IndexDescription>IDBInterface. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,ColumnDescription>IDBInterface. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.voidIDBInterface. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidIDBInterface. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.voidIDBInterface. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidIDBInterface. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.voidIDBInterface. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.voidIDBInterface. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.voidIDBInterface. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.Constructors in org.apache.manifoldcf.core.interfaces with parameters of type StringSet Constructor Description StringSet(StringSet oldOne, java.lang.String prefix)Get a new stringset based on an old one plus a prefix. -
Uses of StringSet in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as StringSet Modifier and Type Field Description protected StringSetJobs.JobObjectDescription. cacheKeysMethods in org.apache.manifoldcf.crawler.jobs that return StringSet Modifier and Type Method Description StringSetJobs.JobObjectDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.crawler.jobs with parameters of type StringSet Constructor Description JobObjectDescription(java.lang.Long jobID, StringSet invKeys) -
Uses of StringSet in org.apache.manifoldcf.crawler.notification
Fields in org.apache.manifoldcf.crawler.notification declared as StringSet Modifier and Type Field Description protected StringSetNotificationConnectionManager.NotificationConnectionDescription. cacheKeysMethods in org.apache.manifoldcf.crawler.notification that return StringSet Modifier and Type Method Description StringSetNotificationConnectionManager.NotificationConnectionDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.crawler.notification with parameters of type StringSet Constructor Description NotificationConnectionDescription(java.lang.String connectionName, StringSet invKeys) -
Uses of StringSet in org.apache.manifoldcf.crawler.repository
Fields in org.apache.manifoldcf.crawler.repository declared as StringSet Modifier and Type Field Description protected StringSetRepositoryConnectionManager.RepositoryConnectionDescription. cacheKeysMethods in org.apache.manifoldcf.crawler.repository that return StringSet Modifier and Type Method Description StringSetRepositoryConnectionManager.RepositoryConnectionDescription. getObjectKeys()Get the cache keys for an object (which may or may not exist yet in the cache).Constructors in org.apache.manifoldcf.crawler.repository with parameters of type StringSet Constructor Description RepositoryConnectionDescription(java.lang.String connectionName, StringSet invKeys)
-