BatchOperation, Serializablepublic class BatchPartialUpdateObjectOperation<T> extends Object implements BatchOperation
| Constructor | Description |
|---|---|
BatchPartialUpdateObjectOperation(AbstractIndex<T> index,
T body) |
|
BatchPartialUpdateObjectOperation(String indexName,
T body) |
|
BatchPartialUpdateObjectOperation(T body) |
public BatchPartialUpdateObjectOperation(String indexName, T body)
indexName - body - public BatchPartialUpdateObjectOperation(T body)
body - public BatchPartialUpdateObjectOperation(AbstractIndex<T> index, T body)
index - body - public String getAction()
getAction in interface BatchOperationpublic T getBody()
public String getIndexName()
getIndexName in interface BatchOperationCopyright © 2018. All rights reserved.