Uses of Class
org.apache.jena.tdb1.sys.FileRef
Packages that use FileRef
Package
Description
-
Uses of FileRef in org.apache.jena.tdb1.store
Fields in org.apache.jena.tdb1.store with type parameters of type FileRefModifier and TypeFieldDescriptionStorageConfig.blockMgrsfinal Map<FileRef,BufferChannel> StorageConfig.bufferChannelsfinal Map<FileRef,ObjectFile> StorageConfig.objectFilesConstructor parameters in org.apache.jena.tdb1.store with type arguments of type FileRefModifierConstructorDescriptionStorageConfig(Location location, StoreParams params, boolean writeable, Map<FileRef, BlockMgr> blockMgrs, Map<FileRef, ObjectFile> objectFiles, Map<FileRef, BufferChannel> bufferChannels) -
Uses of FileRef in org.apache.jena.tdb1.sys
Fields in org.apache.jena.tdb1.sys declared as FileRefMethods in org.apache.jena.tdb1.sys that return FileRef -
Uses of FileRef in org.apache.jena.tdb1.transaction
Methods in org.apache.jena.tdb1.transaction that return FileRefMethods in org.apache.jena.tdb1.transaction with parameters of type FileRefModifier and TypeMethodDescriptionstatic StringJournalEntry.format(JournalEntryType type, ByteBuffer byteBuffer, Block block, FileRef fileRef) longJournal.write(JournalEntryType type, FileRef fileRef, Block block) Constructors in org.apache.jena.tdb1.transaction with parameters of type FileRefModifierConstructorDescriptionBlockMgrJournal(Transaction txn, FileRef fileRef, BlockMgr underlyingBlockMgr)