21 #ifndef STORAGE_LEVELDB_INCLUDE_WRITE_BATCH_H_ 22 #define STORAGE_LEVELDB_INCLUDE_WRITE_BATCH_H_ 64 #endif // STORAGE_LEVELDB_INCLUDE_WRITE_BATCH_H_ bool(* handler)(HTTPRequest *req, const std::string &strReq)
Definition: rest.cpp:627
Definition: autocompact_test.cc:11
Definition: write_batch_internal.h:17
Status Iterate(Handler *handler) const
Definition: write_batch.cc:42
virtual void Delete(const Slice &key)=0
Definition: write_batch.h:31
void Delete(const Slice &key)
Definition: write_batch.cc:105
void Clear()
Definition: write_batch.cc:37
~WriteBatch()
Definition: write_batch.cc:33
std::string rep_
Definition: write_batch.h:57
virtual ~Handler()
Definition: write_batch.cc:35
virtual void Put(const Slice &key, const Slice &value)=0
Definition: write_batch.h:46
WriteBatch()
Definition: write_batch.cc:29
void Put(const Slice &key, const Slice &value)
Definition: write_batch.cc:98