Class QuotaConfig

    • Constructor Detail

      • QuotaConfig

        public QuotaConfig​(@Nullable
                           String storage,
                           @Nullable
                           String maxQueriesPerSecond)
    • Method Detail

      • getStorage

        @Nullable
        public String getStorage()
      • getMaxQueriesPerSecond

        @Nullable
        public String getMaxQueriesPerSecond()
      • getStorageInBytes

        public long getStorageInBytes()
      • getMaxQPS

        public double getMaxQPS()