Class BatchIndexingResponse
- java.lang.Object
-
- com.algolia.search.models.indexing.BatchIndexingResponse
-
- All Implemented Interfaces:
WaitableResponse,Serializable
public class BatchIndexingResponse extends Object implements WaitableResponse, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchIndexingResponse(List<BatchResponse> responses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BatchResponse>getResponses()BatchIndexingResponsesetResponses(List<BatchResponse> responses)voidwaitTask()Wait for a task to complete before executing the next line of code, to synchronize index updates.
-
-
-
Constructor Detail
-
BatchIndexingResponse
public BatchIndexingResponse(List<BatchResponse> responses)
-
-
Method Detail
-
getResponses
public List<BatchResponse> getResponses()
-
setResponses
public BatchIndexingResponse setResponses(List<BatchResponse> responses)
-
waitTask
public void waitTask()
Description copied from interface:WaitableResponseWait for a task to complete before executing the next line of code, to synchronize index updates.- Specified by:
waitTaskin interfaceWaitableResponse
-
-