T
- public class FetchIndex<T> extends Object implements RiakOperation<List<String>>
Modifier and Type | Field and Description |
---|---|
protected T |
from |
protected RiakIndex<T> |
index |
protected T |
to |
protected T |
value |
Constructor and Description |
---|
FetchIndex(RawClient client,
String bucket,
RiakIndex<T> index,
Retrier retrier) |
Modifier and Type | Method and Description |
---|---|
List<String> |
execute() |
FetchIndex<T> |
from(T from) |
FetchIndex<T> |
to(T to) |
FetchIndex<T> |
withValue(T value) |
public List<String> execute() throws RiakException
execute
in interface RiakOperation<List<String>>
RiakException
public FetchIndex<T> withValue(T value)
public FetchIndex<T> from(T from)
public FetchIndex<T> to(T to)
Copyright © 2012. All Rights Reserved.