public interface TarantoolClientOps<T,O,P,R>
Modifier and Type | Method and Description |
---|---|
R |
call(String function,
Object... args) |
void |
close() |
R |
delete(T space,
O key) |
R |
eval(String expression,
Object... args) |
R |
insert(T space,
O tuple) |
void |
ping() |
R |
replace(T space,
O tuple) |
R |
select(T space,
T index,
O key,
int offset,
int limit,
int iterator) |
R |
update(T space,
O key,
P... tuple) |
R |
upsert(T space,
O key,
O defTuple,
P... ops) |
Copyright © 2017. All rights reserved.