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