public final class FileCacheKey extends Object implements Serializable, IndexScopedKey
| Modifier and Type | Class and Description |
|---|---|
static class |
FileCacheKey.Externalizer |
| Constructor and Description |
|---|
FileCacheKey(String indexName,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(KeyVisitor visitor) |
boolean |
equals(Object obj) |
String |
getFileName()
Get the fileName.
|
String |
getIndexName()
Get the indexName.
|
int |
hashCode() |
String |
toString()
Changing the encoding could break backwards compatibility
|
public String getIndexName()
getIndexName in interface IndexScopedKeypublic Object accept(KeyVisitor visitor) throws Exception
accept in interface IndexScopedKeyExceptionpublic String getFileName()
public String toString()
toString in class ObjectLuceneKey2StringMapper.getKeyMapping(String)Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.