Package one.microstream.afs.blobstore
Class BlobStorePath.Default
java.lang.Object
one.microstream.afs.blobstore.BlobStorePath.Default
- All Implemented Interfaces:
BlobStorePath
- Enclosing interface:
- BlobStorePath
public static final class BlobStorePath.Default extends Object implements BlobStorePath
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.blobstore.BlobStorePath
BlobStorePath.Default, BlobStorePath.Validator
-
Field Summary
Fields inherited from interface one.microstream.afs.blobstore.BlobStorePath
SEPARATOR, SEPARATOR_CHAR
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description String
container()
String
fullQualifiedName()
String
identifier()
BlobStorePath
parentPath()
String[]
pathElements()
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
pathElements
- Specified by:
pathElements
in interfaceBlobStorePath
-
container
- Specified by:
container
in interfaceBlobStorePath
-
identifier
- Specified by:
identifier
in interfaceBlobStorePath
-
fullQualifiedName
- Specified by:
fullQualifiedName
in interfaceBlobStorePath
-
parentPath
- Specified by:
parentPath
in interfaceBlobStorePath
-