public interface NodeReindexService
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
boolean |
canIndexBeRebuilt()
Returns true if the index on the invoking node can be rebuilt from the information contained in the
ReplicatedIndexOperationStore.
|
void |
pause()
Pause the service.
|
void |
replayLocalOperations()
This will replay any local operations that may have been lost when a index is copied from another node in the cluster
|
void |
resetIndexCount()
Reset the index count to the last entry in the NodeIndexOperation table for each node.
|
void |
restart() |
void |
start() |
void cancel()
void start()
void pause()
void restart()
boolean canIndexBeRebuilt()
void resetIndexCount()
It would normally be done immediately following a pause() of the service.
void replayLocalOperations()
Copyright © 2002-2019 Atlassian. All Rights Reserved.