com.google.appengine.api.datastore.dev
Class WriteLatencyAdjuster
- java.lang.Object
-
- com.google.appengine.api.datastore.dev.WriteLatencyAdjuster
-
public class WriteLatencyAdjuster extends java.lang.Object
DynamicLatencyAdjuster
that adds the paxos penalty for writes and takes the fact that transactional puts and deletes are super-fast into account.
-
-
Constructor Summary
Constructors Constructor and Description WriteLatencyAdjuster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
adjust(LocalRpcService service, java.lang.Object request, int latencyMs)
-