All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.HashTableStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// 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