Class DiskStorageFactory.DiskSubstitute

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long onHeapSize
      Cached size of this mapping on the Java heap.
    • Constructor Summary

      Constructors 
      Constructor Description
      DiskSubstitute()
      Create a disk substitute bound to no factory.
    • Field Detail

      • onHeapSize

        protected transient volatile long onHeapSize
        Cached size of this mapping on the Java heap.
    • Constructor Detail

      • DiskSubstitute

        public DiskSubstitute()
        Create a disk substitute bound to no factory. This constructor is used during de-serialization.