public final class FileReadLockKey extends Object implements Serializable, IndexScopedKey
| Modifier and Type | Class and Description |
|---|---|
static class |
FileReadLockKey.Externalizer |
| Constructor and Description |
|---|
FileReadLockKey(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() |
public String getIndexName()
getIndexName in interface IndexScopedKeypublic String getFileName()
public Object accept(KeyVisitor visitor) throws Exception
accept in interface IndexScopedKeyExceptionCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.