Class TarantoolResultImpl<T>

  • Type Parameters:
    T - target result tuple type
    All Implemented Interfaces:
    TarantoolResult<T>, Iterable<T>, Collection<T>, List<T>

    public class TarantoolResultImpl<T>
    extends Object
    implements TarantoolResult<T>
    Basic TarantoolResult implementation. Supports two types of the tuple result: a MessagePack array of arrays (as in IPROTO) and a map with format {"rows": [[], ...], "metadata": []} as returned by tarantool/crud module