Class Gateway

  • java.lang.Object
    • org.apache.geode.cache.util.Gateway

  • public class Gateway
    extends java.lang.Object
    From 9.0 old wan support is removed. Ideally Gateway (used for old wan) should be removed but it it there for rolling upgrade support when GatewaySenderProfile update request comes from or sent to old member. Old member uses Gateway$OrderPolicy while latest members uses GatewaySender#OrderPolicy
    Since:
    Geode 1.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Gateway.OrderPolicy
      The order policy.
    • Constructor Summary

      Constructors 
      Constructor Description
      Gateway()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Gateway

        public Gateway()