| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.exceptions | |
| com.algolia.search.http | |
| com.algolia.search.objects.tasks.sync |
| Modifier and Type | Method | Description |
|---|---|---|
CreateUpdateKey |
APIClient.addApiKey(ApiKey key) |
Create a new key
|
CreateUpdateKey |
APIClient.addApiKey(ApiKey key,
RequestOptions requestOptions) |
Create a new key
|
default CreateUpdateKey |
SyncKey.addApiKey(ApiKey key) |
Add a key to this index
|
default CreateUpdateKey |
SyncKey.addApiKey(ApiKey key,
RequestOptions requestOptions) |
Add a key to this index
|
CreateUpdateKey |
APIClient.addKey(ApiKey key) |
Deprecated.
|
default CreateUpdateKey |
SyncKey.addKey(ApiKey key) |
Deprecated.
|
default TaskIndexing |
SyncObjects.addObject(String objectID,
T object) |
Add an object in this index with a unique identifier
|
default TaskIndexing |
SyncObjects.addObject(String objectID,
T object,
RequestOptions requestOptions) |
Add an object in this index with a unique identifier
|
default TaskIndexing |
SyncObjects.addObject(T object) |
Add an object in this index
|
default TaskIndexing |
SyncObjects.addObject(T object,
RequestOptions requestOptions) |
Add an object in this index
|
default TaskSingleIndex |
SyncObjects.addObjects(List<T> objects) |
Add several objects
|
default TaskSingleIndex |
SyncObjects.addObjects(List<T> objects,
RequestOptions requestOptions) |
Add several objects
|
TasksMultipleIndex |
APIClient.batch(List<BatchOperation> operations) |
Custom batch
|
TasksMultipleIndex |
APIClient.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
|
default Task |
SyncRules.batchRules(List<Rule> rules) |
Add or replace a list of Rules, no forward to replicas, and no replacement
|
default Task |
SyncRules.batchRules(List<Rule> rules,
boolean forwardToReplicas) |
Add or replace a list of Rules, no replacement
|
default Task |
SyncRules.batchRules(List<Rule> rules,
boolean forwardToReplicas,
boolean clearExistingRules) |
Add or replace a list of query Rules
|
default Task |
SyncRules.batchRules(List<Rule> rules,
boolean forwardToReplicas,
boolean clearExistingRules,
RequestOptions requestOptions) |
Add or replace a list of query Rules
|
default Task |
SyncRules.batchRules(List<Rule> rules,
boolean forwardToReplicas,
RequestOptions requestOptions) |
Add or replace a list of Rules, no replacement
|
default Task |
SyncRules.batchRules(List<Rule> rules,
RequestOptions requestOptions) |
Add or replace a list of Rules, no forward to replicas, and no replacement
|
default Task |
SyncSynonyms.batchSynonyms(List<AbstractSynonym> synonyms) |
Add or Replace a list of synonyms, no forward to slaves, and no replacement
|
default Task |
SyncSynonyms.batchSynonyms(List<AbstractSynonym> synonyms,
boolean forwardToReplicas) |
Add or Replace a list of synonyms, no replacement
|
default Task |
SyncSynonyms.batchSynonyms(List<AbstractSynonym> synonyms,
boolean forwardToReplicas,
boolean replaceExistingSynonyms) |
Add or Replace a list of synonyms
|
default Task |
SyncSynonyms.batchSynonyms(List<AbstractSynonym> synonyms,
boolean forwardToReplicas,
boolean replaceExistingSynonyms,
RequestOptions requestOptions) |
Add or Replace a list of synonyms
|
default Task |
SyncSynonyms.batchSynonyms(List<AbstractSynonym> synonyms,
boolean forwardToReplicas,
RequestOptions requestOptions) |
Add or Replace a list of synonyms, no replacement
|
default Task |
SyncSynonyms.batchSynonyms(List<AbstractSynonym> synonyms,
RequestOptions requestOptions) |
Add or Replace a list of synonyms, no forward to slaves, and no replacement
|
<T> BrowseResult<T> |
APIClient.browse(String indexName,
Query query,
String cursor,
Class<T> klass,
RequestOptions requestOptions) |
|
default BrowseResult<T> |
SyncBrowse.browseFrom(Query query,
String cursor) |
Browse all the content of this index
|
default BrowseResult<T> |
SyncBrowse.browseFrom(Query query,
String cursor,
RequestOptions requestOptions) |
Browse all the content of this index
|
default Task |
SyncIndexCRUD.clear() |
Delete the index content without removing settings and index specific API keys.
|
default Task |
SyncIndexCRUD.clear(RequestOptions requestOptions) |
Delete the index content without removing settings and index specific API keys.
|
default Task |
SyncRules.clearRules() |
Clear all query Rules and NOT forwarding it to the replicas
|
default Task |
SyncRules.clearRules(boolean forwardToReplicas) |
Clears all Rules
|
default Task |
SyncRules.clearRules(boolean forwardToReplicas,
RequestOptions requestOptions) |
Clears all Rules
|
default Task |
SyncRules.clearRules(RequestOptions requestOptions) |
Clear all query Rules and NOT forwarding it to the replicas
|
default Task |
SyncSynonyms.clearSynonyms() |
Clear all synonyms and NOT forwarding it to the replicas
|
default Task |
SyncSynonyms.clearSynonyms(boolean forwardToReplicas) |
Clears all synonyms
|
default Task |
SyncSynonyms.clearSynonyms(boolean forwardToReplicas,
RequestOptions requestOptions) |
Clears all synonyms
|
default Task |
SyncSynonyms.clearSynonyms(RequestOptions requestOptions) |
Clear all synonyms and NOT forwarding it to the replicas
|
void |
APIClient.close() |
Close the internal HTTP client
|
void |
AsyncAPIClient.close() |
Close the internal HTTP client
|
Task |
APIClient.copyIndex(String srcIndexName,
String dstIndexName) |
Copy an existing index
|
Task |
APIClient.copyIndex(String srcIndexName,
String dstIndexName,
RequestOptions requestOptions) |
Copy an existing index
|
Task |
APIClient.copyIndex(String srcIndexName,
String dstIndexName,
List<String> scope) |
Copy an existing index
|
Task |
APIClient.copyIndex(String srcIndexName,
String dstIndexName,
List<String> scope,
RequestOptions requestOptions) |
Copy an existing index
|
default Task |
SyncIndexCRUD.copyTo(String dstIndexName) |
Copy an existing index
|
default Task |
SyncIndexCRUD.copyTo(String dstIndexName,
RequestOptions requestOptions) |
Copy an existing index
|
default Task |
SyncIndexCRUD.copyTo(String dstIndexName,
List<String> scope) |
Copy an existing index
|
default Task |
SyncIndexCRUD.copyTo(String dstIndexName,
List<String> scope,
RequestOptions requestOptions) |
Copy an existing index
|
default Task |
SyncIndexCRUD.delete() |
Deletes the index
|
default Task |
SyncIndexCRUD.delete(RequestOptions requestOptions) |
Deletes the index
|
DeleteKey |
APIClient.deleteApiKey(String key) |
Delete an existing key
|
DeleteKey |
APIClient.deleteApiKey(String key,
RequestOptions requestOptions) |
Delete an existing key
|
default DeleteKey |
SyncKey.deleteApiKey(String key) |
Delete a key by name from this index
|
default DeleteKey |
SyncKey.deleteApiKey(String key,
RequestOptions requestOptions) |
Delete a key by name from this index
|
default Task |
SyncDeleteByQuery.deleteBy(Query query) |
Delete records matching a query
|
default Task |
SyncDeleteByQuery.deleteBy(Query query,
RequestOptions requestOptions) |
Delete records matching a query
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query) |
Deprecated.
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query,
int batchSize) |
Deprecated.
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query,
int batchSize,
RequestOptions requestOptions) |
Deprecated.
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query,
RequestOptions requestOptions) |
Deprecated.
|
Task |
APIClient.deleteIndex(String indexName) |
Delete an existing index
|
Task |
APIClient.deleteIndex(String indexName,
RequestOptions requestOptions) |
Delete an existing index
|
DeleteKey |
APIClient.deleteKey(String key) |
Deprecated.
|
default DeleteKey |
SyncKey.deleteKey(String key) |
Deprecated.
|
default Task |
SyncObjects.deleteObject(String objectID) |
Delete an object from the index
|
default Task |
SyncObjects.deleteObject(String objectID,
RequestOptions requestOptions) |
Delete an object from the index
|
default TaskSingleIndex |
SyncObjects.deleteObjects(List<String> objectIDs) |
Delete objects from the index
|
default TaskSingleIndex |
SyncObjects.deleteObjects(List<String> objectIDs,
RequestOptions requestOptions) |
Delete objects from the index
|
default Task |
SyncRules.deleteRule(String ruleId) |
Deletes a query rule by ID and NOT forwarding it to the replicas
|
default Task |
SyncRules.deleteRule(String ruleId,
boolean forwardToReplicas,
RequestOptions requestOptions) |
Deletes a query rule
|
default Task |
SyncRules.deleteRule(String ruleId,
RequestOptions requestOptions) |
Deletes a query rule by ID and NOT forwarding it to the replicas
|
default Task |
SyncSynonyms.deleteSynonym(String synonymID) |
Deletes a synonym by ID and NOT forwarding it to the replicas
|
default Task |
SyncSynonyms.deleteSynonym(String synonymID,
boolean forwardToReplicas) |
Deletes a synonym
|
default Task |
SyncSynonyms.deleteSynonym(String synonymID,
boolean forwardToReplicas,
RequestOptions requestOptions) |
Deletes a synonym
|
default Task |
SyncSynonyms.deleteSynonym(String synonymID,
RequestOptions requestOptions) |
Deletes a synonym by ID and NOT forwarding it to the replicas
|
String |
APIClient.generateSecuredApiKey(String privateApiKey,
Query query) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
String |
APIClient.generateSecuredApiKey(String privateApiKey,
Query query,
String userToken) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
String |
AsyncAPIClient.generateSecuredApiKey(String privateApiKey,
Query query) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
String |
AsyncAPIClient.generateSecuredApiKey(String privateApiKey,
Query query,
String userToken) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
Optional<ApiKey> |
APIClient.getApiKey(String key) |
Get a Key from its name
|
Optional<ApiKey> |
APIClient.getApiKey(String key,
RequestOptions requestOptions) |
Get a Key from its name
|
default Optional<ApiKey> |
SyncKey.getApiKey(String key) |
Get a key by name from this index
|
default Optional<ApiKey> |
SyncKey.getApiKey(String key,
RequestOptions requestOptions) |
Get a key by name from this index
|
Optional<ApiKey> |
APIClient.getKey(String key) |
Deprecated.
|
default Optional<ApiKey> |
SyncKey.getKey(String key) |
Deprecated.
|
List<Log> |
APIClient.getLogs() |
Return 10 last log entries.
|
List<Log> |
APIClient.getLogs(RequestOptions requestOptions) |
Return 10 last log entries.
|
List<Log> |
APIClient.getLogs(Integer offset,
Integer length,
LogType logType) |
Return last logs entries
|
List<Log> |
APIClient.getLogs(Integer offset,
Integer length,
LogType logType,
RequestOptions requestOptions) |
Return last logs entries
|
default Optional<T> |
SyncObjects.getObject(String objectID) |
Get an object from this index
|
default Optional<T> |
SyncObjects.getObject(String objectID,
RequestOptions requestOptions) |
Get an object from this index
|
default List<T> |
SyncObjects.getObjects(List<String> objectIDs) |
Get several objects from this index
|
default List<T> |
SyncObjects.getObjects(List<String> objectIDs,
RequestOptions requestOptions) |
Get several objects from this index
|
default List<T> |
SyncObjects.getObjects(List<String> objectIDs,
List<String> attributesToRetrieve) |
Get several objects from this index
|
default List<T> |
SyncObjects.getObjects(List<String> objectIDs,
List<String> attributesToRetrieve,
RequestOptions requestOptions) |
Get several objects from this index
|
default Optional<Rule> |
SyncRules.getRule(String ruleId) |
Get a rule by Id
|
default Optional<Rule> |
SyncRules.getRule(String ruleId,
RequestOptions requestOptions) |
Get a rule by Id
|
default IndexSettings |
SyncSettings.getSettings() |
Get settings of this index
|
default IndexSettings |
SyncSettings.getSettings(RequestOptions requestOptions) |
Get settings of this index
|
default Optional<AbstractSynonym> |
SyncSynonyms.getSynonym(String synonymID) |
Get a synonym by ID
|
default Optional<AbstractSynonym> |
SyncSynonyms.getSynonym(String synonymID,
RequestOptions requestOptions) |
Get a synonym by ID
|
List<ApiKey> |
APIClient.listApiKeys() |
List all existing user keys with their associated ACLs
|
List<ApiKey> |
APIClient.listApiKeys(RequestOptions requestOptions) |
List all existing user keys with their associated ACLs
|
default List<ApiKey> |
SyncKey.listApiKeys() |
List keys of this index
|
default List<ApiKey> |
SyncKey.listApiKeys(RequestOptions requestOptions) |
List keys of this index
|
List<Index.Attributes> |
APIClient.listIndexes() |
List all existing indexes
|
List<Index.Attributes> |
APIClient.listIndexes(RequestOptions requestOptions) |
List all existing indexes
|
List<Index.Attributes> |
APIClient.listIndices() |
Deprecated.
|
List<Index.Attributes> |
APIClient.listIndices(RequestOptions requestOptions) |
Deprecated.
|
List<ApiKey> |
APIClient.listKeys() |
Deprecated.
|
default List<ApiKey> |
SyncKey.listKeys() |
Deprecated.
|
Task |
APIClient.moveIndex(String srcIndexName,
String dstIndexName) |
Moves an existing index
|
Task |
APIClient.moveIndex(String srcIndexName,
String dstIndexName,
RequestOptions requestOptions) |
Moves an existing index
|
default Task |
SyncIndexCRUD.moveTo(String dstIndexName) |
Moves an existing index
|
default Task |
SyncIndexCRUD.moveTo(String dstIndexName,
RequestOptions requestOptions) |
Moves an existing index
|
MultiQueriesResult |
APIClient.multipleQueries(List<IndexQuery> queries) |
Performs multiple searches on multiple indices with the strategy
MultiQueriesStrategy.NONE |
MultiQueriesResult |
APIClient.multipleQueries(List<IndexQuery> queries,
MultiQueriesStrategy strategy) |
Performs multiple searches on multiple indices
|
MultiQueriesResult |
APIClient.multipleQueries(List<IndexQuery> queries,
MultiQueriesStrategy strategy,
RequestOptions requestOptions) |
Performs multiple searches on multiple indices
|
MultiQueriesResult |
APIClient.multipleQueries(List<IndexQuery> queries,
RequestOptions requestOptions) |
Performs multiple searches on multiple indices with the strategy
MultiQueriesStrategy.NONE |
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation) |
Partially update an object, create the object if it does not exist
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists) |
Partially update an object
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists,
RequestOptions requestOptions) |
Partially update an object
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
RequestOptions requestOptions) |
Partially update an object, create the object if it does not exist
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(String objectID,
Object object) |
Partially update an object
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(String objectID,
Object object,
RequestOptions requestOptions) |
Partially update an object
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObjects(List<Object> objects) |
Partially update a objects
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObjects(List<Object> objects,
boolean createIfNotExists) |
Partially update a objects
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObjects(List<Object> objects,
boolean createIfNotExists,
RequestOptions requestOptions) |
Partially update a objects
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObjects(List<Object> objects,
RequestOptions requestOptions) |
Partially update a objects
|
default Task |
SyncObjects.saveObject(String objectID,
T object) |
Override the content of object
|
default Task |
SyncObjects.saveObject(String objectID,
T object,
RequestOptions requestOptions) |
Override the content of object
|
default TaskSingleIndex |
SyncObjects.saveObjects(List<T> objects) |
Override the content the list of objects
|
default TaskSingleIndex |
SyncObjects.saveObjects(List<T> objects,
RequestOptions requestOptions) |
Override the content the list of objects
|
default Task |
SyncRules.saveRule(String queryRuleID,
Rule content) |
Saves/updates a query rule without replacing it and NOT forwarding it to the replicas
|
default Task |
SyncRules.saveRule(String queryRuleID,
Rule content,
boolean forwardToReplicas) |
Saves/updates a queryRule without replacing
|
default Task |
SyncRules.saveRule(String queryRuleID,
Rule content,
boolean forwardToReplicas,
RequestOptions requestOptions) |
Saves/updates a queryRule without replacing
|
default Task |
SyncRules.saveRule(String queryRuleID,
Rule content,
RequestOptions requestOptions) |
Saves/updates a query rule without replacing it and NOT forwarding it to the replicas
|
default Task |
SyncSynonyms.saveSynonym(String synonymID,
AbstractSynonym content) |
Saves/updates a synonym without replacing it and NOT forwarding it to the replicas
|
default Task |
SyncSynonyms.saveSynonym(String synonymID,
AbstractSynonym content,
boolean forwardToReplicas) |
Saves/updates a synonym without replacing
|
default Task |
SyncSynonyms.saveSynonym(String synonymID,
AbstractSynonym content,
boolean forwardToReplicas,
RequestOptions requestOptions) |
Saves/updates a synonym without replacing
|
default Task |
SyncSynonyms.saveSynonym(String synonymID,
AbstractSynonym content,
RequestOptions requestOptions) |
Saves/updates a synonym without replacing it and NOT forwarding it to the slaves
|
SearchResult<T> |
Index.search(Query query) |
Search in the index throws a
AlgoliaIndexNotFoundException if the index does not exists |
SearchResult<T> |
Index.search(Query query,
RequestOptions requestOptions) |
Search in the index throws a
AlgoliaIndexNotFoundException if the index does not exists |
default SearchFacetResult |
SyncSearchForFacet.searchFacet(String facetName,
String facetQuery) |
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchFacet(String facetName,
String facetQuery,
Query query) |
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery) |
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query) |
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query,
RequestOptions requestOptions) |
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
RequestOptions requestOptions) |
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
SyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery) |
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery,
Query query) |
Deprecated.
|
default SearchRuleResult |
SyncRules.searchRules(RuleQuery query) |
Search for Rules
|
default SearchRuleResult |
SyncRules.searchRules(RuleQuery query,
RequestOptions requestOptions) |
Search for Rules
|
default SearchSynonymResult |
SyncSynonyms.searchSynonyms(SynonymQuery query) |
Search for synonyms
|
default SearchSynonymResult |
SyncSynonyms.searchSynonyms(SynonymQuery query,
RequestOptions requestOptions) |
Search for synonyms
|
default Task |
SyncSettings.setSettings(IndexSettings settings) |
Set settings of this index, and do not forward to replicas
|
default Task |
SyncSettings.setSettings(IndexSettings settings,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to slaves
|
default Task |
SyncSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas) |
Set settings of this index
|
default Task |
SyncSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions) |
Set settings of this index
|
CreateUpdateKey |
APIClient.updateApiKey(String keyName,
ApiKey key) |
Update a key
|
CreateUpdateKey |
APIClient.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
Update a key
|
default CreateUpdateKey |
SyncKey.updateApiKey(String keyName,
ApiKey key) |
Update a key by name from this index
|
default CreateUpdateKey |
SyncKey.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
Update a key by name from this index
|
CreateUpdateKey |
APIClient.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
default CreateUpdateKey |
SyncKey.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
default CreateUpdateKey |
SyncKey.updateKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
Deprecated.
|
<T> void |
APIClient.waitTask(GenericTask<T> task) |
Wait for the completion of this task
|
<T> void |
APIClient.waitTask(GenericTask<T> task,
long timeToWait) |
Wait for the completion of this task
|
<T> void |
APIClient.waitTask(GenericTask<T> task,
long timeToWait,
RequestOptions requestOptions) |
Wait for the completion of this task
|
default void |
AsyncTasks.waitTask(Long taskID) |
Wait for the completion of a task, for 100ms
|
default void |
SyncTasks.waitTask(Task task) |
Wait for the completion of a task, for 100ms
|
default void |
SyncTasks.waitTask(Task task,
long timeToWait) |
Wait for the completion of a task
|
default void |
SyncTasks.waitTask(Task task,
long timeToWait,
RequestOptions requestOptions) |
Wait for the completion of a task
|
default void |
SyncTasks.waitTask(Task task,
RequestOptions requestOptions) |
Wait for the completion of a task, for 100ms
|
default void |
SyncTasks.waitTask(Long taskID) |
Wait for the completion of a task, for 100ms
|
default void |
SyncTasks.waitTask(Long taskID,
RequestOptions requestOptions) |
Wait for the completion of a task, for 100ms
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AlgoliaHttpException |
Algolia Exception if there was an unexpected response code (!= 2XX)
|
class |
AlgoliaHttpRetriesException |
Algolia Exception if all retries failed
|
class |
AlgoliaIndexNotFoundException |
Algolia Exception if an index does not exists
|
class |
AlgoliaIOException |
Algolia Exception if there was an IOError linked to a host
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
AlgoliaHttpClient.close() |
|
abstract void |
AsyncAlgoliaHttpClient.close() |
|
<T> T |
AlgoliaHttpClient.requestWithRetry(AlgoliaRequest<T> request) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GenericTask.waitForCompletion() |
Wait for the completion of this task
|
void |
GenericTask.waitForCompletion(long timeToWait) |
Wait for the completion of this task
|
void |
Task.waitForCompletion() |
Wait for the completion of this task
|
void |
Task.waitForCompletion(long timeToWait) |
Wait for the completion of this task
|
void |
Task.waitForCompletion(long timeToWait,
RequestOptions requestOptions) |
Wait for the completion of this task
|
void |
Task.waitForCompletion(RequestOptions requestOptions) |
Wait for the completion of this task
|
Copyright © 2018. All rights reserved.