Uses of Interface
org.yamcs.yarch.TableWalker
Packages that use TableWalker
-
Uses of TableWalker in org.yamcs.yarch
Classes in org.yamcs.yarch that implement TableWalkerMethods in org.yamcs.yarch that return TableWalkerModifier and TypeMethodDescriptionStorageEngine.newSecondaryIndexTableWalker(YarchDatabaseInstance ydb, TableDefinition tableDefinition, boolean ascending, boolean follow) StorageEngine.newTableWalker(ExecutionContext ctx, TableDefinition tblDef, boolean ascending, boolean follow) Creates a new table iterator.Constructors in org.yamcs.yarch with parameters of type TableWalkerModifierConstructorDescriptionTableReaderStream(YarchDatabaseInstance ydb, TableDefinition tblDef, TableWalker iterator) -
Uses of TableWalker in org.yamcs.yarch.rocksdb
Classes in org.yamcs.yarch.rocksdb that implement TableWalkerModifier and TypeClassDescriptionclassclassiterates through a table based on the secondary index range.Methods in org.yamcs.yarch.rocksdb that return TableWalkerModifier and TypeMethodDescriptionRdbStorageEngine.newSecondaryIndexTableWalker(YarchDatabaseInstance ydb, TableDefinition tableDefinition, boolean ascending, boolean follow) Tablespace.newSecondaryIndexTableWalker(YarchDatabaseInstance ydb, TableDefinition tblDef, boolean ascending, boolean follow) RdbStorageEngine.newTableWalker(ExecutionContext ctx, TableDefinition tbl, boolean ascending, boolean follow) Tablespace.newTableWalker(ExecutionContext ctx, TableDefinition tblDef, boolean ascending, boolean follow) -
Uses of TableWalker in org.yamcs.yarch.streamsql
Methods in org.yamcs.yarch.streamsql that return TableWalker