Uses of Class
org.apache.jena.dboe.base.record.Record
Packages that use Record
Package
Description
-
Uses of Record in org.apache.jena.dboe.base.buffer
Methods in org.apache.jena.dboe.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.dboe.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.dboe.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)<X> Iterator<X>RecordBuffer.iterator(Record min, Record max, RecordMapper<X> mapper) booleanRecordBuffer.removeByKey(Record k) return true is removed anythingvoid -
Uses of Record in org.apache.jena.dboe.base.record
Fields in org.apache.jena.dboe.base.record declared as RecordFields in org.apache.jena.dboe.base.record with type parameters of type RecordMethods in org.apache.jena.dboe.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.dboe.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.dboe.base.recordbuffer
Methods in org.apache.jena.dboe.base.recordbuffer with parameters of type RecordModifier and TypeMethodDescriptionstatic <X> Iterator<X>RecordRangeIterator.iterator(int pageId, Record fromRec, Record toRec, RecordBufferPageMgr pageMgr, RecordMapper<X> mapper) Iterate over a range of fromRec (inclusive) to toRec (exclusive) -
Uses of Record in org.apache.jena.dboe.test
Methods in org.apache.jena.dboe.test that return RecordModifier and TypeMethodDescriptionstatic RecordRecordLib.intToRecord(int v) static RecordRecordLib.intToRecord(int v, int recLen) static RecordRecordLib.intToRecord(int v, RecordFactory factory) static RecordRecordLib.r(int v) Methods in org.apache.jena.dboe.test that return types with arguments of type RecordModifier and TypeMethodDescriptionRecordLib.intToRecord(int[] v) RecordLib.intToRecord(int[] v, int recLen) Methods in org.apache.jena.dboe.test with parameters of type RecordMethod parameters in org.apache.jena.dboe.test with type arguments of type Record