T - the result typepublic interface Query<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute()
performs the query in a sync way
|
com.google.common.util.concurrent.ListenableFuture<T> |
executeAsync()
performs the query in an async way
|
Copyright © 2012–2015 1&1. All rights reserved.