Class MemoryStore
java.lang.Object
services.moleculer.web.middleware.limiter.MemoryStore
- All Implemented Interfaces:
RatingStore
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final HashMap<String, AtomicLong> protected longprotected final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
windowMillis
protected final long windowMillis -
hits
-
lastCleared
protected volatile long lastCleared
-
-
Constructor Details
-
MemoryStore
public MemoryStore(long windowMillis)
-
-
Method Details
-
incrementAndGet
- Specified by:
incrementAndGetin interfaceRatingStore
-