Uses of Class
org.compass.core.lucene.engine.store.CopyFromHolder

Packages that use CopyFromHolder
org.compass.core.lucene.engine.store   
org.compass.needle.coherence   
org.compass.needle.gigaspaces.store   
org.compass.needle.terracotta   
 

Uses of CopyFromHolder in org.compass.core.lucene.engine.store
 

Methods in org.compass.core.lucene.engine.store that return CopyFromHolder
 CopyFromHolder RAMDirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 CopyFromHolder JdbcDirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 CopyFromHolder FSDirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 CopyFromHolder DirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 CopyFromHolder AbstractDirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 

Methods in org.compass.core.lucene.engine.store with parameters of type CopyFromHolder
 void FSDirectoryStore.afterFailedCopyFrom(String subContext, CopyFromHolder holder)
           
 void DirectoryStore.afterFailedCopyFrom(String subContext, String subIndex, CopyFromHolder holder)
           
 void AbstractDirectoryStore.afterFailedCopyFrom(String subContext, String subIndex, CopyFromHolder holder)
           
 void FSDirectoryStore.afterSuccessfulCopyFrom(String subContext, String subIndex, CopyFromHolder holder)
           
 void DirectoryStore.afterSuccessfulCopyFrom(String subContext, String subIndex, CopyFromHolder holder)
           
 void AbstractDirectoryStore.afterSuccessfulCopyFrom(String subContext, String subIndex, CopyFromHolder holder)
           
 

Uses of CopyFromHolder in org.compass.needle.coherence
 

Methods in org.compass.needle.coherence that return CopyFromHolder
 CopyFromHolder AbstractCoherenceDirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 

Uses of CopyFromHolder in org.compass.needle.gigaspaces.store
 

Methods in org.compass.needle.gigaspaces.store that return CopyFromHolder
 CopyFromHolder GigaSpaceDirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 

Uses of CopyFromHolder in org.compass.needle.terracotta
 

Methods in org.compass.needle.terracotta that return CopyFromHolder
 CopyFromHolder TerracottaDirectoryStore.beforeCopyFrom(String subContext, String subIndex, Directory dir)
           
 



Copyright (c) 2004-2008 The Compass Project.