public class
PushItems
extends Object
implements ApiOperation
implements ApiOperation
ApiOperation
to push Item
objects to
the Cloud Search queue.
This object calls push(String, PushItem)
. The Repository
can
return this operation to push items from the data repository.
Nested Class Summary
class | PushItems.Builder | Builder for creating an instance of PushItems operation |
Public Method Summary
boolean |
equals(Object other)
|
List<GenericJson> | |
int |
hashCode()
|
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 |