Package akka.cluster.ddata
Class PayloadSizeAggregator
- java.lang.Object
-
- akka.cluster.ddata.PayloadSizeAggregator
-
public class PayloadSizeAggregator extends java.lang.Object
INTERNAL APIThis class is not thread-safe. It is supposed to be used from an actor.
-
-
Constructor Summary
Constructors Constructor Description PayloadSizeAggregator(LoggingAdapter log, int logSizeExceeding, int maxFrameSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxSize(java.lang.String key)
int
maxFrameSize()
void
remove(java.lang.String key)
void
updatePayloadSize(java.lang.String key, int size)
-
-
-
Constructor Detail
-
PayloadSizeAggregator
public PayloadSizeAggregator(LoggingAdapter log, int logSizeExceeding, int maxFrameSize)
-
-