Class PlainBlobMetadata

org.elasticsearch.common.blobstore.support.PlainBlobMetadata
All Implemented Interfaces:
BlobMetadata

public class PlainBlobMetadata extends implements BlobMetadata
  • Constructor Summary

    Constructors
    Constructor
    Description
     name, long length)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the size of the blob in bytes.
    Gets the name of the blob.
     

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • PlainBlobMetadata

      public PlainBlobMetadata( name, long length)
  • Method Details

    • name

      public  name()
      Description copied from interface: BlobMetadata
      Gets the name of the blob.
      Specified by:
      name in interface BlobMetadata
    • length

      public long length()
      Description copied from interface: BlobMetadata
      Gets the size of the blob in bytes.
      Specified by:
      length in interface BlobMetadata
    • toString

      public  toString()
      Overrides:
       in class