Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.storage.sql.BinaryGarbageCollector

Packages that use BinaryGarbageCollector
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
org.nuxeo.ecm.core.storage.sql.net   
org.nuxeo.ecm.core.storage.sql.ra   
 

Uses of BinaryGarbageCollector in org.nuxeo.ecm.core.storage.sql
 

Classes in org.nuxeo.ecm.core.storage.sql that implement BinaryGarbageCollector
static class DefaultBinaryManager.DefaultBinaryGarbageCollector
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return BinaryGarbageCollector
 BinaryGarbageCollector RepositoryManagement.getBinaryGarbageCollector()
          Gets the binary GC for this repository.
 BinaryGarbageCollector RepositoryImpl.getBinaryGarbageCollector()
           
 BinaryGarbageCollector DefaultBinaryManager.getGarbageCollector()
           
 BinaryGarbageCollector BinaryManager.getGarbageCollector()
          Returns the Binary Garbage Collector that can be used for this binary manager.
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type BinaryGarbageCollector
 void SessionImpl.markReferencedBinaries(BinaryGarbageCollector gc)
           
 void RepositoryManagement.markReferencedBinaries(BinaryGarbageCollector gc)
          Marks the binaries actually in use with the GC so that they won't be deleted.
 void RepositoryImpl.markReferencedBinaries(BinaryGarbageCollector gc)
           
 void Mapper.markReferencedBinaries(BinaryGarbageCollector gc)
          Marks the binaries referenced by this mapper with the referenced binary garbage collector.
 void CachingMapper.markReferencedBinaries(BinaryGarbageCollector gc)
           
 

Uses of BinaryGarbageCollector in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type BinaryGarbageCollector
 void JDBCMapper.markReferencedBinaries(BinaryGarbageCollector gc)
           
 

Uses of BinaryGarbageCollector in org.nuxeo.ecm.core.storage.sql.net
 

Methods in org.nuxeo.ecm.core.storage.sql.net that return BinaryGarbageCollector
 BinaryGarbageCollector BinaryManagerClient.getGarbageCollector()
           
 

Uses of BinaryGarbageCollector in org.nuxeo.ecm.core.storage.sql.ra
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return BinaryGarbageCollector
 BinaryGarbageCollector ManagedConnectionFactoryImpl.getBinaryGarbageCollector()
           
 BinaryGarbageCollector ConnectionFactoryImpl.getBinaryGarbageCollector()
           
 

Methods in org.nuxeo.ecm.core.storage.sql.ra with parameters of type BinaryGarbageCollector
 void ManagedConnectionFactoryImpl.markReferencedBinaries(BinaryGarbageCollector gc)
           
 void ConnectionFactoryImpl.markReferencedBinaries(BinaryGarbageCollector gc)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.