public class BatchPartialUpdateObjectNoCreateOperation<T> extends Object implements BatchOperation
Constructor and 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 BatchOperation
public T getBody()
public String getIndexName()
getIndexName
in interface BatchOperation
Copyright © 2017. All rights reserved.