Uses of Interface
org.apache.jena.tdb1.base.objectfile.ObjectFile
Packages that use ObjectFile
Package
Description
-
Uses of ObjectFile in org.apache.jena.tdb1.base.file
Methods in org.apache.jena.tdb1.base.file that return ObjectFileModifier and TypeMethodDescriptionstatic ObjectFileFileFactory.createObjectFileDisk(String filename) static ObjectFileFileFactory.createObjectFileMem(String filename) -
Uses of ObjectFile in org.apache.jena.tdb1.base.objectfile
Classes in org.apache.jena.tdb1.base.objectfile that implement ObjectFileModifier and TypeClassDescriptionclassclassclassVariable length ByteBuffer file on disk with buffering for delayed writes.classAn ObjectFile is an append-read file, that is you can append data to the stream or read any block.classAn ObjectFile is an append-read file, that is you can append data to the stream or read any block.Methods in org.apache.jena.tdb1.base.objectfile that return ObjectFileConstructors in org.apache.jena.tdb1.base.objectfile with parameters of type ObjectFileModifierConstructorDescriptionObjectFileLogger(String label, ObjectFile other) ObjectFileReadonly(ObjectFile other) ObjectFileSwitcher(ObjectFile objFile1, ObjectFile objFile2) ObjectFileWrapper(ObjectFile other) StringFile(ObjectFile file) -
Uses of ObjectFile in org.apache.jena.tdb1.lib
Methods in org.apache.jena.tdb1.lib with parameters of type ObjectFileModifier and TypeMethodDescriptionstatic longNodeLib.encodeStore(org.apache.jena.graph.Node node, ObjectFile file) Encode and write aNodeto theObjectFile.static longNodeLib.encodeStore(org.apache.jena.graph.Node node, ObjectFile file, ByteBuffer bb) Encode and write aNodeto theObjectFile.static org.apache.jena.graph.NodeNodeLib.fetchDecode(long id, ObjectFile file) Read and decode aNodefrom theObjectFile. -
Uses of ObjectFile in org.apache.jena.tdb1.setup
Methods in org.apache.jena.tdb1.setup that return ObjectFileModifier and TypeMethodDescriptionBuilderStdDB.ObjectFileBuilderStd.buildObjectFile(FileSet fileSet, String ext) ObjectFileBuilder.buildObjectFile(FileSet fileSet, String ext) -
Uses of ObjectFile in org.apache.jena.tdb1.store
Fields in org.apache.jena.tdb1.store with type parameters of type ObjectFile -
Uses of ObjectFile in org.apache.jena.tdb1.store.nodetable
Methods in org.apache.jena.tdb1.store.nodetable that return ObjectFileConstructors in org.apache.jena.tdb1.store.nodetable with parameters of type ObjectFile -
Uses of ObjectFile in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return ObjectFile -
Uses of ObjectFile in org.apache.jena.tdb1.transaction
Classes in org.apache.jena.tdb1.transaction that implement ObjectFileModifier and TypeClassDescriptionclassThis version works with two files - the main, base file and a per-transaction journal file.Constructors in org.apache.jena.tdb1.transaction with parameters of type ObjectFileModifierConstructorDescriptionObjectFileTransComplex(Transaction txn, ObjectFile base, ObjectFile other)