Commit 8a50971 Ankit Gupta
committed
1 parent 1422044 commit 8a50971 Copy full SHA for 8a50971
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public boolean createIfMissing() {
63
63
* the next time the database is opened.
64
64
*
65
65
* Default: 4MB
66
- * @param size of write buffer
66
+ * @param size of write buffer.
67
67
* @see RocksDB::Open()
68
68
*/
69
69
public void setWriteBufferSize (int writeBufferSize ) {
@@ -88,7 +88,7 @@ public int writeBufferSize() {
88
88
* storage, new writes can continue to the other write buffer.
89
89
* Default: 2
90
90
*
91
- * @param maximum number of write buffers
91
+ * @param maximum number of write buffers.
92
92
* @see RocksDB::Open()
93
93
*/
94
94
public void setMaxWriteBufferNumber (int maxWriteBufferNumber ) {
@@ -115,7 +115,7 @@ public int maxWriteBufferNumber() {
115
115
*
116
116
* Default: 4K
117
117
*
118
- * @param block size
118
+ * @param block size.
119
119
* @see RocksDB::Open()
120
120
*/
121
121
public void setBlockSize (int blockSize ) {
@@ -141,7 +141,7 @@ public int blockSize() {
141
141
* (which is true if max_open_files is large).
142
142
* Default: true
143
143
*
144
- * @param disable seek compaction
144
+ * @param disable seek compaction.
145
145
* @see RocksDB::Open()
146
146
*/
147
147
public void setDisableSeekCompaction (boolean disableSeekCompaction ) {
You can’t perform that action at this time.
0 commit comments