Class BlobStore.CopyBlobInfo

  • Enclosing class:
    BlobStore

    private static class BlobStore.CopyBlobInfo
    extends java.lang.Object
    Simple structure used when copying blob information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long ob_p  
      (package private) int ref_count  
      (package private) long size  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CopyBlobInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ref_count

        int ref_count
      • size

        long size
      • ob_p

        long ob_p
    • Constructor Detail

      • CopyBlobInfo

        private CopyBlobInfo()