cz.proto.HashTableStatsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operator.proto
package cz.proto;
public interface HashTableStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.HashTableStats)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 num_buckets = 1;
* @return The numBuckets.
*/
long getNumBuckets();
/**
* uint64 num_keys = 2;
* @return The numKeys.
*/
long getNumKeys();
/**
* uint64 num_resize = 3;
* @return The numResize.
*/
long getNumResize();
/**
* uint64 num_accesses = 4;
* @return The numAccesses.
*/
long getNumAccesses();
/**
* uint64 num_collisions = 5;
* @return The numCollisions.
*/
long getNumCollisions();
/**
* uint64 used_memory = 6;
* @return The usedMemory.
*/
long getUsedMemory();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy