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

grpc.control_client._CacheLimitsOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: controlclient.proto

package grpc.control_client;

public interface _CacheLimitsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:control_client._CacheLimits)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The amount of transactions per second that can be exercised
   * 
* * uint32 max_traffic_rate = 1; * @return The maxTrafficRate. */ int getMaxTrafficRate(); /** *
   * The amount of traffic per second that can be exercised in KiB
   * 
* * uint32 max_throughput_kbps = 2; * @return The maxThroughputKbps. */ int getMaxThroughputKbps(); /** *
   * The maximum size of a single item in KiB
   * 
* * uint32 max_item_size_kb = 3; * @return The maxItemSizeKb. */ int getMaxItemSizeKb(); /** *
   * The maximum TTL allowed for a single item, in seconds
   * 
* * uint64 max_ttl_seconds = 4; * @return The maxTtlSeconds. */ long getMaxTtlSeconds(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy