Package org.elasticsearch.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()getType()longself()voidvoidvoidsetRouting(String routing) voidvoidvoidsetVersion(long version) voidsetVersionType(VersionType versionType)