BatchOperation, Serializablepublic class BatchDeleteObjectOperation extends Object implements BatchOperation
| Constructor | Description |
|---|---|
BatchDeleteObjectOperation(AbstractIndex<?> index,
String objectID) |
|
BatchDeleteObjectOperation(String objectID) |
|
BatchDeleteObjectOperation(String indexName,
String objectID) |
| Modifier and Type | Method | 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.