class |
MultiValueResultMapperFactory<T,R extends List<T>> |
Factory for CallResultMapper instances used for handling Lua call multi-return result which is
treated as a list of values
|
class |
MultiValueTarantoolResultMapperFactory<T> |
Factory for CallResultMapper instances used for handling Lua call multi-return result items as list of
tuples
|
class |
SingleValueResultMapperFactory<T> |
Factory for CallResultMapper instances used for handling Lua call results resulting in two possible
values -- result and error
|
class |
SingleValueTarantoolResultMapperFactory<T> |
Factory for CallResultMapper instances used for handling Lua call results resulting in lists of
tuples
|
class |
TarantoolCallResultMapperFactory<T,R extends CallResult<T>> |
Factory for CallResultMapper instances used for calling API functions on Tarantool instance
|
class |
TarantoolResultMapperFactory<T> |
|
class |
TarantoolTupleMultiResultMapperFactory |
|
class |
TarantoolTupleResultMapperFactory |
|
class |
TarantoolTupleSingleResultMapperFactory |
|
class |
TupleResultMapperFactory<T> |
|