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