diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index f613f316..6ebc908c 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,43 +2,56 @@ - + -All Classes (tarantool-connector 0.0.3-SNAPSHOT API) - +All Classes (Tarantool Connector for Java 0.1.3-SNAPSHOT API) +

All Classes

diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 33d77234..7cb25859 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,43 +2,56 @@ - + -All Classes (tarantool-connector 0.0.3-SNAPSHOT API) - +All Classes (Tarantool Connector for Java 0.1.3-SNAPSHOT API) +

All Classes

diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 97c26654..53267641 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (tarantool-connector 0.0.3-SNAPSHOT API) - +Constant Field Values (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -77,6 +77,25 @@

org.tarantool.*

+ + + + + + + + + + + + diff --git a/apidocs/org/tarantool/core/class-use/Operation.html b/apidocs/org/tarantool/core/class-use/Operation.html index 67b7f61c..61a9d86d 100644 --- a/apidocs/org/tarantool/core/class-use/Operation.html +++ b/apidocs/org/tarantool/core/class-use/Operation.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.Operation (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.Operation (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/class-use/TarantoolConnection.html b/apidocs/org/tarantool/core/class-use/TarantoolConnection.html index 96bed60e..3f6946a2 100644 --- a/apidocs/org/tarantool/core/class-use/TarantoolConnection.html +++ b/apidocs/org/tarantool/core/class-use/TarantoolConnection.html @@ -2,16 +2,16 @@ - + -Uses of Interface org.tarantool.core.TarantoolConnection (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Interface org.tarantool.core.TarantoolConnection (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -140,14 +140,14 @@

Uses of TarantoolConnection -SocketChannelPooledConnectionFactory.getSingleQueryConnection() +SingleQueryConnectionFactory.getSingleQueryConnection()
getSingleQueryConnection.
TarantoolConnection -SingleQueryConnectionFactory.getSingleQueryConnection() +SocketChannelPooledConnectionFactory.getSingleQueryConnection()
getSingleQueryConnection.
@@ -170,14 +170,14 @@

Uses of void -SocketChannelPooledConnectionFactory.returnConnection(TarantoolConnection connection) +ConnectionReturnPoint.returnConnection(TarantoolConnection client)
returnConnection.
void -ConnectionReturnPoint.returnConnection(TarantoolConnection client) +SocketChannelPooledConnectionFactory.returnConnection(TarantoolConnection connection)
returnConnection.
diff --git a/apidocs/org/tarantool/core/class-use/Tuple.html b/apidocs/org/tarantool/core/class-use/Tuple.html index 18256a57..3db81935 100644 --- a/apidocs/org/tarantool/core/class-use/Tuple.html +++ b/apidocs/org/tarantool/core/class-use/Tuple.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.Tuple (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.Tuple (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -93,10 +93,14 @@

Uses of Class  -org.tarantool.snapshot +org.tarantool.facade.chain   +org.tarantool.snapshot +  + + org.tarantool.test   @@ -281,13 +285,35 @@

Uses of Tuple +Tuple.setLuaArgument(int i, + Object value) +
Sets argument for lua function.
+ + + +Tuple +Tuple.setLuaString(int i, + String value, + String encoding) +
Sets string argument for lua function.
+ + + +Tuple +Tuple.setLuaStringUTF8(int i, + Object value) +
Sets string argument for lua function.
+ + + +Tuple Tuple.setShort(int i, short value)
setShort.
- + Tuple Tuple.setString(int i, String value, @@ -296,7 +322,7 @@

Uses of + Tuple TarantoolConnection.updateAndGet(int space, Tuple id, @@ -315,6 +341,14 @@

Uses of List<Tuple> +TarantoolConnection.call(int flags, + String procName, + Tuple args) +
Executes stored procedure on server
+ + + +List<Tuple> TarantoolConnection.find(int space, int index, int offset, @@ -324,7 +358,7 @@

Uses of + List<Tuple> TarantoolConnection.find(int space, int index, @@ -345,20 +379,28 @@

Uses of +List<Tuple> +TarantoolConnection.call(int flags, + String procName, + Tuple args) +
Executes stored procedure on server
+ + + Integer TarantoolConnection.delete(int space, Tuple id)
Finds tuple using primary key and removes it
- + Tuple TarantoolConnection.deleteAndGet(int space, Tuple id)
Finds tuple using primary key and removes it
- + List<Tuple> TarantoolConnection.find(int space, int index, @@ -369,7 +411,7 @@

Uses of + Tuple TarantoolConnection.findOne(int space, int index, @@ -379,6 +421,14 @@

Uses of +static Operation +Operation.insert(int fieldNo, + Tuple args) +
+ insert.
+ + Integer TarantoolConnection.insert(int space, @@ -389,14 +439,6 @@

Uses of -static Operation -Operation.insert(int fieldNo, - Tuple args) -
- insert.
- - - Tuple TarantoolConnection.insertAndGet(int space, Tuple tuple) @@ -405,21 +447,21 @@

Uses of + Integer TarantoolConnection.insertOrReplace(int space, Tuple tuple)
Inserts or Replaces specified tuple
- + Tuple TarantoolConnection.insertOrReplaceAndGet(int space, Tuple tuple)
Inserts or Replaces specified tuple
- + Integer TarantoolConnection.replace(int space, Tuple tuple) @@ -428,7 +470,7 @@

Uses of + Tuple TarantoolConnection.replaceAndGet(int space, Tuple tuple) @@ -437,7 +479,7 @@

Uses of + static Operation Operation.set(int fieldNo, Tuple args) @@ -445,7 +487,7 @@

Uses of + static Operation Operation.splice(int fieldNo, Tuple args) @@ -453,7 +495,7 @@

Uses of + Integer TarantoolConnection.update(int space, Tuple id, @@ -461,7 +503,7 @@

Uses of Finds tuple using primary key and performs specified update operations - + Tuple TarantoolConnection.updateAndGet(int space, Tuple id, @@ -562,27 +604,32 @@

Uses of +Call(int id, + String procName, + Tuple tuple)  + + Delete(int id, Tuple tuple)
Constructor for Delete.
- + Insert(int id, Tuple tuple)
Constructor for Insert.
- + Select(int id, Tuple... tuples)
Constructor for Select.
- + Update(int id, Tuple tuple, List<Operation> ops) @@ -682,6 +729,14 @@

Uses of List<Tuple> +TarantoolConnectionImpl.call(int flags, + String procName, + Tuple args) +
Executes stored procedure on server
+ + + +List<Tuple> TarantoolConnectionImpl.find(int space, int index, int offset, @@ -691,7 +746,7 @@

Uses of + List<Tuple> TarantoolConnectionImpl.find(int space, int index, @@ -712,20 +767,28 @@

Uses of +List<Tuple> +TarantoolConnectionImpl.call(int flags, + String procName, + Tuple args) +
Executes stored procedure on server
+ + + Integer TarantoolConnectionImpl.delete(int space, Tuple tuple)
Finds tuple using primary key and removes it
- + Tuple TarantoolConnectionImpl.deleteAndGet(int space, Tuple tuple)
Finds tuple using primary key and removes it
- + List<Tuple> TarantoolConnectionImpl.find(int space, int index, @@ -736,7 +799,7 @@

Uses of + Tuple TarantoolConnectionImpl.findOne(int space, int index, @@ -746,7 +809,7 @@

Uses of + Integer TarantoolConnectionImpl.insert(int space, Tuple tuple) @@ -755,7 +818,7 @@

Uses of + Tuple TarantoolConnectionImpl.insertAndGet(int space, Tuple tuple) @@ -764,21 +827,21 @@

Uses of + Integer TarantoolConnectionImpl.insertOrReplace(int space, Tuple tuple)
Inserts or Replaces specified tuple
- + Tuple TarantoolConnectionImpl.insertOrReplaceAndGet(int space, Tuple tuple)
Inserts or Replaces specified tuple
- + Integer TarantoolConnectionImpl.replace(int space, Tuple tuple) @@ -787,7 +850,7 @@

Uses of + Tuple TarantoolConnectionImpl.replaceAndGet(int space, Tuple tuple) @@ -796,14 +859,14 @@

Uses of + void OperationImpl.setArgs(Tuple args)
Setter for the field args.
- + Integer TarantoolConnectionImpl.update(int space, Tuple tuple, @@ -811,7 +874,7 @@

Uses of Finds tuple using primary key and performs specified update operations - + Tuple TarantoolConnectionImpl.updateAndGet(int space, Tuple tuple, @@ -998,6 +1061,34 @@

Uses of + + +

Uses of Tuple in org.tarantool.facade.chain

+ + + + + + + + + + + + + + + + + + + + +
Methods in org.tarantool.facade.chain that return Tuple 
Modifier and TypeMethod and Description
protected TupleUpdate.id(TupleSupport support, + Object... id) 
protected TupleDelete.id(TupleSupport support, + Object... id) 
protected TupleCall.luaArgs() 
+
  • @@ -1011,7 +1102,11 @@

    Uses of Tuple -SnapShotReader.Row.data  +SnapshotReader.Row.data  + + +Tuple +XLogReader.XLogEntry.tuple  @@ -1024,9 +1119,8 @@

    Uses of void -SnapshotWriter.write(int space, - short tag, - Tuple tuple) +SnapshotWriter.writeRow(int space, + Tuple tuple)
    write.
    @@ -1046,7 +1140,7 @@

    Uses of -protected Tuple +Tuple InMemoryTarantoolImpl.copy(Tuple tuple, int... fields)
    @@ -1054,23 +1148,32 @@

    Uses of -protected Tuple +Tuple +InMemoryTarantoolImpl.copyExcept(Tuple tuple, + Integer... fields)  + + +Tuple InMemoryTarantoolImpl.delete(int spaceNum, Tuple t)
    delete.
    - -protected Tuple + +Tuple InMemoryTarantoolImpl.deleteField(int fieldNo, Tuple stored)
    deleteField.
    + +Tuple +InMemoryTarantoolImpl.Index.getOne(Tuple tuple)  + -protected Tuple +Tuple InMemoryTarantoolImpl.insertField(int fieldNo, Tuple args, Tuple stored) @@ -1079,7 +1182,7 @@

    Uses of -protected Tuple +Tuple InMemoryTarantoolImpl.put(int spaceNum, Tuple tuple, boolean insert, @@ -1098,7 +1201,23 @@

    Uses of -protected List<Tuple> +List<Tuple> +InMemoryTarantoolImpl.Index.all()  + + +List<Tuple> +InMemoryTarantoolImpl.all(int spaceNum, + int idx)  + + +List<Tuple> +InMemoryTarantoolImpl.CallStub.call(InMemoryTarantoolImpl impl, + String procName, + int flags, + Tuple args)  + + +List<Tuple> InMemoryTarantoolImpl.get(int spaceNum, int idx, Tuple t) @@ -1106,8 +1225,22 @@

    Uses of +List<Tuple> +InMemoryTarantoolImpl.Index.get(Tuple tuple)  + -protected List<Tuple> +List<Tuple> +InMemoryTarantoolImpl.head(int spaceNum, + int idx, + Tuple t)  + + +List<Tuple> +InMemoryTarantoolImpl.Index.head(Tuple tuple)  + + +List<Tuple> InMemoryTarantoolImpl.shiftAndLimit(int offset, int limit, List<Tuple> result) @@ -1115,6 +1248,20 @@

    Uses of +List<Tuple> +InMemoryTarantoolImpl.tail(int spaceNum, + int idx, + Tuple t)  + + +List<Tuple> +InMemoryTarantoolImpl.Index.tail(Tuple tuple)  + + +protected List<Tuple> +InMemoryTarantoolImpl.Index.toList(Collection<List<Tuple>> values)  + @@ -1125,15 +1272,27 @@

    Uses of -

    + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + - + + + + + + + + + + + +
    protected TupleList<Tuple>InMemoryTarantoolImpl.CallStub.call(InMemoryTarantoolImpl impl, + String procName, + int flags, + Tuple args) 
    Tuple InMemoryTarantoolImpl.copy(Tuple tuple, int... fields)
    copy.
    TupleInMemoryTarantoolImpl.copyExcept(Tuple tuple, + Integer... fields) 
    protected TupleTuple InMemoryTarantoolImpl.delete(int spaceNum, Tuple t)
    @@ -1141,7 +1300,7 @@

    Uses of -

    protected TupleTuple InMemoryTarantoolImpl.deleteField(int fieldNo, Tuple stored)
    @@ -1149,7 +1308,7 @@

    Uses of -

    protected List<Tuple>List<Tuple> InMemoryTarantoolImpl.get(int spaceNum, int idx, Tuple t) @@ -1158,7 +1317,31 @@

    Uses of -

    protected TupleList<Tuple>InMemoryTarantoolImpl.Index.get(Tuple tuple) 
    InMemoryTarantoolImpl.IndexInMemoryTarantoolImpl.getIndex(int spaceNum, + int idx, + Tuple t) 
    TupleInMemoryTarantoolImpl.Index.getOne(Tuple tuple) 
    List<Tuple>InMemoryTarantoolImpl.head(int spaceNum, + int idx, + Tuple t) 
    List<Tuple>InMemoryTarantoolImpl.Index.head(Tuple tuple) 
    Tuple InMemoryTarantoolImpl.insertField(int fieldNo, Tuple args, Tuple stored) @@ -1166,8 +1349,8 @@

    Uses of -

    protected Tuple
    Tuple InMemoryTarantoolImpl.put(int spaceNum, Tuple tuple, boolean insert, @@ -1176,8 +1359,16 @@

    Uses of +

    voidInMemoryTarantoolImpl.Index.put(Tuple t) 
    protected voidvoidInMemoryTarantoolImpl.Index.remove(Tuple stored) 
    void InMemoryTarantoolImpl.splice(int fieldNo, Tuple args, Tuple stored) @@ -1185,8 +1376,18 @@

    Uses of +

    List<Tuple>InMemoryTarantoolImpl.tail(int spaceNum, + int idx, + Tuple t) 
    protected BigIntegerList<Tuple>InMemoryTarantoolImpl.Index.tail(Tuple tuple) 
    BigInteger InMemoryTarantoolImpl.toKey(Tuple tuple)
    toKey.
    @@ -1202,7 +1403,13 @@

    Uses of -

    protected List<Tuple>ResponseInMemoryTarantoolImpl.packResult(Request request, + List<Tuple> result, + int code) 
    List<Tuple> InMemoryTarantoolImpl.shiftAndLimit(int offset, int limit, List<Tuple> result) @@ -1210,6 +1417,10 @@

    Uses of +

    protected List<Tuple>InMemoryTarantoolImpl.Index.toList(Collection<List<Tuple>> values) 

  • diff --git a/apidocs/org/tarantool/core/cmd/Call.html b/apidocs/org/tarantool/core/cmd/Call.html new file mode 100644 index 00000000..4597830f --- /dev/null +++ b/apidocs/org/tarantool/core/cmd/Call.html @@ -0,0 +1,461 @@ + + + + + + +Call (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + + + + + + + + + + + +
    +
    org.tarantool.core.cmd
    +

    Class Call

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class Call
      +extends Request
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          Call

          +
          public Call(int id,
          +    String procName,
          +    byte[] body)
          +
        • +
        + + + +
          +
        • +

          Call

          +
          public Call(int id,
          +    String procName,
          +    Tuple tuple)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          flags

          +
          public Call flags(int flags)
          +
        • +
        + + + +
          +
        • +

          getFlags

          +
          public int getFlags()
          +
        • +
        + + + +
          +
        • +

          setFlags

          +
          public void setFlags(int flags)
          +
        • +
        + + + +
          +
        • +

          getProcName

          +
          public String getProcName()
          +
        • +
        + + + +
          +
        • +

          setProcName

          +
          public void setProcName(String procName)
          +
        • +
        + + + +
          +
        • +

          getBody

          +
          public byte[] getBody()
          +
        • +
        + + + +
          +
        • +

          setBody

          +
          public void setBody(byte[] body)
          +
        • +
        + + + +
          +
        • +

          getCapacity

          +
          protected int getCapacity()
          +
          Description copied from class: Request
          +

          + getCapacity. +

          +
          +
          Specified by:
          +
          getCapacity in class Request
          +
          Returns:
          a int.
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2012. All Rights Reserved.

    + + diff --git a/apidocs/org/tarantool/core/cmd/DMLRequest.html b/apidocs/org/tarantool/core/cmd/DMLRequest.html index 6612e6fa..adf57db0 100644 --- a/apidocs/org/tarantool/core/cmd/DMLRequest.html +++ b/apidocs/org/tarantool/core/cmd/DMLRequest.html @@ -2,16 +2,16 @@ - + -DMLRequest (tarantool-connector 0.0.3-SNAPSHOT API) - +DMLRequest (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/cmd/Delete.html b/apidocs/org/tarantool/core/cmd/Delete.html index eabad000..3ebc598d 100644 --- a/apidocs/org/tarantool/core/cmd/Delete.html +++ b/apidocs/org/tarantool/core/cmd/Delete.html @@ -2,16 +2,16 @@ - + -Delete (tarantool-connector 0.0.3-SNAPSHOT API) - +Delete (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -37,7 +37,7 @@ - + Tuple findOne(int space, int index, @@ -205,7 +213,7 @@

    Method Summary

    specified keys - + Tuple findOne(int space, int index, @@ -215,7 +223,7 @@

    Method Summary

    specified keys - + Integer insert(int space, Tuple tuple) @@ -224,7 +232,7 @@

    Method Summary

    exists - + Tuple insertAndGet(int space, Tuple tuple) @@ -233,27 +241,27 @@

    Method Summary

    exists - + Integer insertOrReplace(int space, Tuple tuple)
    Inserts or Replaces specified tuple
    - + Tuple insertOrReplaceAndGet(int space, Tuple tuple)
    Inserts or Replaces specified tuple
    - + Boolean ping()
    Pings server
    - + Integer replace(int space, Tuple tuple) @@ -262,7 +270,7 @@

    Method Summary

    the same primary key found - + Tuple replaceAndGet(int space, Tuple tuple) @@ -271,14 +279,14 @@

    Method Summary

    the same primary key found - + void returnTo(ConnectionReturnPoint returnPoint)
    returnTo.
    - + Integer update(int space, Tuple tuple, @@ -286,7 +294,7 @@

    Method Summary

    Finds tuple using primary key and performs specified update operations
    - + Tuple updateAndGet(int space, Tuple tuple, @@ -621,7 +629,7 @@

    ping

    -
      +
      • close

        public void close()
        @@ -632,6 +640,22 @@

        close

      + + + +
    diff --git a/apidocs/org/tarantool/core/impl/class-use/ByteChannelTransport.html b/apidocs/org/tarantool/core/impl/class-use/ByteChannelTransport.html index 9d952514..662e3f8a 100644 --- a/apidocs/org/tarantool/core/impl/class-use/ByteChannelTransport.html +++ b/apidocs/org/tarantool/core/impl/class-use/ByteChannelTransport.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.impl.ByteChannelTransport (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.impl.ByteChannelTransport (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/impl/class-use/OperationImpl.html b/apidocs/org/tarantool/core/impl/class-use/OperationImpl.html index fc313c6f..5d3ffafa 100644 --- a/apidocs/org/tarantool/core/impl/class-use/OperationImpl.html +++ b/apidocs/org/tarantool/core/impl/class-use/OperationImpl.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.impl.OperationImpl (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.impl.OperationImpl (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -66,7 +66,69 @@

    Uses of Class
    org.tarantool.core.impl.OperationImpl

    -
    No usage of org.tarantool.core.impl.OperationImpl
    +
    + +
    diff --git a/apidocs/org/tarantool/core/impl/class-use/SocketChannelTarantoolConnection.html b/apidocs/org/tarantool/core/impl/class-use/SocketChannelTarantoolConnection.html index b0759cde..f75680a8 100644 --- a/apidocs/org/tarantool/core/impl/class-use/SocketChannelTarantoolConnection.html +++ b/apidocs/org/tarantool/core/impl/class-use/SocketChannelTarantoolConnection.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.impl.SocketChannelTarantoolConnection (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.impl.SocketChannelTarantoolConnection (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/impl/class-use/TarantoolConnectionImpl.html b/apidocs/org/tarantool/core/impl/class-use/TarantoolConnectionImpl.html index 27696201..7ab527dd 100644 --- a/apidocs/org/tarantool/core/impl/class-use/TarantoolConnectionImpl.html +++ b/apidocs/org/tarantool/core/impl/class-use/TarantoolConnectionImpl.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.impl.TarantoolConnectionImpl (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.impl.TarantoolConnectionImpl (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/impl/package-frame.html b/apidocs/org/tarantool/core/impl/package-frame.html index 01578fd5..65ca163b 100644 --- a/apidocs/org/tarantool/core/impl/package-frame.html +++ b/apidocs/org/tarantool/core/impl/package-frame.html @@ -2,10 +2,10 @@ - + -org.tarantool.core.impl (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core.impl (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/impl/package-summary.html b/apidocs/org/tarantool/core/impl/package-summary.html index d0b848d5..6004c25d 100644 --- a/apidocs/org/tarantool/core/impl/package-summary.html +++ b/apidocs/org/tarantool/core/impl/package-summary.html @@ -2,16 +2,16 @@ - + -org.tarantool.core.impl (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core.impl (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/impl/package-tree.html b/apidocs/org/tarantool/core/impl/package-tree.html index 7db73986..04943cfe 100644 --- a/apidocs/org/tarantool/core/impl/package-tree.html +++ b/apidocs/org/tarantool/core/impl/package-tree.html @@ -2,16 +2,16 @@ - + -org.tarantool.core.impl Class Hierarchy (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core.impl Class Hierarchy (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/impl/package-use.html b/apidocs/org/tarantool/core/impl/package-use.html index 166701c6..783f0fbb 100644 --- a/apidocs/org/tarantool/core/impl/package-use.html +++ b/apidocs/org/tarantool/core/impl/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package org.tarantool.core.impl (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Package org.tarantool.core.impl (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -80,6 +80,10 @@

    Uses of Packag org.tarantool.core.impl   + +org.tarantool.snapshot +  + @@ -93,6 +97,12 @@

    Uses of Packag +OperationImpl +
    + OperationImpl class.
    + + + TarantoolConnectionImpl
    TarantoolConnectionImpl class.
    @@ -101,6 +111,24 @@

    Uses of Packag +
  • + + + + + + + + + + + + +
    Classes in org.tarantool.core.impl used by org.tarantool.snapshot 
    Class and Description
    OperationImpl +
    + OperationImpl class.
    +
    +
  • diff --git a/apidocs/org/tarantool/core/package-frame.html b/apidocs/org/tarantool/core/package-frame.html index a93ecaa8..c9f7c0a2 100644 --- a/apidocs/org/tarantool/core/package-frame.html +++ b/apidocs/org/tarantool/core/package-frame.html @@ -2,10 +2,10 @@ - + -org.tarantool.core (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/package-summary.html b/apidocs/org/tarantool/core/package-summary.html index 6dfe5111..0c899fd7 100644 --- a/apidocs/org/tarantool/core/package-summary.html +++ b/apidocs/org/tarantool/core/package-summary.html @@ -2,16 +2,16 @@ - + -org.tarantool.core (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/package-tree.html b/apidocs/org/tarantool/core/package-tree.html index 208d9538..a15fb7f0 100644 --- a/apidocs/org/tarantool/core/package-tree.html +++ b/apidocs/org/tarantool/core/package-tree.html @@ -2,16 +2,16 @@ - + -org.tarantool.core Class Hierarchy (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core Class Hierarchy (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/package-use.html b/apidocs/org/tarantool/core/package-use.html index a1e34ecd..ceecb1aa 100644 --- a/apidocs/org/tarantool/core/package-use.html +++ b/apidocs/org/tarantool/core/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package org.tarantool.core (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Package org.tarantool.core (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/proto/Flags.html b/apidocs/org/tarantool/core/proto/Flags.html index b21374cf..142c8068 100644 --- a/apidocs/org/tarantool/core/proto/Flags.html +++ b/apidocs/org/tarantool/core/proto/Flags.html @@ -2,16 +2,16 @@ - + -Flags (tarantool-connector 0.0.3-SNAPSHOT API) - +Flags (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/proto/Leb128.html b/apidocs/org/tarantool/core/proto/Leb128.html index 94fbb9ff..6f68fe44 100644 --- a/apidocs/org/tarantool/core/proto/Leb128.html +++ b/apidocs/org/tarantool/core/proto/Leb128.html @@ -2,16 +2,16 @@ - + -Leb128 (tarantool-connector 0.0.3-SNAPSHOT API) - +Leb128 (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/proto/Updates.html b/apidocs/org/tarantool/core/proto/Updates.html index 4d6e3a30..cdc54ba4 100644 --- a/apidocs/org/tarantool/core/proto/Updates.html +++ b/apidocs/org/tarantool/core/proto/Updates.html @@ -2,16 +2,16 @@ - + -Updates (tarantool-connector 0.0.3-SNAPSHOT API) - +Updates (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/proto/class-use/Flags.html b/apidocs/org/tarantool/core/proto/class-use/Flags.html index f942352e..85656b16 100644 --- a/apidocs/org/tarantool/core/proto/class-use/Flags.html +++ b/apidocs/org/tarantool/core/proto/class-use/Flags.html @@ -2,16 +2,16 @@ - + -Uses of Interface org.tarantool.core.proto.Flags (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Interface org.tarantool.core.proto.Flags (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/proto/class-use/Leb128.html b/apidocs/org/tarantool/core/proto/class-use/Leb128.html index a83a116f..b19b5071 100644 --- a/apidocs/org/tarantool/core/proto/class-use/Leb128.html +++ b/apidocs/org/tarantool/core/proto/class-use/Leb128.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.proto.Leb128 (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.proto.Leb128 (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/proto/class-use/Updates.html b/apidocs/org/tarantool/core/proto/class-use/Updates.html index 83961baa..6a5c4763 100644 --- a/apidocs/org/tarantool/core/proto/class-use/Updates.html +++ b/apidocs/org/tarantool/core/proto/class-use/Updates.html @@ -2,16 +2,16 @@ - + -Uses of Class org.tarantool.core.proto.Updates (tarantool-connector 0.0.3-SNAPSHOT API) - +Uses of Class org.tarantool.core.proto.Updates (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -191,7 +191,7 @@

    Uses of -protected long +long InMemoryTarantoolImpl.arithmeticUpdate(Updates up, long value, long arg) diff --git a/apidocs/org/tarantool/core/proto/package-frame.html b/apidocs/org/tarantool/core/proto/package-frame.html index 04c24c6a..ea678e51 100644 --- a/apidocs/org/tarantool/core/proto/package-frame.html +++ b/apidocs/org/tarantool/core/proto/package-frame.html @@ -2,10 +2,10 @@ - + -org.tarantool.core.proto (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core.proto (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + diff --git a/apidocs/org/tarantool/core/proto/package-summary.html b/apidocs/org/tarantool/core/proto/package-summary.html index 4979a7d5..a52573f7 100644 --- a/apidocs/org/tarantool/core/proto/package-summary.html +++ b/apidocs/org/tarantool/core/proto/package-summary.html @@ -2,16 +2,16 @@ - + -org.tarantool.core.proto (tarantool-connector 0.0.3-SNAPSHOT API) - +org.tarantool.core.proto (Tarantool Connector for Java 0.1.3-SNAPSHOT API) + @@ -38,7 +38,7 @@