BatchOperation, Serializablepublic class BatchPartialUpdateObjectNoCreateOperation<T> extends Object implements BatchOperation
| Constructor | Description |
|---|---|
BatchPartialUpdateObjectNoCreateOperation(AbstractIndex<T> index,
T body) |
|
BatchPartialUpdateObjectNoCreateOperation(String indexName,
T body) |
|
BatchPartialUpdateObjectNoCreateOperation(T body) |
public BatchPartialUpdateObjectNoCreateOperation(String indexName, T body)
indexName - body - public BatchPartialUpdateObjectNoCreateOperation(T body)
body - public BatchPartialUpdateObjectNoCreateOperation(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.