public class BatchUpdateObjectOperation<T> extends Object implements BatchOperation
| Constructor and 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 © 2016. All rights reserved.