Class PlainBlobMetadata
java.lang.Object
org.elasticsearch.common.blobstore.support.PlainBlobMetadata
- All Implemented Interfaces:
BlobMetadata
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PlainBlobMetadata
-
-
Method Details
-
name
Description copied from interface:BlobMetadata
Gets the name of the blob.- Specified by:
name
in interfaceBlobMetadata
-
length
public long length()Description copied from interface:BlobMetadata
Gets the size of the blob in bytes.- Specified by:
length
in interfaceBlobMetadata
-
toString
-