public class AsyncAccountClient extends Object
| Constructor and Description |
|---|
AsyncAccountClient() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Long> |
copyIndex(AsyncIndex<T> sourceIndex,
AsyncIndex<T> destinationIndex)
Copies the 1st search_index into the second one.
|
static <T> List<Long> |
copyIndex(AsyncIndex<T> sourceIndex,
AsyncIndex<T> destinationIndex,
RequestOptions requestOptions)
Copies the 1st search_index into the second one.
|
public static <T> List<Long> copyIndex(@Nonnull AsyncIndex<T> sourceIndex, @Nonnull AsyncIndex<T> destinationIndex) throws AlgoliaException, ExecutionException, InterruptedException
sourceIndex - the source indexdestinationIndex - the destination indexAlgoliaException - if destination already existsExecutionExceptionInterruptedExceptionpublic static <T> List<Long> copyIndex(@Nonnull AsyncIndex<T> sourceIndex, @Nonnull AsyncIndex<T> destinationIndex, @Nonnull RequestOptions requestOptions) throws AlgoliaException, ExecutionException, InterruptedException
sourceIndex - the source indexdestinationIndex - the destination indexrequestOptions - requestOptionsAlgoliaException - if destination already existsExecutionExceptionInterruptedExceptionCopyright © 2018. All rights reserved.