DeleteQueueItems

public class DeleteQueueItems extends Object
implements ApiOperation

ApiOperation to delete zero or more Item from a given queue.

This object calls deleteQueueItems(String).

Public Method Summary

boolean
equals(Object other)
List<GenericJson>
execute(IndexingService service)
Executes the specific API operation for the implemented class.
int

Inherited Method Summary

Public Methods

public boolean equals (Object other)

Parameters
other

public List<GenericJson> execute (IndexingService service)

Executes the specific API operation for the implemented class.

Parameters
service the IndexingService instance on which to perform the action
Returns
  • the indexing service responses to each operation execution
Throws
IOException
InterruptedException

public int hashCode ()