|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexerContext
Method Summary | |
---|---|
boolean |
canReadWhenLocked()
Describes if the context can be used to execute read operation when indexer is locked |
boolean |
canWriteWhenLocked()
Describes if the context can be used to execute write operation when indexer is locked |
com.atlassian.bonnie.ILuceneConnection |
getConnection()
|
com.google.common.util.concurrent.ListeningExecutorService |
getExecutorService()
|
AtomicBoolean |
getIndexerLockStatus()
Get indexer lock status (currently indexer is only locked while reindexing) |
Method Detail |
---|
@NotNull com.atlassian.bonnie.ILuceneConnection getConnection()
@NotNull AtomicBoolean getIndexerLockStatus()
@NotNull com.google.common.util.concurrent.ListeningExecutorService getExecutorService()
boolean canReadWhenLocked()
boolean canWriteWhenLocked()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |