Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.lucene
Interface KeyVisitor<T>


public interface KeyVisitor<T>

All objects being used as keys to store entries by the Lucene Directory implement IndexScopedKey which enforces visitability with a KeyVisitor. Various components use this to visit each key.

Since:
5.2
Author:
Sanne Grinovero

Method Summary
 T visit(ChunkCacheKey chunkCacheKey)
           
 T visit(FileCacheKey fileCacheKey)
           
 T visit(FileListCacheKey fileListCacheKey)
           
 T visit(FileReadLockKey fileReadLockKey)
           
 

Method Detail

visit

T visit(FileListCacheKey fileListCacheKey)
        throws Exception
Throws:
Exception

visit

T visit(ChunkCacheKey chunkCacheKey)
        throws Exception
Throws:
Exception

visit

T visit(FileCacheKey fileCacheKey)
        throws Exception
Throws:
Exception

visit

T visit(FileReadLockKey fileReadLockKey)
        throws Exception
Throws:
Exception

Infinispan Distribution 5.2.6.Final-redhat-2

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