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 @@
- + -| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final int |
+OP_CODE |
+22 |
+
| Modifier and Type | @@ -236,25 +255,25 @@|||||
|---|---|---|---|---|---|
| + |
public static final int |
-DATA_HEADER_SIZE |
-22 |
+EOF_MARKER |
+279816990 |
| + |
public static final int |
-EOF_MARKER |
-279816990 |
+HEADER_SIZE |
+28 |
| + |
public static final int |
-ROW_HEADER_SIZE |
-32 |
+ROW_DATA_HEADER_SIZE |
+22 |
@@ -270,6 +289,20 @@ org.tarantool.* | SNAP_TAG |
-1 |
|||
+
+public static final int |
+VERSION |
+11 |
+|||
+
+public static final short |
+XLOG_TAG |
+-2 |
+
TupleSupport can works with given
classDATA_HEADER_SIZE=22EOF_MARKER=0x10adab1eindex.offset.HEADER="SNAP\n0.11\n\n".getBytes()TarantoolException if tuple already
existsTarantoolException if tuple already
existsOP_CODE=21TarantoolException if no tuple with
the same primary key foundTarantoolException if no tuple with
the same primary key foundROW_HEADER_SIZE=32ROW_START_MARKER=0xba0babedfieldNo.limit.port.SNAP_TAG=(short) 0xFFFFTuple.List<Tuple>call(int flags,
+ String procName,
+ Tuple args)
+voidclose()
Integerdelete(int space,
Tuple id)
TupledeleteAndGet(int space,
Tuple id)
List<Tuple>find(int space,
int index,
@@ -148,7 +156,7 @@ Method Summary
keys
List<Tuple>find(int space,
int index,
@@ -159,7 +167,7 @@ Method Summary
keys
TuplefindOne(int space,
int index,
@@ -169,7 +177,7 @@ Method Summary
specified keys
TuplefindOne(int space,
int index,
@@ -179,7 +187,7 @@ Method Summary
specified keys
Integerinsert(int space,
Tuple tuple)
@@ -188,7 +196,7 @@ TupleinsertAndGet(int space,
Tuple tuple)
@@ -197,27 +205,27 @@ IntegerinsertOrReplace(int space,
Tuple tuple)
TupleinsertOrReplaceAndGet(int space,
Tuple tuple)
Booleanping()
Integerreplace(int space,
Tuple tuple)
@@ -226,7 +234,7 @@ TuplereplaceAndGet(int space,
Tuple tuple)
@@ -235,7 +243,7 @@ Integerupdate(int space,
Tuple id,
@@ -243,7 +251,7 @@ Method Summary
Finds tuple using primary key and performs specified update operations
TupleupdateAndGet(int space,
Tuple id,
@@ -487,7 +495,7 @@ close
-
+
-
ping
Boolean ping()
@@ -496,6 +504,20 @@ ping
CommunicationException
+
+
+
+
diff --git a/apidocs/org/tarantool/core/Tuple.html b/apidocs/org/tarantool/core/Tuple.html
index 686283bb..a2173e01 100644
--- a/apidocs/org/tarantool/core/Tuple.html
+++ b/apidocs/org/tarantool/core/Tuple.html
@@ -2,16 +2,16 @@
-
+
-Tuple (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Tuple (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -359,13 +359,35 @@ Method Summary
TuplesetLuaArgument(int i,
+ Object value)
+TuplesetLuaString(int i,
+ String value,
+ String encoding)
+TuplesetLuaStringUTF8(int i,
+ Object value)
+TuplesetShort(int i,
short value)
TuplesetString(int i,
String value,
@@ -374,7 +396,7 @@ Method Summary
setString.
intsize()
Tuple object.public Tuple setLuaString(int i, + String value, + String encoding)+
i - a int.value - a boolean.Tuple object.public Tuple setLuaStringUTF8(int i, + Object value)+
i - a int.value - a boolean.Tuple object.public Tuple setLuaArgument(int i, + Object value)+
i - a int.value - a boolean.Tuple object.TarantoolConnectiongetSingleQueryConnection()
+getSingleQueryConnection()
TarantoolConnectiongetSingleQueryConnection()
+getSingleQueryConnection()
voidreturnConnection(TarantoolConnection connection)
+returnConnection(TarantoolConnection client)
voidreturnConnection(TarantoolConnection client)
+returnConnection(TarantoolConnection connection)
TuplesetLuaArgument(int i,
+ Object value)
+TuplesetLuaString(int i,
+ String value,
+ String encoding)
+TuplesetLuaStringUTF8(int i,
+ Object value)
+TuplesetShort(int i,
short value)
TuplesetString(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 Type
+Method and Description
+
+
+
+protected Tuple
+Update.id(TupleSupport support,
+ Object... id)
+
+
+protected Tuple
+Delete.id(TupleSupport support,
+ Object... id)
+
+
+protected Tuple
+Call.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)
+
+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 Tuple
+List<Tuple>
+InMemoryTarantoolImpl.CallStub.call(InMemoryTarantoolImpl impl,
+ String procName,
+ int flags,
+ Tuple args)
+
+
+Tuple
InMemoryTarantoolImpl.copy(Tuple tuple,
int... fields)
copy.
+
+Tuple
+InMemoryTarantoolImpl.copyExcept(Tuple tuple,
+ Integer... fields)
+
-protected Tuple
+Tuple
InMemoryTarantoolImpl.delete(int spaceNum,
Tuple t)
@@ -1141,7 +1300,7 @@ Uses of
-protected Tuple
+Tuple
InMemoryTarantoolImpl.deleteField(int fieldNo,
Tuple stored)
+
+InMemoryTarantoolImpl.Index
+InMemoryTarantoolImpl.getIndex(int spaceNum,
+ int idx,
+ Tuple t)
+
+
+Tuple
+InMemoryTarantoolImpl.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
+void
+InMemoryTarantoolImpl.Index.put(Tuple t)
+
-protected void
+void
+InMemoryTarantoolImpl.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 BigInteger
+List<Tuple>
+InMemoryTarantoolImpl.Index.tail(Tuple tuple)
+
+
+BigInteger
InMemoryTarantoolImpl.toKey(Tuple tuple)
toKey.
@@ -1202,7 +1403,13 @@ Uses of
-protected List<Tuple>
+Response
+InMemoryTarantoolImpl.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
+
+
+
+- java.lang.Object
+-
+
+- org.tarantool.core.cmd.Request
+-
+
+- org.tarantool.core.cmd.Call
+
+
+
+
+
+
+
+-
+
+
+public class Call
+extends Request
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static int
+OP_CODE
+
+
+
+-
+
+
+
Fields inherited from class org.tarantool.core.cmd.Request
+id, op, REQUEST_HEADER_SIZE
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Call(int id,
+ String procName,
+ byte[] body)
+
+
+Call(int id,
+ String procName,
+ Tuple tuple)
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+ByteBuffer
+body(ByteBuffer buffer)
+
+ body.
+
+
+
+Call
+flags(int flags)
+
+
+byte[]
+getBody()
+
+
+protected int
+getCapacity()
+
+ getCapacity.
+
+
+
+int
+getFlags()
+
+
+String
+getProcName()
+
+
+void
+setBody(byte[] body)
+
+
+void
+setFlags(int flags)
+
+
+void
+setProcName(String procName)
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Detail
+
+
+
+
+-
+
OP_CODE
+public static final int OP_CODE
+- See Also:
- Constant Field Values
+
+
+
+
+
+
+-
+
+
+
Constructor Detail
+
+
+
+
+-
+
Call
+public Call(int id,
+ String procName,
+ byte[] body)
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
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.
+
+
+
+
+
+
+-
+
body
+public ByteBuffer body(ByteBuffer buffer)
+Description copied from class: Request
+
+ body.
+
+
+- Specified by:
+body in class Request
+- Parameters:
buffer - a ByteBuffer object.
+- Returns:
- a
ByteBuffer object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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 @@
+
+org.tarantool.snapshot
+
+
@@ -136,6 +140,37 @@ Uses of
+-
+
+
+
Uses of DMLRequest in org.tarantool.snapshot
+
+Methods in org.tarantool.snapshot with type parameters of type DMLRequest
+
+Modifier and Type
+Method and Description
+
+
+
+<T extends DMLRequest<T>>
void
+XLogWriter.writeXLog(DMLRequest<T> request)
+
+
+
+
+Methods in org.tarantool.snapshot with parameters of type DMLRequest
+
+Modifier and Type
+Method and Description
+
+
+
+<T extends DMLRequest<T>>
void
+XLogWriter.writeXLog(DMLRequest<T> request)
+
+
+
+
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Delete.html b/apidocs/org/tarantool/core/cmd/class-use/Delete.html
index 6eaa3577..f7d2f7ce 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Delete.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Delete.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.cmd.Delete (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.cmd.Delete (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Insert.html b/apidocs/org/tarantool/core/cmd/class-use/Insert.html
index c205f984..c381619e 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Insert.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Insert.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.cmd.Insert (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.cmd.Insert (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Ping.html b/apidocs/org/tarantool/core/cmd/class-use/Ping.html
index b5b94bb1..ba5a0307 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Ping.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Ping.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.cmd.Ping (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.cmd.Ping (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Request.html b/apidocs/org/tarantool/core/cmd/class-use/Request.html
index 1fb79599..81ad6680 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Request.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Request.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.cmd.Request (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.cmd.Request (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -106,40 +106,44 @@ Uses of
class
+Call
+
+
+class
Delete
Delete class.
-
+
class
DMLRequest<T extends DMLRequest<T>>
Abstract DMLRequest class.
-
+
class
Insert
Insert class.
-
+
class
Ping
Ping class.
-
+
class
Select
Select class.
-
+
class
Update
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Response.html b/apidocs/org/tarantool/core/cmd/class-use/Response.html
index d952ddd1..3b4ccae0 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Response.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Response.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.cmd.Response (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.cmd.Response (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -133,7 +133,7 @@ Uses of
-protected Response
+Response
ByteChannelTransport.read()
read.
@@ -177,6 +177,12 @@ Uses of
+
+Response
+InMemoryTarantoolImpl.packResult(Request request,
+ List<Tuple> result,
+ int code)
+
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Select.html b/apidocs/org/tarantool/core/cmd/class-use/Select.html
index 3739ac99..4121bc15 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Select.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Select.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.cmd.Select (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.cmd.Select (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Transport.html b/apidocs/org/tarantool/core/cmd/class-use/Transport.html
index f8c585b4..5a73ce37 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Transport.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Transport.html
@@ -2,16 +2,16 @@
-
+
-Uses of Interface org.tarantool.core.cmd.Transport (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Interface org.tarantool.core.cmd.Transport (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/cmd/class-use/Update.html b/apidocs/org/tarantool/core/cmd/class-use/Update.html
index 719e130d..e8e92dd1 100644
--- a/apidocs/org/tarantool/core/cmd/class-use/Update.html
+++ b/apidocs/org/tarantool/core/cmd/class-use/Update.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.cmd.Update (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.cmd.Update (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/cmd/package-frame.html b/apidocs/org/tarantool/core/cmd/package-frame.html
index b7ffe136..f8284484 100644
--- a/apidocs/org/tarantool/core/cmd/package-frame.html
+++ b/apidocs/org/tarantool/core/cmd/package-frame.html
@@ -2,10 +2,10 @@
-
+
-org.tarantool.core.cmd (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.core.cmd (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -17,6 +17,7 @@ Interfaces
Classes
+- Call
- Delete
- DMLRequest
- Insert
diff --git a/apidocs/org/tarantool/core/cmd/package-summary.html b/apidocs/org/tarantool/core/cmd/package-summary.html
index 4f847335..14f8b523 100644
--- a/apidocs/org/tarantool/core/cmd/package-summary.html
+++ b/apidocs/org/tarantool/core/cmd/package-summary.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.core.cmd (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.core.cmd (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -95,53 +95,57 @@ Package org.tarantool.core.cmd
+Call
+
+
+
Delete
Delete class.
-
+
DMLRequest<T extends DMLRequest<T>>
Abstract DMLRequest class.
-
+
Insert
Insert class.
-
+
Ping
Ping class.
-
+
Request
Request command base class
-
+
Response
Tarantool server response
-
+
Select
Select class.
-
+
Update
diff --git a/apidocs/org/tarantool/core/cmd/package-tree.html b/apidocs/org/tarantool/core/cmd/package-tree.html
index 3bba87ce..ec9cea58 100644
--- a/apidocs/org/tarantool/core/cmd/package-tree.html
+++ b/apidocs/org/tarantool/core/cmd/package-tree.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.core.cmd Class Hierarchy (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.core.cmd Class Hierarchy (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -77,6 +77,7 @@ Class Hierarchy
- org.tarantool.core.cmd.Request
+- org.tarantool.core.cmd.Call
- org.tarantool.core.cmd.DMLRequest<T>
- org.tarantool.core.cmd.Delete
diff --git a/apidocs/org/tarantool/core/cmd/package-use.html b/apidocs/org/tarantool/core/cmd/package-use.html
index 408bc293..ef16629f 100644
--- a/apidocs/org/tarantool/core/cmd/package-use.html
+++ b/apidocs/org/tarantool/core/cmd/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package org.tarantool.core.cmd (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Package org.tarantool.core.cmd (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -85,6 +85,10 @@ Uses of Package
+org.tarantool.snapshot
+
+
+
org.tarantool.test
@@ -101,22 +105,25 @@ Uses of Package
+Call
+
+
DMLRequest
Abstract DMLRequest class.
-
+
Request
Request command base class
-
+
Response
Tarantool server response
-
+
Select
Select class.
@@ -153,6 +160,24 @@ Uses of Package
+
-
+
+
+
+Classes in org.tarantool.core.cmd used by org.tarantool.snapshot
+
+Class and Description
+
+
+
+DMLRequest
+
+ Abstract DMLRequest class.
+
+
+
+
+
-
diff --git a/apidocs/org/tarantool/core/exception/CommunicationException.html b/apidocs/org/tarantool/core/exception/CommunicationException.html
index b31ea53b..5e908afc 100644
--- a/apidocs/org/tarantool/core/exception/CommunicationException.html
+++ b/apidocs/org/tarantool/core/exception/CommunicationException.html
@@ -2,16 +2,16 @@
-
+
-
CommunicationException (tarantool-connector 0.0.3-SNAPSHOT API)
-
+CommunicationException (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/exception/TarantoolException.html b/apidocs/org/tarantool/core/exception/TarantoolException.html
index 4e96015d..0b6326f4 100644
--- a/apidocs/org/tarantool/core/exception/TarantoolException.html
+++ b/apidocs/org/tarantool/core/exception/TarantoolException.html
@@ -2,16 +2,16 @@
-
+
-TarantoolException (tarantool-connector 0.0.3-SNAPSHOT API)
-
+TarantoolException (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/exception/class-use/CommunicationException.html b/apidocs/org/tarantool/core/exception/class-use/CommunicationException.html
index eed4af27..ac644086 100644
--- a/apidocs/org/tarantool/core/exception/class-use/CommunicationException.html
+++ b/apidocs/org/tarantool/core/exception/class-use/CommunicationException.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.exception.CommunicationException (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.exception.CommunicationException (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/exception/class-use/TarantoolException.html b/apidocs/org/tarantool/core/exception/class-use/TarantoolException.html
index 6e2450e8..b6e3e4d3 100644
--- a/apidocs/org/tarantool/core/exception/class-use/TarantoolException.html
+++ b/apidocs/org/tarantool/core/exception/class-use/TarantoolException.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.core.exception.TarantoolException (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.core.exception.TarantoolException (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/exception/package-frame.html b/apidocs/org/tarantool/core/exception/package-frame.html
index 03db41df..eafa6d31 100644
--- a/apidocs/org/tarantool/core/exception/package-frame.html
+++ b/apidocs/org/tarantool/core/exception/package-frame.html
@@ -2,10 +2,10 @@
-
+
-org.tarantool.core.exception (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.core.exception (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/exception/package-summary.html b/apidocs/org/tarantool/core/exception/package-summary.html
index 28a77373..b3eeb335 100644
--- a/apidocs/org/tarantool/core/exception/package-summary.html
+++ b/apidocs/org/tarantool/core/exception/package-summary.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.core.exception (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.core.exception (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/exception/package-tree.html b/apidocs/org/tarantool/core/exception/package-tree.html
index c14b3e5a..6337f60d 100644
--- a/apidocs/org/tarantool/core/exception/package-tree.html
+++ b/apidocs/org/tarantool/core/exception/package-tree.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.core.exception Class Hierarchy (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.core.exception Class Hierarchy (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/exception/package-use.html b/apidocs/org/tarantool/core/exception/package-use.html
index 1e6cb233..3902f070 100644
--- a/apidocs/org/tarantool/core/exception/package-use.html
+++ b/apidocs/org/tarantool/core/exception/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package org.tarantool.core.exception (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Package org.tarantool.core.exception (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/core/impl/ByteChannelTransport.html b/apidocs/org/tarantool/core/impl/ByteChannelTransport.html
index def74dd1..d9370235 100644
--- a/apidocs/org/tarantool/core/impl/ByteChannelTransport.html
+++ b/apidocs/org/tarantool/core/impl/ByteChannelTransport.html
@@ -2,16 +2,16 @@
-
+
-ByteChannelTransport (tarantool-connector 0.0.3-SNAPSHOT API)
-
+ByteChannelTransport (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -169,7 +169,7 @@ Method Summary
-protected Response
+Response
read()
read.
@@ -255,7 +255,7 @@ execute
-
read
-protected Response read()
+public Response read()
read.
diff --git a/apidocs/org/tarantool/core/impl/OperationImpl.html b/apidocs/org/tarantool/core/impl/OperationImpl.html
index 6e393600..23610209 100644
--- a/apidocs/org/tarantool/core/impl/OperationImpl.html
+++ b/apidocs/org/tarantool/core/impl/OperationImpl.html
@@ -2,16 +2,16 @@
-
+
-OperationImpl (tarantool-connector 0.0.3-SNAPSHOT API)
-
+OperationImpl (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -199,6 +199,10 @@ Method Summary
Setter for the field op.
+
+static OperationImpl
+unpack(ByteBuffer buffer)
+
-
@@ -334,7 +338,7 @@
setArgs
-
+
-
pack
public byte[] pack()
@@ -347,6 +351,15 @@ pack
- Returns:
- an array of byte.
+
+
+
+
+-
+
unpack
+public static OperationImpl unpack(ByteBuffer buffer)
+
+
diff --git a/apidocs/org/tarantool/core/impl/SocketChannelTarantoolConnection.html b/apidocs/org/tarantool/core/impl/SocketChannelTarantoolConnection.html
index 76943a4e..60812646 100644
--- a/apidocs/org/tarantool/core/impl/SocketChannelTarantoolConnection.html
+++ b/apidocs/org/tarantool/core/impl/SocketChannelTarantoolConnection.html
@@ -2,16 +2,16 @@
-
+
-SocketChannelTarantoolConnection (tarantool-connector 0.0.3-SNAPSHOT API)
-
+SocketChannelTarantoolConnection (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -155,7 +155,7 @@ Method Summary
Methods inherited from class org.tarantool.core.impl.TarantoolConnectionImpl
-close, delete, deleteAndGet, find, find, findOne, findOne, insert, insertAndGet, insertOrReplace, insertOrReplaceAndGet, ping, replace, replaceAndGet, returnTo, update, updateAndGet
+call, close, delete, deleteAndGet, find, find, findOne, findOne, insert, insertAndGet, insertOrReplace, insertOrReplaceAndGet, ping, replace, replaceAndGet, returnTo, update, updateAndGet
-
diff --git a/apidocs/org/tarantool/core/impl/TarantoolConnectionImpl.html b/apidocs/org/tarantool/core/impl/TarantoolConnectionImpl.html
index 85f41ffa..4228bec8 100644
--- a/apidocs/org/tarantool/core/impl/TarantoolConnectionImpl.html
+++ b/apidocs/org/tarantool/core/impl/TarantoolConnectionImpl.html
@@ -2,16 +2,16 @@
-
+
-
TarantoolConnectionImpl (tarantool-connector 0.0.3-SNAPSHOT API)
-
+TarantoolConnectionImpl (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -154,26 +154,34 @@ Method Summary
Method and Description
+List<Tuple>
+call(int flags,
+ String procName,
+ Tuple args)
+Executes stored procedure on server
+
+
+
void
close()
Closes connection
-
+
Integer
delete(int space,
Tuple tuple)
Finds tuple using primary key and removes it
-
+
Tuple
deleteAndGet(int space,
Tuple tuple)
Finds tuple using primary key and removes it
-
+
List<Tuple>
find(int space,
int index,
@@ -184,7 +192,7 @@ Method Summary
keys
-
+
List<Tuple>
find(int space,
int index,
@@ -195,7 +203,7 @@ Method Summary
keys
-
+
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
+
+
+-
+
+Packages that use OperationImpl
+
+Package
+Description
+
+
+
+org.tarantool.core.impl
+
+
+
+org.tarantool.snapshot
+
+
+
+
+
+-
+
+-
+
+
+
Uses of OperationImpl in org.tarantool.core.impl
+
+Methods in org.tarantool.core.impl that return OperationImpl
+
+Modifier and Type
+Method and Description
+
+
+
+static OperationImpl
+OperationImpl.unpack(ByteBuffer buffer)
+
+
+
+
+-
+
+
+
Uses of OperationImpl in org.tarantool.snapshot
+
+Fields in org.tarantool.snapshot with type parameters of type OperationImpl
+
+Modifier and Type
+Field and Description
+
+
+
+List<OperationImpl>
+XLogReader.XLogEntry.ops
+
+
+
+
+
+
+
+
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 @@
-<T> TarantoolTemplate.Delete<T>
+<T> Call<T>
+call(Class<T> cls,
+ String procName,
+ Object... args)
+Creates call configuration chain
+
+
+
+<T> Delete<T>
delete(Class<T> cls,
Object... id)
Start point of delete configuration chain
-
-<T> TarantoolTemplate.ContidionFirst<T>
+
+<T> ContidionFirst<T>
find(Class<T> cls)
Start point of find configuration chain.
-
-<T> TarantoolTemplate.ContidionFirst<T>
+
+<T> ContidionFirst<T>
find(Class<T> cls,
int index)
Start point of find configuration chain.
-
-<T> TarantoolTemplate.ContidionFirst<T>
+
+<T> ContidionFirst<T>
find(Class<T> cls,
int index,
String... fields)
Start point of find configuration chain.
-
+
SingleQueryConnectionFactory
getConnectionFactory()
-
+
<T> Mapping<T>
getOrCreateMapping(Class<T> cls)
Gets or creates and cache mapping for class from annotations
-
+
TupleSupport
getSupport()
-
-<T> TarantoolTemplate.Insert<T>
+
+<T> Insert<T>
save(T value)
Start point of save configuration chain
-
+
void
setConnectionFactory(SingleQueryConnectionFactory connectionFactory)
-
+
void
setSupport(TupleSupport support)
-
-<T> TarantoolTemplate.OperationFirst<T>
+
+<T> OperationFirst<T>
update(Class<T> cls,
Object... id)
Start point of update configuration chain
@@ -381,8 +350,8 @@ addMapping
-
delete
-public <T> TarantoolTemplate.Delete<T> delete(Class<T> cls,
- Object... id)
+public <T> Delete<T> delete(Class<T> cls,
+ Object... id)
Start point of delete configuration chain
- Parameters:
cls - id -
- Returns:
- deleted object or null
@@ -394,7 +363,7 @@ delete
-
find
-public <T> TarantoolTemplate.ContidionFirst<T> find(Class<T> cls)
+public <T> ContidionFirst<T> find(Class<T> cls)
Start point of find configuration chain. This method uses primary key to
search.
- Parameters:
cls -
@@ -407,9 +376,9 @@ find
-
find
-public <T> TarantoolTemplate.ContidionFirst<T> find(Class<T> cls,
- int index,
- String... fields)
+public <T> ContidionFirst<T> find(Class<T> cls,
+ int index,
+ String... fields)
Start point of find configuration chain. This method will search using
given index. search. Specified fields will be used for type check.
- Parameters:
cls -
@@ -422,8 +391,8 @@ find
-
find
-public <T> TarantoolTemplate.ContidionFirst<T> find(Class<T> cls,
- int index)
+public <T> ContidionFirst<T> find(Class<T> cls,
+ int index)
Start point of find configuration chain. This method will search using
given index. Index fields will be given from index definition inside
mapping.
@@ -439,7 +408,7 @@ find
-
save
-public <T> TarantoolTemplate.Insert<T> save(T value)
+public <T> Insert<T> save(T value)
Start point of save configuration chain
- Parameters:
value -
- Returns:
- first element in configuration chain
@@ -451,13 +420,27 @@ save
-
update
-public <T> TarantoolTemplate.OperationFirst<T> update(Class<T> cls,
- Object... id)
+public <T> OperationFirst<T> update(Class<T> cls,
+ Object... id)
Start point of update configuration chain
- Parameters:
cls - id - primary key of target object
- Returns:
- first element in configuration chain
+
+
+
+
+-
+
call
+public <T> Call<T> call(Class<T> cls,
+ String procName,
+ Object... args)
+Creates call configuration chain
+- Parameters:
cls - return typeprocName - proc nameargs - to pass
+- Returns:
- first element in configuration chain
+
+
@@ -533,7 +516,7 @@ setSupport
diff --git a/apidocs/org/tarantool/facade/class-use/Mapping.html b/apidocs/org/tarantool/facade/class-use/Mapping.html
index d68d23a8..9cd2b1b5 100644
--- a/apidocs/org/tarantool/facade/class-use/Mapping.html
+++ b/apidocs/org/tarantool/facade/class-use/Mapping.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.Mapping (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.Mapping (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -80,6 +80,10 @@ Uses of Cla
org.tarantool.facade
+
+org.tarantool.facade.chain
+
+
@@ -126,14 +130,14 @@ Uses of
<T> Mapping<T>
-TarantoolTemplate7.getOrCreateMapping(Class<T> cls)
-
-
-<T> Mapping<T>
TarantoolTemplate.getOrCreateMapping(Class<T> cls)
Gets or creates and cache mapping for class from annotations
+
+<T> Mapping<T>
+TarantoolTemplate7.getOrCreateMapping(Class<T> cls)
+
Mapping<T>
Mapping.index(int indexNo,
@@ -156,24 +160,65 @@ Uses of
+
+
+Uses of Mapping in org.tarantool.facade.chain
+
+Fields in org.tarantool.facade.chain declared as Mapping
+
+Modifier and Type
+Field and Description
+
+
+
+protected Mapping<T>
+Chain.mapping
+
+
+
-Constructors in org.tarantool.facade with parameters of type Mapping
+Constructors in org.tarantool.facade.chain with parameters of type Mapping
Constructor and Description
-TarantoolTemplate.Insert(Mapping<T> mapping,
- T value)
+Call(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ String procName,
+ Object... args)
+
+
+Chain(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping)
+
+
+Delete(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ Object... id)
+
+
+Insert(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ T value)
+
+
+Search(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ int index)
-TarantoolTemplate.Search(Mapping<T> mapping,
- int index)
+Search(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ int index,
+ String[] fields)
-TarantoolTemplate.Search(Mapping<T> mapping,
- int index,
- String[] fields)
+Update(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ Object... id)
diff --git a/apidocs/org/tarantool/facade/class-use/Mapping7.Accessor7.html b/apidocs/org/tarantool/facade/class-use/Mapping7.Accessor7.html
index ba29024a..337d202c 100644
--- a/apidocs/org/tarantool/facade/class-use/Mapping7.Accessor7.html
+++ b/apidocs/org/tarantool/facade/class-use/Mapping7.Accessor7.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.Mapping7.Accessor7 (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.Mapping7.Accessor7 (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/Mapping7.html b/apidocs/org/tarantool/facade/class-use/Mapping7.html
index f08bbccd..c41ac474 100644
--- a/apidocs/org/tarantool/facade/class-use/Mapping7.html
+++ b/apidocs/org/tarantool/facade/class-use/Mapping7.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.Mapping7 (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.Mapping7 (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.ContidionFirst.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.ContidionFirst.html
index 8e8e8d38..fee8fc0a 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.ContidionFirst.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.ContidionFirst.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate.ContidionFirst (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate.ContidionFirst (Tarantool Connector for Java 0.0.9-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Delete.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Delete.html
index 2fa4bfad..1be10bc4 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Delete.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Delete.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate.Delete (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate.Delete (Tarantool Connector for Java 0.0.9-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Insert.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Insert.html
index cca63df4..47940b00 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Insert.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Insert.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate.Insert (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate.Insert (Tarantool Connector for Java 0.0.9-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.OperationFirst.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.OperationFirst.html
index 8f80136c..eb5ecbf7 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.OperationFirst.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.OperationFirst.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate.OperationFirst (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate.OperationFirst (Tarantool Connector for Java 0.0.9-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Search.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Search.html
index ba548e6b..c4e3042e 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Search.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Search.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate.Search (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate.Search (Tarantool Connector for Java 0.0.9-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Update.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Update.html
index d135b996..1f5c56fc 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Update.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.Update.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate.Update (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate.Update (Tarantool Connector for Java 0.0.9-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.html
index 37f6c8a1..ca265777 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate7.html b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate7.html
index c7afd667..1ad50edc 100644
--- a/apidocs/org/tarantool/facade/class-use/TarantoolTemplate7.html
+++ b/apidocs/org/tarantool/facade/class-use/TarantoolTemplate7.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TarantoolTemplate7 (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TarantoolTemplate7 (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/class-use/TupleSupport.html b/apidocs/org/tarantool/facade/class-use/TupleSupport.html
index 8fbcfc9d..3e18d3c7 100644
--- a/apidocs/org/tarantool/facade/class-use/TupleSupport.html
+++ b/apidocs/org/tarantool/facade/class-use/TupleSupport.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class org.tarantool.facade.TupleSupport (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.facade.TupleSupport (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -80,6 +80,10 @@ Uses o
org.tarantool.facade
+
+org.tarantool.facade.chain
+
+
@@ -180,6 +184,30 @@ Uses of
+
+
+Uses of TupleSupport in org.tarantool.facade.chain
+
+Methods in org.tarantool.facade.chain with parameters of type TupleSupport
+
+Modifier and Type
+Method and Description
+
+
+
+protected Tuple
+Update.id(TupleSupport support,
+ Object... id)
+
+
+protected Tuple
+Delete.id(TupleSupport support,
+ Object... id)
+
+
+
+
diff --git a/apidocs/org/tarantool/facade/package-frame.html b/apidocs/org/tarantool/facade/package-frame.html
index 730a88ef..e1264daf 100644
--- a/apidocs/org/tarantool/facade/package-frame.html
+++ b/apidocs/org/tarantool/facade/package-frame.html
@@ -2,10 +2,10 @@
-
+
-org.tarantool.facade (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.facade (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/facade/package-summary.html b/apidocs/org/tarantool/facade/package-summary.html
index 59122e64..fdbfc691 100644
--- a/apidocs/org/tarantool/facade/package-summary.html
+++ b/apidocs/org/tarantool/facade/package-summary.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.facade (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.facade (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -37,7 +37,7 @@
-- org.tarantool.facade.TarantoolTemplate.ContidionFirst<T>
-
-- org.tarantool.facade.TarantoolTemplate.Search<T>
-
-
-- org.tarantool.facade.TarantoolTemplate.Delete<T>
-- org.tarantool.facade.TarantoolTemplate.Insert<T>
-- org.tarantool.facade.TarantoolTemplate.OperationFirst<T>
-
-- org.tarantool.facade.TarantoolTemplate.Update<T>
-
-
- org.tarantool.facade.TupleSupport
@@ -126,7 +114,7 @@ Class Hierarchy
+
+org.tarantool.facade.chain
+
+
@@ -108,25 +112,29 @@ Uses of Package
-TarantoolTemplate.ContidionFirst
-
-
-TarantoolTemplate.Delete
-
-
-TarantoolTemplate.Insert
-
-
-TarantoolTemplate.OperationFirst
+TupleSupport
+Simplifies all serialization and deserialization operations
+
-
-TarantoolTemplate.Search
+
+
+
+-
+
+
+
+Classes in org.tarantool.facade used by org.tarantool.facade.chain
+
+Class and Description
+
-TarantoolTemplate.Update
+Mapping
+Maps class to tarantool tuple in specified space
+
-TupleSupport
+ TupleSupport
Simplifies all serialization and deserialization operations
diff --git a/apidocs/org/tarantool/pool/ConnectionReturnPoint.html b/apidocs/org/tarantool/pool/ConnectionReturnPoint.html
index d5a91017..7b0ac115 100644
--- a/apidocs/org/tarantool/pool/ConnectionReturnPoint.html
+++ b/apidocs/org/tarantool/pool/ConnectionReturnPoint.html
@@ -2,16 +2,16 @@
-
+
-ConnectionReturnPoint (tarantool-connector 0.0.3-SNAPSHOT API)
-
+ConnectionReturnPoint (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/Returnable.html b/apidocs/org/tarantool/pool/Returnable.html
index 4dcea986..ae513618 100644
--- a/apidocs/org/tarantool/pool/Returnable.html
+++ b/apidocs/org/tarantool/pool/Returnable.html
@@ -2,16 +2,16 @@
-
+
-Returnable (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Returnable (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/SingleQueryConnectionFactory.html b/apidocs/org/tarantool/pool/SingleQueryConnectionFactory.html
index 74620b50..1cfa9b2d 100644
--- a/apidocs/org/tarantool/pool/SingleQueryConnectionFactory.html
+++ b/apidocs/org/tarantool/pool/SingleQueryConnectionFactory.html
@@ -2,16 +2,16 @@
-
+
-SingleQueryConnectionFactory (tarantool-connector 0.0.3-SNAPSHOT API)
-
+SingleQueryConnectionFactory (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/SocketChannelPooledConnectionFactory.html b/apidocs/org/tarantool/pool/SocketChannelPooledConnectionFactory.html
index e1782fc1..250ff7dd 100644
--- a/apidocs/org/tarantool/pool/SocketChannelPooledConnectionFactory.html
+++ b/apidocs/org/tarantool/pool/SocketChannelPooledConnectionFactory.html
@@ -2,16 +2,16 @@
-
+
-SocketChannelPooledConnectionFactory (tarantool-connector 0.0.3-SNAPSHOT API)
-
+SocketChannelPooledConnectionFactory (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/class-use/ConnectionReturnPoint.html b/apidocs/org/tarantool/pool/class-use/ConnectionReturnPoint.html
index 7c2efb68..256773ea 100644
--- a/apidocs/org/tarantool/pool/class-use/ConnectionReturnPoint.html
+++ b/apidocs/org/tarantool/pool/class-use/ConnectionReturnPoint.html
@@ -2,16 +2,16 @@
-
+
-Uses of Interface org.tarantool.pool.ConnectionReturnPoint (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Interface org.tarantool.pool.ConnectionReturnPoint (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/class-use/Returnable.html b/apidocs/org/tarantool/pool/class-use/Returnable.html
index d61cc645..9f7ee27e 100644
--- a/apidocs/org/tarantool/pool/class-use/Returnable.html
+++ b/apidocs/org/tarantool/pool/class-use/Returnable.html
@@ -2,16 +2,16 @@
-
+
-Uses of Interface org.tarantool.pool.Returnable (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Interface org.tarantool.pool.Returnable (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/class-use/SingleQueryConnectionFactory.html b/apidocs/org/tarantool/pool/class-use/SingleQueryConnectionFactory.html
index 1d9d6607..08f4d496 100644
--- a/apidocs/org/tarantool/pool/class-use/SingleQueryConnectionFactory.html
+++ b/apidocs/org/tarantool/pool/class-use/SingleQueryConnectionFactory.html
@@ -2,16 +2,16 @@
-
+
-Uses of Interface org.tarantool.pool.SingleQueryConnectionFactory (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Interface org.tarantool.pool.SingleQueryConnectionFactory (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -81,10 +81,14 @@
-org.tarantool.pool
+org.tarantool.facade.chain
+org.tarantool.pool
+
+
+
org.tarantool.test
@@ -153,6 +157,68 @@ Uses of
+
+
+Uses of SingleQueryConnectionFactory in org.tarantool.facade.chain
+
+Fields in org.tarantool.facade.chain declared as SingleQueryConnectionFactory
+
+Modifier and Type
+Field and Description
+
+
+
+protected SingleQueryConnectionFactory
+Chain.factory
+
+
+
+
+Constructors in org.tarantool.facade.chain with parameters of type SingleQueryConnectionFactory
+
+Constructor and Description
+
+
+
+Call(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ String procName,
+ Object... args)
+
+
+Chain(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping)
+
+
+Delete(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ Object... id)
+
+
+Insert(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ T value)
+
+
+Search(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ int index)
+
+
+Search(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ int index,
+ String[] fields)
+
+
+Update(SingleQueryConnectionFactory factory,
+ Mapping<T> mapping,
+ Object... id)
+
+
+
+
-
diff --git a/apidocs/org/tarantool/pool/class-use/SocketChannelPooledConnectionFactory.html b/apidocs/org/tarantool/pool/class-use/SocketChannelPooledConnectionFactory.html
index 73d9423c..6ddde1a3 100644
--- a/apidocs/org/tarantool/pool/class-use/SocketChannelPooledConnectionFactory.html
+++ b/apidocs/org/tarantool/pool/class-use/SocketChannelPooledConnectionFactory.html
@@ -2,16 +2,16 @@
-
+
-
Uses of Class org.tarantool.pool.SocketChannelPooledConnectionFactory (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Class org.tarantool.pool.SocketChannelPooledConnectionFactory (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/package-frame.html b/apidocs/org/tarantool/pool/package-frame.html
index 34a7d627..0b4353b4 100644
--- a/apidocs/org/tarantool/pool/package-frame.html
+++ b/apidocs/org/tarantool/pool/package-frame.html
@@ -2,10 +2,10 @@
-
+
-org.tarantool.pool (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.pool (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
diff --git a/apidocs/org/tarantool/pool/package-summary.html b/apidocs/org/tarantool/pool/package-summary.html
index a6504b5f..2d68ca92 100644
--- a/apidocs/org/tarantool/pool/package-summary.html
+++ b/apidocs/org/tarantool/pool/package-summary.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.pool (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.pool (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -37,7 +37,7 @@
+-
+
+
+
+Classes in org.tarantool.pool used by org.tarantool.facade.chain
+
+Class and Description
+
+
+
+SingleQueryConnectionFactory
+
+ SingleQueryConnectionFactory interface.
+
+
+
+
+
-
diff --git a/apidocs/org/tarantool/snapshot/Const.html b/apidocs/org/tarantool/snapshot/Const.html
index 712179bf..1c4660ca 100644
--- a/apidocs/org/tarantool/snapshot/Const.html
+++ b/apidocs/org/tarantool/snapshot/Const.html
@@ -2,16 +2,16 @@
-
+
-
Const (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Const (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -126,39 +126,39 @@ Field Summary
static int
-DATA_HEADER_SIZE
-Constant DATA_HEADER_SIZE=22
-
+EOF_MARKER
static int
-EOF_MARKER
-Constant EOF_MARKER=0x10adab1e
-
+HEADER_SIZE
-static byte[]
-HEADER
-Constant HEADER="SNAP\n0.11\n\n".getBytes()
-
+static int
+ROW_DATA_HEADER_SIZE
static int
-ROW_HEADER_SIZE
-Constant ROW_HEADER_SIZE=32
-
+ROW_START_MARKER
+
+
+static byte[]
+SNAP_HEADER
+
+
+static short
+SNAP_TAG
static int
-ROW_START_MARKER
-Constant ROW_START_MARKER=0xba0babed
-
+VERSION
+static byte[]
+XLOG_HEADER
+
+
static short
-SNAP_TAG
-Constant SNAP_TAG=(short) 0xFFFF
-
+XLOG_TAG
@@ -207,14 +207,22 @@ Methods inherited from class java.lang.
+
-
-
HEADER
-public static final byte[] HEADER
-Constant HEADER="SNAP\n0.11\n\n".getBytes()
+SNAP_HEADER
+public static final byte[] SNAP_HEADER
+
+
+
+
+
+
+-
+
XLOG_HEADER
+public static final byte[] XLOG_HEADER
@@ -224,30 +232,37 @@ HEADER
-
SNAP_TAG
public static final short SNAP_TAG
-Constant SNAP_TAG=(short) 0xFFFF
- See Also:
- Constant Field Values
-
+
+
+
+
+-
+
XLOG_TAG
+public static final short XLOG_TAG
+- See Also:
- Constant Field Values
+
+
+
-
-
ROW_HEADER_SIZE
-public static final int ROW_HEADER_SIZE
-Constant ROW_HEADER_SIZE=32
-- See Also:
- Constant Field Values
+HEADER_SIZE
+public static final int HEADER_SIZE
+- See Also:
- Constant Field Values
-
+
-
-
DATA_HEADER_SIZE
-public static final int DATA_HEADER_SIZE
-Constant DATA_HEADER_SIZE=22
-- See Also:
- Constant Field Values
+ROW_DATA_HEADER_SIZE
+public static final int ROW_DATA_HEADER_SIZE
+- See Also:
- Constant Field Values
@@ -257,21 +272,29 @@ DATA_HEADER_SIZE
-
ROW_START_MARKER
public static final int ROW_START_MARKER
-Constant ROW_START_MARKER=0xba0babed
- See Also:
- Constant Field Values
-
+
-
EOF_MARKER
public static final int EOF_MARKER
-Constant EOF_MARKER=0x10adab1e
- See Also:
- Constant Field Values
+
+
+
+
+-
+
VERSION
+public static final int VERSION
+- See Also:
- Constant Field Values
+
+
diff --git a/apidocs/org/tarantool/snapshot/IntelCrc32c.html b/apidocs/org/tarantool/snapshot/IntelCrc32c.html
index 455126f9..8c3eee8e 100644
--- a/apidocs/org/tarantool/snapshot/IntelCrc32c.html
+++ b/apidocs/org/tarantool/snapshot/IntelCrc32c.html
@@ -2,16 +2,16 @@
-
+
-IntelCrc32c (tarantool-connector 0.0.3-SNAPSHOT API)
-
+IntelCrc32c (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -38,7 +38,7 @@
void
-close()
-
- close.
-
-
-
-protected double
-getTm()
-
- getTm.
-
-
-
-void
-write(int space,
- short tag,
- Tuple tuple)
+writeRow(int space,
+ Tuple tuple)
write.
+-
+
+
+
Methods inherited from class org.tarantool.snapshot.TupleWriter
+close, createHeader, flipAndWriteFully, getLSN, getTm
+
+
-
@@ -183,6 +206,23 @@
Methods inherited from class java.lang.
-
+
+
+-
+
+
+
Field Detail
+
+
+
+
+-
+
marker
+protected ByteBuffer marker
+
+
+
+
-
@@ -213,52 +253,23 @@
SnapshotWriter
Method Detail
-
-
-
-
--
-
getTm
-protected double getTm()
-
- getTm.
-
-- Returns:
- a double.
-
-
-
+
-
+
-
-
write
-public void write(int space,
- short tag,
- Tuple tuple)
- throws IOException
+writeRow
+public void writeRow(int space,
+ Tuple tuple)
+ throws IOException
write.
-- Parameters:
space - a int.tag - a short.tuple - a Tuple object.
+- Parameters:
space - a int.tuple - a Tuple object.
- Throws:
IOException - if any.
-
-
-
-
--
-
close
-public void close()
- throws IOException
-
- close.
-
-- Throws:
-IOException - if any.
-
-
@@ -285,8 +296,8 @@ close
diff --git a/apidocs/org/tarantool/snapshot/package-summary.html b/apidocs/org/tarantool/snapshot/package-summary.html
index f0af329f..e1ea6868 100644
--- a/apidocs/org/tarantool/snapshot/package-summary.html
+++ b/apidocs/org/tarantool/snapshot/package-summary.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.snapshot (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.snapshot (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -91,19 +91,53 @@ Package org.tarantool.snapshot
-SnapShotReader
+ReplicationClient
+
+
+
+SnapshotReader
SnapShotReader class.
+SnapshotReader.Row
+
+
+
SnapshotWriter
SnapshotWriter class.
+
+TupleReader
+
+
+
+TupleWriter
+
+
+
+XLogReader
+
+
+ SnapShotReader class.
+
+
+
+XLogReader.XLogEntry
+
+
+
+XLogWriter
+
+
+ SnapshotWriter class.
+
+
diff --git a/apidocs/org/tarantool/snapshot/package-tree.html b/apidocs/org/tarantool/snapshot/package-tree.html
index 44caaedd..a5023ee1 100644
--- a/apidocs/org/tarantool/snapshot/package-tree.html
+++ b/apidocs/org/tarantool/snapshot/package-tree.html
@@ -2,16 +2,16 @@
-
+
-org.tarantool.snapshot Class Hierarchy (tarantool-connector 0.0.3-SNAPSHOT API)
-
+org.tarantool.snapshot Class Hierarchy (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -77,9 +77,25 @@ Class Hierarchy
- org.tarantool.snapshot.Const
- org.tarantool.snapshot.IntelCrc32c
-- org.tarantool.snapshot.SnapShotReader
-- org.tarantool.snapshot.SnapShotReader.Row
+- org.tarantool.snapshot.SnapshotReader.Row
+- org.tarantool.snapshot.TupleReader
+
+- org.tarantool.snapshot.SnapshotReader
+- org.tarantool.snapshot.XLogReader
+
+- org.tarantool.snapshot.ReplicationClient
+
+
+
+
+- org.tarantool.snapshot.TupleReader.Header
+- org.tarantool.snapshot.TupleWriter
+
- org.tarantool.snapshot.SnapshotWriter
+- org.tarantool.snapshot.XLogWriter
+
+
+- org.tarantool.snapshot.XLogReader.XLogEntry
diff --git a/apidocs/org/tarantool/snapshot/package-use.html b/apidocs/org/tarantool/snapshot/package-use.html
index 2ab8a8a5..593d3929 100644
--- a/apidocs/org/tarantool/snapshot/package-use.html
+++ b/apidocs/org/tarantool/snapshot/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package org.tarantool.snapshot (tarantool-connector 0.0.3-SNAPSHOT API)
-
+Uses of Package org.tarantool.snapshot (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -77,12 +77,40 @@ Uses of Package
+org.tarantool.example
+
+
+
org.tarantool.snapshot
+-
+
+
+
+Classes in org.tarantool.snapshot used by org.tarantool.example
+
+Class and Description
+
+
+
+ReplicationClient
+
+
+XLogReader.XLogEntry
+
+
+XLogWriter
+
+ SnapshotWriter class.
+
+
+
+
+
-
@@ -93,7 +121,25 @@
Uses of Package
-SnapShotReader.Row
+SnapshotReader.Row
+
+
+TupleReader
+
+
+TupleReader.Header
+
+
+TupleWriter
+
+
+XLogReader
+
+ SnapShotReader class.
+
+
+
+XLogReader.XLogEntry
diff --git a/apidocs/org/tarantool/test/InMemoryTarantoolImpl.CallStub.html b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.CallStub.html
new file mode 100644
index 00000000..7fe403e6
--- /dev/null
+++ b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.CallStub.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+InMemoryTarantoolImpl.CallStub (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+org.tarantool.test
+Interface InMemoryTarantoolImpl.CallStub
+
+
+
+
+-
+
+- Enclosing class:
+- InMemoryTarantoolImpl
+
+
+
+public static interface InMemoryTarantoolImpl.CallStub
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012. All Rights Reserved.
+
+
diff --git a/apidocs/org/tarantool/test/InMemoryTarantoolImpl.Index.html b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.Index.html
new file mode 100644
index 00000000..08cf8c80
--- /dev/null
+++ b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.Index.html
@@ -0,0 +1,319 @@
+
+
+
+
+
+
+InMemoryTarantoolImpl.Index (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+org.tarantool.test
+Class InMemoryTarantoolImpl.Index
+
+
+
+- java.lang.Object
+-
+
+- org.tarantool.test.InMemoryTarantoolImpl.Index
+
+
+
+
+
+-
+
+- Enclosing class:
+- InMemoryTarantoolImpl
+
+
+
+public class InMemoryTarantoolImpl.Index
+extends Object
+
+
+
+
+
+-
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+List<Tuple>
+all()
+
+
+List<Tuple>
+get(Tuple tuple)
+
+
+Tuple
+getOne(Tuple tuple)
+
+
+List<Tuple>
+head(Tuple tuple)
+
+
+void
+put(Tuple t)
+
+
+void
+remove(Tuple stored)
+
+
+List<Tuple>
+tail(Tuple tuple)
+
+
+protected List<Tuple>
+toList(Collection<List<Tuple>> values)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012. All Rights Reserved.
+
+
diff --git a/apidocs/org/tarantool/test/InMemoryTarantoolImpl.Space.html b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.Space.html
new file mode 100644
index 00000000..f4cb18b5
--- /dev/null
+++ b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.Space.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+InMemoryTarantoolImpl.Space (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+org.tarantool.test
+Class InMemoryTarantoolImpl.Space
+
+
+
+- java.lang.Object
+-
+
+- org.tarantool.test.InMemoryTarantoolImpl.Space
+
+
+
+
+
+-
+
+- Enclosing class:
+- InMemoryTarantoolImpl
+
+
+
+public class InMemoryTarantoolImpl.Space
+extends Object
+
+
+
+
+
+-
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+InMemoryTarantoolImpl.Space()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012. All Rights Reserved.
+
+
diff --git a/apidocs/org/tarantool/test/InMemoryTarantoolImpl.html b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.html
index 5d888142..416281b0 100644
--- a/apidocs/org/tarantool/test/InMemoryTarantoolImpl.html
+++ b/apidocs/org/tarantool/test/InMemoryTarantoolImpl.html
@@ -2,16 +2,16 @@
-
+
-InMemoryTarantoolImpl (tarantool-connector 0.0.3-SNAPSHOT API)
-
+InMemoryTarantoolImpl (Tarantool Connector for Java 0.1.3-SNAPSHOT API)
+
@@ -38,7 +38,7 @@
protected longList<Tuple>all(int spaceNum,
+ int idx) longarithmeticUpdate(Updates up,
long value,
long arg)
@@ -149,20 +181,25 @@ voidclose()protected TupleTuplecopy(Tuple tuple,
int... fields)
TuplecopyExcept(Tuple tuple,
+ Integer... fields) protected TupleTupledelete(int spaceNum,
Tuple t)
protected TupleTupledeleteField(int fieldNo,
Tuple stored)
protected List<Tuple>List<Tuple>get(int spaceNum,
int idx,
Tuple t)
@@ -194,12 +231,42 @@ Map<String,InMemoryTarantoolImpl.CallStub>getCalls() InMemoryTarantoolImpl.IndexgetIndex(int spaceNum,
+ int idx,
+ Tuple t) InMemoryTarantoolImpl.IndexgetIndexWithoutCheck(int spaceNum,
+ int idx) TarantoolConnectiongetSingleQueryConnection()
Map<Integer,InMemoryTarantoolImpl.Space>getSpaces() List<Tuple>head(int spaceNum,
+ int idx,
+ Tuple t) voidinitProc(String name,
+ InMemoryTarantoolImpl.CallStub stub) voidinitSecondaryKey(int spaceNum,
@@ -217,7 +284,7 @@ Method Summary
protected TupleTupleinsertField(int fieldNo,
Tuple args,
Tuple stored)
@@ -226,7 +293,13 @@ protected TupleResponsepackResult(Request request,
+ List<Tuple> result,
+ int code) Tupleput(int spaceNum,
Tuple tuple,
boolean insert,
@@ -235,8 +308,8 @@ Method Summary
put.
protected List<Tuple>List<Tuple>shiftAndLimit(int offset,
int limit,
List<Tuple> result)
@@ -244,8 +317,8 @@ protected voidvoidsplice(int fieldNo,
Tuple args,
Tuple stored)
@@ -253,8 +326,14 @@ List<Tuple>tail(int spaceNum,
+ int idx,
+ Tuple t) protected BigIntegerBigIntegertoKey(Tuple tuple)
spaceNum - keyNum - unique - fields - public void initProc(String name, + InMemoryTarantoolImpl.CallStub stub)+
protected Tuple put(int spaceNum, +public Tuple put(int spaceNum, Tuple tuple, boolean insert, boolean replace)@@ -348,7 +437,7 @@put
protected BigInteger toKey(Tuple tuple)+
public BigInteger toKey(Tuple tuple)
toKey.
protected List<Tuple> get(int spaceNum, +public List<Tuple> get(int spaceNum, int idx, Tuple t)@@ -372,13 +461,66 @@
get
- Returns:
- a
+ + + + + + + + + + + + + + + +Listobject.+
+ + + +- +
+getIndex
+public InMemoryTarantoolImpl.Index getIndex(int spaceNum, + int idx, + Tuple t)++
- +
+getIndexWithoutCheck
+public InMemoryTarantoolImpl.Index getIndexWithoutCheck(int spaceNum, + int idx)+
delete
-protected Tuple delete(int spaceNum, +public Tuple delete(int spaceNum, Tuple t)delete. @@ -393,7 +535,7 @@
delete
shiftAndLimit
-protected List<Tuple> shiftAndLimit(int offset, +public List<Tuple> shiftAndLimit(int offset, int limit, List<Tuple> result)@@ -453,13 +595,24 @@
execute
- Returns:
- a
+ + + +Responseobject.
splice
-protected void splice(int fieldNo, +public void splice(int fieldNo, Tuple args, Tuple stored)@@ -474,7 +627,7 @@
splice
insertField
-protected Tuple insertField(int fieldNo, +public Tuple insertField(int fieldNo, Tuple args, Tuple stored)@@ -490,7 +643,7 @@
insertField
deleteField
-protected Tuple deleteField(int fieldNo, +public Tuple deleteField(int fieldNo, Tuple stored)deleteField. @@ -505,7 +658,7 @@
deleteField
arithmeticUpdate
-protected long arithmeticUpdate(Updates up, +public long arithmeticUpdate(Updates up, long value, long arg)@@ -518,10 +671,10 @@
arithmeticUpdate
-+
copy
-protected Tuple copy(Tuple tuple, +public Tuple copy(Tuple tuple, int... fields)copy. @@ -530,6 +683,34 @@
copy
- Returns:
- a
+ + + + + + + +Tupleobject.+
+ + + +- +
+getCalls
+public Map<String,InMemoryTarantoolImpl.CallStub> getCalls()++
@@ -557,7 +738,7 @@- +
+getSpaces
+public Map<Integer,InMemoryTarantoolImpl.Space> getSpaces()+copy