org.infinispan.lucene
Class FileListCacheKey
java.lang.Object
org.infinispan.lucene.FileListCacheKey
- All Implemented Interfaces:
- Serializable
public final class FileListCacheKey
- extends Object
- implements Serializable
Cache key for a list with current files in cache
- Since:
- 4.0
- Author:
- Lukasz Moren, Sanne Grinovero
- See Also:
- Serialized Form
FileListCacheKey
public FileListCacheKey(String indexName)
getIndexName
public String getIndexName()
- Get the indexName.
- Returns:
- the indexName.
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Changing the encoding could break backwards compatibility
- Overrides:
toString
in class Object
- See Also:
LuceneKey2StringMapper.getKeyMapping(String)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.