MCPcopy Create free account
hub / github.com/e2wugui/zeze / setTid

Method setTid

ZezeJava/ZezeJava/src/main/java/Zeze/Dbh2/Bucket.java:137–142  ·  view source on GitHub ↗
(long tid)

Source from the content-addressed store, hash-verified

135 }
136
137 public void setTid(long tid) throws RocksDBException {
138 var bb = ByteBuffer.Allocate(9);
139 bb.WriteLong(tid);
140 meta.put(writeOptions, metaTid, 0, metaTid.length, bb.Bytes, 0, bb.WriteIndex);
141 this.tid = tid;
142 }
143
144 public long getTid() {
145 return tid;

Callers 7

testDbh2Method · 0.45
allocateTidMethod · 0.45
queryMethod · 0.45
processPrepareFuturesMethod · 0.45
prepareMethod · 0.45
commitBatchMethod · 0.45
undoBatchMethod · 0.45

Calls 3

AllocateMethod · 0.95
putMethod · 0.65
WriteLongMethod · 0.45

Tested by 1

testDbh2Method · 0.36