Uses of Class
org.infinispan.lucene.ChunkCacheKey
-
Packages that use ChunkCacheKey Package Description 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 Modifier and Type Method Description ChunkCacheKeyChunkCacheKey.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.lucene that return types with arguments of type ChunkCacheKey Modifier and Type Method Description Set<Class<? extends ChunkCacheKey>>ChunkCacheKey.Externalizer. getTypeClasses()Methods in org.infinispan.lucene with parameters of type ChunkCacheKey Modifier and Type Method Description TKeyVisitor. visit(ChunkCacheKey chunkCacheKey)voidChunkCacheKey.Externalizer. writeObject(ObjectOutput output, ChunkCacheKey key)
-