MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / setPageSize

Method setPageSize

src/java/simpledb/storage/BufferPool.java:70–72  ·  view source on GitHub ↗
(int pageSize)

Source from the content-addressed store, hash-verified

68
69 // THIS FUNCTION SHOULD ONLY BE USED FOR TESTING!!
70 public static void setPageSize(int pageSize) {
71 BufferPool.pageSize = pageSize;
72 }
73
74 // THIS FUNCTION SHOULD ONLY BE USED FOR TESTING!!
75 public static void resetPageSize() {

Callers 3

testSplitInternalPageMethod · 0.95
testBigFileMethod · 0.95

Calls

no outgoing calls

Tested by 3

testSplitInternalPageMethod · 0.76
testBigFileMethod · 0.76