Searched refs:New (Results 1 – 25 of 31) sorted by relevance
12
52 Local<FunctionTemplate> tpl = FunctionTemplate::New(New); in Init()82 return scope.Close(Boolean::New(false)); in Open()126 return scope.Close(Boolean::New(true)); in Open()182 return scope.Close(Boolean::New(false)); in Put()198 return scope.Close(Boolean::New(false)); in Put()209 return scope.Close(Boolean::New(false)); in Delete()260 return scope.Close(Boolean::New(true)); in Dump()267 return scope.Close(Boolean::New(false)); in CreateColumnFamily()274 return scope.Close(Boolean::New(false)); in CreateColumnFamily()282 return scope.Close(Boolean::New(false)); in CreateColumnFamily()[all …]
42 static Handle<Value> New(const Arguments& args);
4 ### New Features10 ### New Features21 ### New Features29 ### New Features36 ### New Features45 ### New Features52 ### New Features70 ### New Features
19 ### New Features46 ### New Features69 ### New Features104 ### New Features162 ### New Features194 ### New Features236 ### New Features262 ### New Features284 ### New Features294 ### New Features[all …]
8 ### New Features18 * New option enable_pipelined_write which may improve write throughput in case writing from multipl…
10 New RocksDB release - 3.5!13 **New Features**
10 New RocksDB release - 4.2!13 **New Features**
2 title: New Bloom Filter Format33 ## New Bloom Filter Format35 New bloom filter creates filter for all keys in SST file and we name it "full filter". The data str…
17 * New compaction filter API: CompactionFilter::FilterV2(). Allows to drop ranges of keys.21 ### New Features
31 ### New Features44 ### New Features
26 ### New Features51 ### New Features
19 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#new-features-2)New Features45 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#new-features-3)New Features
12 New features in RocksDB 3.1:
12 New features in RocksDB 3.0:
12 New Features in RocksDB 3.2:
12 ### New Features
11 ### New Features
12 New Features in RocksDB 3.3:
21 …* New prefixed memtable format HashLinkedList, which is optimized for cases where there are only a…
13 ### New Features
34 ### New L0->L0 Algorithm46 ### New L0->L1 Picking Logic
14 ### New Features
6 2018/05/25-14:30:07.764232 7f82b2f20700 [db/db_impl_write.cc:1373] [default] New memtable created w…13 2018/05/25-14:30:25.643618 7f82b2f20700 [db/db_impl_write.cc:1373] [default] New memtable created w…
66 SnapshotImpl* New(SnapshotImpl* s, SequenceNumber seq, uint64_t unix_time, in New() function