Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

WriteLatencyAdjuster

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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int adjust(LocalRpcService service, java.lang.Object request, int latencyMs) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WriteLatencyAdjuster

        public WriteLatencyAdjuster()
    • Method Detail

      • adjust

        public int adjust(LocalRpcService service,
                          java.lang.Object request,
                          int latencyMs)