Package one.microstream.storage.types
Interface DatabasePart
- All Known Subinterfaces:
Database
,EmbeddedStorageManager
,StorageManager
- All Known Implementing Classes:
Database.Default
,EmbeddedStorageManager.Default
public interface DatabasePart
-
Method Summary
Modifier and Type Method Description String
databaseName()
Returns the identifying name of theDatabase
this part belongs to.
-
Method Details
-
databaseName
String databaseName()Returns the identifying name of theDatabase
this part belongs to.- Returns:
- the identifying name of the
Database
.
-