| Package | Description |
|---|---|
| com.datasift.client.dynamiclist.replace |
| Modifier and Type | Method and Description |
|---|---|
static ReplaceList |
ReplaceList.fromString(String str) |
| Modifier and Type | Method and Description |
|---|---|
FutureData<ReplaceList> |
DataSiftDynamicListReplace.start(DynamicList list)
Start a dynamic list replace
|
| Modifier and Type | Method and Description |
|---|---|
FutureData<DataSiftResult> |
DataSiftDynamicListReplace.abort(ReplaceList list)
Abort the replace list
|
<T> FutureData<DataSiftResult> |
DataSiftDynamicListReplace.add(ReplaceList list,
List<T> items)
Add one or more items to a replace list with the given id
|
FutureData<DataSiftResult> |
DataSiftDynamicListReplace.commit(ReplaceList list)
Commit the replace list with the given id
|
Copyright © 2015. All Rights Reserved.