Uses of Class
org.infinispan.lucene.ChunkCacheKey

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

Uses of ChunkCacheKey in org.infinispan.lucene
 

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

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

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



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