Package org.elasticsearch.reindex
Interface AbstractAsyncBulkByScrollAction.RequestWrapper<Self extends org.elasticsearch.action.DocWriteRequest<Self>>
- All Known Implementing Classes:
AbstractAsyncBulkByScrollAction.DeleteRequestWrapper,AbstractAsyncBulkByScrollAction.IndexRequestWrapper
- Enclosing class:
- AbstractAsyncBulkByScrollAction<Request extends org.elasticsearch.index.reindex.AbstractBulkByScrollRequest<Request>,
Action extends org.elasticsearch.action.support.TransportAction<Request, ?>>
public static interface AbstractAsyncBulkByScrollAction.RequestWrapper<Self extends org.elasticsearch.action.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(org.elasticsearch.index.VersionType versionType)
-
Method Details
-
setIndex
-
getIndex
String getIndex() -
setType
-
getType
String getType() -
setId
-
getId
String getId() -
setVersion
void setVersion(long version) -
getVersion
long getVersion() -
setVersionType
void setVersionType(org.elasticsearch.index.VersionType versionType) -
setRouting
-
getRouting
String getRouting() -
setSource
-
getSource
-
self
Self self()
-