Class BlobKey

    • Field Detail

      • SIZE

        public static final int SIZE
        Size of the internal BLOB key in bytes.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BlobKey

        protected BlobKey​(org.apache.flink.runtime.blob.BlobKey.BlobType type)
        Constructs a new BLOB key.
        Parameters:
        type - whether the referenced BLOB is permanent or transient
      • BlobKey

        protected BlobKey​(org.apache.flink.runtime.blob.BlobKey.BlobType type,
                          byte[] key)
        Constructs a new BLOB key from the given byte array.
        Parameters:
        type - whether the referenced BLOB is permanent or transient
        key - the actual key data
      • BlobKey

        protected BlobKey​(org.apache.flink.runtime.blob.BlobKey.BlobType type,
                          byte[] key,
                          byte[] random)
        Constructs a new BLOB key from the given byte array.
        Parameters:
        type - whether the referenced BLOB is permanent or transient
        key - the actual key data
        random - the random component of the key