Class LobStorageMap.BlobMeta

  • Enclosing class:
    LobStorageMap

    public static final class LobStorageMap.BlobMeta
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long byteCount  
      (package private) long hash  
      byte[] streamStoreId
      Stream identifier.
      (package private) int tableId  
    • Constructor Summary

      Constructors 
      Constructor Description
      BlobMeta​(byte[] streamStoreId, int tableId, long byteCount, long hash)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • streamStoreId

        public final byte[] streamStoreId
        Stream identifier. It is used as a key in LOB data map.
      • tableId

        final int tableId
      • byteCount

        final long byteCount
      • hash

        final long hash
    • Constructor Detail

      • BlobMeta

        public BlobMeta​(byte[] streamStoreId,
                        int tableId,
                        long byteCount,
                        long hash)