public class BatchDeleteObjectOperation extends Object implements BatchOperation
| Constructor and Description |
|---|
BatchDeleteObjectOperation(AbstractIndex<?> index,
String objectID) |
BatchDeleteObjectOperation(String objectID) |
BatchDeleteObjectOperation(String indexName,
String objectID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getIndexName() |
String |
getObjectID() |
public BatchDeleteObjectOperation(String indexName, String objectID)
indexName - objectID - public BatchDeleteObjectOperation(String objectID)
objectID - public BatchDeleteObjectOperation(AbstractIndex<?> index, String objectID)
index - objectID - public String getObjectID()
public String getIndexName()
getIndexName in interface BatchOperationpublic String getAction()
getAction in interface BatchOperationCopyright © 2018. All rights reserved.