| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs | |
| com.algolia.search.inputs.batch |
| Modifier and Type | Method | Description |
|---|---|---|
TasksMultipleIndex |
APIClient.batch(List<BatchOperation> operations) |
Custom batch
|
TasksMultipleIndex |
APIClient.batch(List<BatchOperation> operations,
RequestOptions requestOptions) |
Custom batch
|
CompletableFuture<AsyncTasksMultipleIndex> |
AsyncAPIClient.batch(List<BatchOperation> operations) |
Custom batch
|
CompletableFuture<AsyncTasksMultipleIndex> |
AsyncAPIClient.batch(List<BatchOperation> operations,
RequestOptions requestOptions) |
Custom batch
|
CompletableFuture<AsyncTaskSingleIndex> |
AsyncIndex.batch(List<BatchOperation> operations) |
Custom batch
|
CompletableFuture<AsyncTaskSingleIndex> |
AsyncIndex.batch(List<BatchOperation> operations,
RequestOptions requestOptions) |
Custom batch
|
TaskSingleIndex |
Index.batch(List<BatchOperation> operations) |
Custom batch
|
TaskSingleIndex |
Index.batch(List<BatchOperation> operations,
RequestOptions requestOptions) |
Custom batch
|
| Modifier and Type | Method | Description |
|---|---|---|
List<BatchOperation> |
Batch.getRequests() |
|
List<BatchOperation> |
BatchOperations.getRequests() |
| Constructor | Description |
|---|---|
Batch(List<BatchOperation> requests) |
|
BatchOperations(List<BatchOperation> requests) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BatchAddObjectOperation<T> |
|
class |
BatchClearIndexOperation |
|
class |
BatchDeleteIndexOperation |
|
class |
BatchDeleteObjectOperation |
|
class |
BatchPartialUpdateObjectNoCreateOperation<T> |
|
class |
BatchPartialUpdateObjectOperation<T> |
|
class |
BatchUpdateObjectOperation<T> |
Copyright © 2018. All rights reserved.