Uses of Class
org.infinispan.lucene.FileCacheKey

Packages that use FileCacheKey
org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. 
 

Uses of FileCacheKey in org.infinispan.lucene
 

Methods in org.infinispan.lucene that return FileCacheKey
 FileCacheKey FileCacheKey.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.lucene that return types with arguments of type FileCacheKey
 Set<Class<? extends FileCacheKey>> FileCacheKey.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.lucene with parameters of type FileCacheKey
 void FileCacheKey.Externalizer.writeObject(ObjectOutput output, FileCacheKey key)
           
 

Constructors in org.infinispan.lucene with parameters of type FileCacheKey
InfinispanIndexInput(AdvancedCache chunksCache, FileCacheKey fileKey, FileMetadata fileMetadata, SegmentReadLocker readLocks)
           
InfinispanIndexOutput(AdvancedCache metadataCache, AdvancedCache chunksCache, FileCacheKey fileKey, int bufferSize, org.infinispan.lucene.FileListOperations fileList)
           
SingleChunkIndexInput(AdvancedCache chunksCache, FileCacheKey fileKey, FileMetadata fileMetadata)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.