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

Method formatMeta

ZezeJava/ZezeJava/src/main/java/Zeze/Dbh2/Dbh2.java:56–59  ·  view source on GitHub ↗
(BBucketMeta.Data meta)

Source from the content-addressed store, hash-verified

54
55 // 性能统计。
56 public static String formatMeta(BBucketMeta.Data meta) {
57 return meta == null ? "" : meta.getDatabaseName() + '.' + meta.getTableName() +
58 '[' + meta.getKeyFirst() + ',' + meta.getKeyLast() + ']';
59 }
60
61 public class Dbh2RaftServer extends Zeze.Raft.Server {
62 public Dbh2RaftServer(Raft raft, String name, Config config) {

Callers 6

tryStartSplitMethod · 0.95
locateMiddleMethod · 0.95
startSplitMethod · 0.95
endSplit2Method · 0.95
loadMethod · 0.95

Calls 4

getDatabaseNameMethod · 0.65
getTableNameMethod · 0.65
getKeyFirstMethod · 0.65
getKeyLastMethod · 0.65

Tested by

no test coverage detected