类 SnapShotSwitch


  • public class SnapShotSwitch
    extends java.lang.Object
    Snapshot switch.
    作者:
    Nacos
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private static java.lang.Boolean isSnapShot
      whether use local cache.
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static java.lang.Boolean getIsSnapShot()  
      static void setIsSnapShot​(java.lang.Boolean isSnapShot)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • isSnapShot

        private static java.lang.Boolean isSnapShot
        whether use local cache.
    • 构造器详细资料

      • SnapShotSwitch

        public SnapShotSwitch()
    • 方法详细资料

      • getIsSnapShot

        public static java.lang.Boolean getIsSnapShot()
      • setIsSnapShot

        public static void setIsSnapShot​(java.lang.Boolean isSnapShot)