public final class IndexHandler extends AbstractHandler<IndexObserver>
| Constructor and Description |
|---|
IndexHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static IndexHandler |
getInstance() |
LukeState |
getState() |
boolean |
indexOpened() |
protected void |
notifyOne(IndexObserver observer) |
void |
open(String indexPath,
String dirImpl) |
void |
open(String indexPath,
String dirImpl,
boolean readOnly,
boolean useCompound,
boolean keepAllCommits) |
void |
reOpen() |
addObserverpublic static IndexHandler getInstance()
protected void notifyOne(IndexObserver observer)
notifyOne in class AbstractHandler<IndexObserver>public boolean indexOpened()
public void open(String indexPath, String dirImpl, boolean readOnly, boolean useCompound, boolean keepAllCommits)
public void close()
public void reOpen()
public LukeState getState()
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.