Searched refs:checksumType (Results 1 – 2 of 2) sorted by relevance
24 checksumType = ChecksumType.kCRC32c; in BlockBasedTableConfig()220 public ChecksumType checksumType() { in checksumType() method in BlockBasedTableConfig221 return checksumType; in checksumType()231 final ChecksumType checksumType) { in setChecksumType() argument232 this.checksumType = checksumType; in setChecksumType()906 dataBlockHashTableUtilRatio, checksumType.getValue(), noBlockCache, in newTableFactoryHandle()960 private ChecksumType checksumType; field in BlockBasedTableConfig
84 public void checksumType() { in checksumType() method in BlockBasedTableConfigTest91 assertThat(blockBasedTableConfig.checksumType().equals( in checksumType()