Uses of Class
org.yamcs.yarch.rocksdb.YRDB
Packages that use YRDB
-
Uses of YRDB in org.yamcs.yarch
Methods in org.yamcs.yarch with parameters of type YRDBModifier and TypeMethodDescriptionvoid
ExecutionContext.addSnapshot
(YRDB rdb, org.rocksdb.Snapshot snapshot) org.rocksdb.Snapshot
ExecutionContext.getSnapshot
(YRDB rdb) -
Uses of YRDB in org.yamcs.yarch.rocksdb
Methods in org.yamcs.yarch.rocksdb that return YRDBModifier and TypeMethodDescriptionRDBFactory.getOpenRdb()
Get the root database if it's open, otherwise return nullRDBFactory.getOpenRdb
(String relativePath) Get the database which is already open or null if it is not openRDBFactory.getRdb
(boolean readonly) Opens or creates a database at the root dataDirOpens or create a database at a given relative pathTablespace.getRdb()
Get the main database of the tablespace(Creates) and returns a database in the given partition directory.Methods in org.yamcs.yarch.rocksdb that return types with arguments of type YRDBModifier and TypeMethodDescriptionRDBFactory.getOpenDbs
(boolean updateAccessTime) Get the list of all open databases increasing the reference count but optionally not updating the last access timeMethods in org.yamcs.yarch.rocksdb with parameters of type YRDBModifier and TypeMethodDescriptionvoid
immediately closes the databasevoid
void
Constructors in org.yamcs.yarch.rocksdb with parameters of type YRDBModifierConstructorDescriptionRdbSequence
(String name, YRDB rdb, org.rocksdb.ColumnFamilyHandle cfMetadata)