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
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
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.