public interface KeyVisitor<T>
IndexScopedKey which enforces visitability with a
KeyVisitor. Various components use this to visit each key.| Modifier and Type | Method and Description |
|---|---|
T |
visit(ChunkCacheKey chunkCacheKey) |
T |
visit(FileCacheKey fileCacheKey) |
T |
visit(FileListCacheKey fileListCacheKey) |
T |
visit(FileReadLockKey fileReadLockKey) |
T visit(FileListCacheKey fileListCacheKey) throws Exception
ExceptionT visit(ChunkCacheKey chunkCacheKey) throws Exception
ExceptionT visit(FileCacheKey fileCacheKey) throws Exception
ExceptionT visit(FileReadLockKey fileReadLockKey) throws Exception
ExceptionCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.