public interface Query
| Modifier and Type | Method and Description |
|---|---|
void |
applyTTL(int ttlInSeconds)
add support to enable TTL for UPDATE/INSERT/DELETE queries.
|
void |
close()
Reinstate .
|
Integer |
getFetchSize() |
<E> Iterator<E> |
iterate()
Iterates over result.
|
void |
setFetchSize(Integer fetchsize)
To set fetch size for query.
|
void setFetchSize(Integer fetchsize)
Integer getFetchSize()
void close()
void applyTTL(int ttlInSeconds)
<E> Iterator<E> iterate()
Copyright © 2015. All Rights Reserved.