Package one.microstream.afs.blobstore
Interface BlobStorePath
- All Known Implementing Classes:
 BlobStorePath.Default
public interface BlobStorePath
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlobStorePath.Defaultstatic interfaceBlobStorePath.Validator - 
Field Summary
Fields Modifier and Type Field Description static StringSEPARATORstatic charSEPARATOR_CHAR - 
Method Summary
Modifier and Type Method Description Stringcontainer()StringfullQualifiedName()Stringidentifier()static BlobStorePathNew(String... pathElements)BlobStorePathparentPath()String[]pathElements()static String[]splitPath(String fullQualifiedPath) 
- 
Field Details
- 
SEPARATOR
- See Also:
 - Constant Field Values
 
 - 
SEPARATOR_CHAR
static final char SEPARATOR_CHAR- See Also:
 - Constant Field Values
 
 
 - 
 - 
Method Details
- 
pathElements
String[] pathElements() - 
container
String container() - 
identifier
String identifier() - 
fullQualifiedName
String fullQualifiedName() - 
parentPath
BlobStorePath parentPath() - 
splitPath
 - 
New
 
 -