Uses of Class
org.apache.jena.tdb1.base.record.Record
Packages that use Record
Package
Description
-
Uses of Record in org.apache.jena.tdb1.base.buffer
Methods in org.apache.jena.tdb1.base.buffer that return RecordModifier and TypeMethodDescriptionRecordBuffer._get(int idx) RecordBuffer.get(int idx) RecordBuffer.getHigh()RecordBuffer.getLow()RecordBufferIterator.next()Methods in org.apache.jena.tdb1.base.buffer that return types with arguments of type RecordModifier and TypeMethodDescriptionRecordBuffer.iterator()Iterator over a range from min (inclusive) to max(exclusive)Methods in org.apache.jena.tdb1.base.buffer with parameters of type RecordModifier and TypeMethodDescriptionvoidvoidintintSearch for key in range fromIndex (inclusive) to toIndex (exclusive)Iterator over a range from min (inclusive) to max(exclusive)booleanRecordBuffer.removeByKey(Record k) return true is removed anythingvoid -
Uses of Record in org.apache.jena.tdb1.base.record
Fields in org.apache.jena.tdb1.base.record declared as RecordMethods in org.apache.jena.tdb1.base.record that return RecordModifier and TypeMethodDescriptionRecordFactory.buildFrom(ByteBuffer bb, int idx) RecordFactory.create()Create a record, allocating space for the key and value (if any)RecordFactory.create(byte[] key) Create a key and value record (value uninitialized)RecordFactory.create(byte[] key, byte[] value) Create a key and value recordRecordFactory.createKeyOnly()Create a key-only record, allocating blank space for the keyRecordFactory.createKeyOnly(Record record) Create a key-only recordMethods in org.apache.jena.tdb1.base.record with parameters of type RecordModifier and TypeMethodDescriptionstatic intRecord.compareByKey(Record record1, Record record2) static intRecord.compareByKeyValue(Record record1, Record record2) RecordFactory.createKeyOnly(Record record) Create a key-only recordstatic booleanIs (key, value) of record1 equal to (key,value) of record2voidRecordFactory.insertInto(Record record, ByteBuffer bb, int idx) static booleanIs the key of record1 == key of record2static booleanIs the key of record1 >= key of record2static booleanIs the key of record1 > key of record2static booleanIs the key of record1 <= key of record2static booleanIs the key of record1 < key of record2static booleanIs the key of record1 != key of record2 -
Uses of Record in org.apache.jena.tdb1.base.recordbuffer
Methods in org.apache.jena.tdb1.base.recordbuffer that return RecordMethods in org.apache.jena.tdb1.base.recordbuffer that return types with arguments of type RecordModifier and TypeMethodDescriptionRecordRangeIterator.iterator(int pageId, Record fromRec, Record toRec, RecordBufferPageMgr pageMgr) Iterate over a range of fromRec (inclusive) to toRec (exclusive)Methods in org.apache.jena.tdb1.base.recordbuffer with parameters of type Record -
Uses of Record in org.apache.jena.tdb1.index
Methods in org.apache.jena.tdb1.index that return RecordModifier and TypeMethodDescriptionFind one record - and return the record actually in the index (may have a value part)RangeIndex.maxKey()Return the record containing the greatest key - may or may not have the associated valueRangeIndexWrapper.maxKey()RangeIndex.minKey()Return the record containing the least key - may or may not have the associated valueRangeIndexWrapper.minKey()Methods in org.apache.jena.tdb1.index that return types with arguments of type RecordModifier and TypeMethodDescriptionIndex.iterator()Iterate over the whole indexIndexLogger.iterator()IndexMap.iterator()IndexWrapper.iterator()Return records between min (inclusive) and max (exclusive), based on the record keysRangeIndexLogger.iterator()RangeIndexWrapper.iterator()Methods in org.apache.jena.tdb1.index with parameters of type RecordModifier and TypeMethodDescriptionbooleanAdd a record - return true if an insertion was actually neededbooleanbooleanbooleanbooleanbooleanbooleanReturn whether the index contains the record or not.booleanbooleanbooleanbooleanDelete a record.booleanbooleanbooleanbooleanbooleanFind one record - and return the record actually in the index (may have a value part)Return records between min (inclusive) and max (exclusive), based on the record keys -
Uses of Record in org.apache.jena.tdb1.index.bplustree
Methods in org.apache.jena.tdb1.index.bplustree that return RecordModifier and TypeMethodDescriptionBPlusTree.addAndReturnOld(Record record) Add a record into the B+Treestatic RecordBPTreeNode.delete(BPTreeNode root, Record rec) Delete a record - return the old value if there was one, else nullBPlusTree.deleteAndReturnOld(Record record) final RecordBPTreeRecords.getHighRecord()final RecordBPTreeRecords.getLowRecord()final RecordBPTreeRecords.getSplitKey()static RecordBPTreeNode.insert(BPTreeNode root, Record record) Insert a record - return existing value if any, else nullBPTreeRecords.internalDelete(Record record) BPTreeRecords.internalInsert(Record record) BPTreeRecords.internalSearch(Record rec) BPlusTree.maxKey()final RecordBPTreeRecords.maxRecord()BPlusTree.minKey()final RecordBPTreeRecords.minRecord()static RecordBPTreeNode.search(BPTreeNode root, Record rec) Find a record, using the active comparatorBPTreeRecords.shiftLeft(BPTreePage other, Record splitKey) BPTreeRecords.shiftRight(BPTreePage other, Record splitKey) Methods in org.apache.jena.tdb1.index.bplustree that return types with arguments of type RecordMethods in org.apache.jena.tdb1.index.bplustree with parameters of type RecordModifier and TypeMethodDescriptionbooleanBPlusTree.addAndReturnOld(Record record) Add a record into the B+Treebooleanbooleanstatic RecordBPTreeNode.delete(BPTreeNode root, Record rec) Delete a record - return the old value if there was one, else nullBPlusTree.deleteAndReturnOld(Record record) static RecordBPTreeNode.insert(BPTreeNode root, Record record) Insert a record - return existing value if any, else nullBPTreeRecords.internalDelete(Record record) BPTreeRecords.internalInsert(Record record) BPTreeRecords.internalSearch(Record rec) BPTreeRecords.merge(BPTreePage right, Record splitKey) static RecordBPTreeNode.search(BPTreeNode root, Record rec) Find a record, using the active comparatorBPTreeRecords.shiftLeft(BPTreePage other, Record splitKey) BPTreeRecords.shiftRight(BPTreePage other, Record splitKey) Method parameters in org.apache.jena.tdb1.index.bplustree with type arguments of type RecordModifier and TypeMethodDescriptionstatic BPlusTreeBPlusTreeRewriter.packIntoBPlusTree(Iterator<Record> iterRecords, BPlusTreeParams bptParams, RecordFactory recordFactory, BlockMgr blkMgrNodes, BlockMgr blkMgrRecords) Given a stream of records and details of the B+Tree to build, go and build it. -
Uses of Record in org.apache.jena.tdb1.index.ext
Methods in org.apache.jena.tdb1.index.ext that return RecordModifier and TypeMethodDescriptionfinal Recordfinal RecordHashBucket.get(int idx) ExtHashIterator.next()Methods in org.apache.jena.tdb1.index.ext that return types with arguments of type RecordMethods in org.apache.jena.tdb1.index.ext with parameters of type RecordModifier and TypeMethodDescriptionbooleanbooleanbooleanfinal Recordfinal intfinal booleanfinal booleanHashBucket.removeByKey(Record key) void -
Uses of Record in org.apache.jena.tdb1.lib
Methods in org.apache.jena.tdb1.lib that return RecordModifier and TypeMethodDescriptionstatic RecordTupleLib.record(RecordFactory factory, org.apache.jena.atlas.lib.tuple.Tuple<NodeId> tuple, ColumnMap cMap) Methods in org.apache.jena.tdb1.lib with parameters of type Record -
Uses of Record in org.apache.jena.tdb1.store.xloader
Methods in org.apache.jena.tdb1.store.xloader that return Record