Package org.opensearch.index.reindex
Interface AbstractAsyncBulkByScrollAction.RequestWrapper<Self extends DocWriteRequest<Self>>
- All Known Implementing Classes:
AbstractAsyncBulkByScrollAction.DeleteRequestWrapper,AbstractAsyncBulkByScrollAction.IndexRequestWrapper
- Enclosing class:
AbstractAsyncBulkByScrollAction<Request extends AbstractBulkByScrollRequest<Request>,Action extends TransportAction<Request, ?>>
public static interface AbstractAsyncBulkByScrollAction.RequestWrapper<Self extends DocWriteRequest<Self>>
Wrapper for the
DocWriteRequest that are used in this action class.-
Method Summary
Modifier and TypeMethodDescriptiongetId()getIndex()longself()voidvoidvoidsetRouting(String routing) voidvoidsetVersion(long version) voidsetVersionType(VersionType versionType)