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 StringdatabaseName()Returns the identifying name of theDatabasethis part belongs to. 
- 
Method Details
- 
databaseName
String databaseName()Returns the identifying name of theDatabasethis part belongs to.- Returns:
 - the identifying name of the 
Database. 
 
 -