|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.lucene.FileCacheKey
public final class FileCacheKey
Used as a key for file headers in a cache
Constructor Summary | |
---|---|
FileCacheKey(String indexName,
String fileName)
|
|
FileCacheKey(String indexName,
String fileName,
boolean isLockKey)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getFileName()
Get the fileName. |
String |
getIndexName()
Get the indexName. |
int |
hashCode()
|
boolean |
isLockKey()
Get the isLockKey. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileCacheKey(String indexName, String fileName)
public FileCacheKey(String indexName, String fileName, boolean isLockKey)
Method Detail |
---|
public boolean isLockKey()
public String getIndexName()
getIndexName
in interface CacheKey
public String getFileName()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
Google Analytics | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |