Infinispan Distribution 5.2.6.Final-redhat-2

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
 T KeyVisitor.visit(FileCacheKey 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)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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