Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.lucene
Interface IndexScopedKey

All Known Implementing Classes:
ChunkCacheKey, FileCacheKey, FileListCacheKey, FileReadLockKey

public interface IndexScopedKey

Mostly used for internal abstraction: common type for all keys which need name scoping for different indexes.

Since:
5.2
Author:
Sanne Grinovero

Method Summary
<T> T
accept(KeyVisitor<T> visitor)
           
 String getIndexName()
           
 

Method Detail

getIndexName

String getIndexName()

accept

<T> T accept(KeyVisitor<T> visitor)
         throws Exception
Throws:
Exception

Infinispan Distribution 5.2.6.Final-redhat-2

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