Class DataStoreBlobStore.BlobId
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.BlobId
-
- Enclosing class:
- DataStoreBlobStore
public static class DataStoreBlobStore.BlobId extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBlobId()
long
getLength()
static DataStoreBlobStore.BlobId
of(String encodedValue)
-
-
-
Method Detail
-
getBlobId
public String getBlobId()
-
getLength
public long getLength()
-
of
public static DataStoreBlobStore.BlobId of(String encodedValue)
-
-