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
InterruptedException
boolean waitAlive(long timeout, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2017. All rights reserved.