public interface TarantoolClient
| Modifier and Type | Method and Description |
|---|---|
TarantoolClientOps<Integer,List<?>,Object,Future<List<?>>> |
asyncOps() |
void |
close() |
TarantoolClientOps<Integer,List<?>,Object,Long> |
fireAndForgetOps() |
boolean |
isAlive() |
TarantoolClientOps<Integer,List<?>,Object,List<?>> |
syncOps() |
void |
waitAlive() |
boolean |
waitAlive(long timeout,
TimeUnit unit) |
TarantoolClientOps<Integer,List<?>,Object,List<?>> syncOps()
TarantoolClientOps<Integer,List<?>,Object,Long> fireAndForgetOps()
void close()
boolean isAlive()
void waitAlive()
throws InterruptedException
InterruptedExceptionboolean waitAlive(long timeout,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2017. All rights reserved.