File tree Expand file tree Collapse file tree
src/main/java/io/tarantool/driver/api/space/options/crud Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <groupId >io.tarantool</groupId >
1010 <artifactId >cartridge-driver</artifactId >
1111 <packaging >jar</packaging >
12- <version >1.0.0-SNAPSHOT </version >
12+ <version >0.14.3 </version >
1313
1414 <licenses >
1515 <license >
4949 <connection >scm:git:git@github.com/tarantool/cartridge-java.git</connection >
5050 <developerConnection >scm:git:git@github.com:tarantool/cartridge-java.git</developerConnection >
5151 <url >http://github.com/tarantool/cartridge-java/tree/master</url >
52- <tag >v0.13.0 </tag >
52+ <tag >v0.14.3 </tag >
5353 </scm >
5454
5555 <properties >
175175 <extensions >true</extensions >
176176 <configuration >
177177 <serverId >ossrh</serverId >
178- <nexusUrl >https://oss. sonatype.org /</nexusUrl >
178+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com /</nexusUrl >
179179 <autoReleaseAfterClose >false</autoReleaseAfterClose >
180180 </configuration >
181181 </plugin >
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ public interface OperationWithYieldEveryOptions<T extends OperationWithYieldEver
1010 extends Options , Self <T > {
1111
1212 /**
13- * Sets number of tuples processed on storage to yield after, "yield_every" should be > 0.
14- * @param yieldEvery number of tuples processed on storage to yield after, "yield_every" should be > 0.
13+ * Sets number of tuples processed on storage to yield after, "yield_every" should be > 0.
14+ * @param yieldEvery number of tuples processed on storage to yield after, "yield_every" should be > 0.
1515 * @return this option instance.
1616 * @throws IllegalArgumentException {@code if yieldEvery < 0}.
1717 */
You can’t perform that action at this time.
0 commit comments