public interface

RateLimiter

com.netflix.astyanax.connectionpool.RateLimiter
Known Indirect Subclasses

Class Overview

Very very simple interface for a rate limiter. The basic idea is that clients will call check() to determine if an operation may be performed. The concrete rate limiter will update its internal state for each call to check

Summary

Public Methods
abstract boolean check(long currentTimeMillis)
abstract boolean check()

Public Methods

public abstract boolean check (long currentTimeMillis)

public abstract boolean check ()