java.lang.Object
org.elasticsearch.index.engine.FlushListeners
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionFlushListeners(org.apache.logging.log4j.Logger logger, ThreadContext threadContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOrNotify(Translog.Location location, ActionListener<Long> listener) voidafterFlush(long generation, Translog.Location lastCommitLocation) voidclose()
-
Constructor Details
-
FlushListeners
-
-
Method Details
-
addOrNotify
-
afterFlush
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-