public final class LocalIndexFile extends Object
| Constructor and Description |
|---|
LocalIndexFile(org.apache.lucene.store.Directory dir,
String fileName) |
LocalIndexFile(org.apache.lucene.store.Directory dir,
String fileName,
long size,
boolean copyFromRemote) |
| Modifier and Type | Method and Description |
|---|---|
String |
copyLog() |
String |
deleteLog() |
boolean |
equals(Object o) |
int |
getDeleteAttemptCount() |
static File |
getFSDir(org.apache.lucene.store.Directory dir) |
String |
getKey() |
long |
getSize() |
int |
hashCode() |
void |
incrementAttemptToDelete() |
boolean |
isCopyFromRemote() |
public LocalIndexFile(org.apache.lucene.store.Directory dir,
String fileName,
long size,
boolean copyFromRemote)
public LocalIndexFile(org.apache.lucene.store.Directory dir,
String fileName)
public String getKey()
public boolean isCopyFromRemote()
public long getSize()
public void incrementAttemptToDelete()
public int getDeleteAttemptCount()
public String deleteLog()
public String copyLog()
public static File getFSDir(org.apache.lucene.store.Directory dir)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.