java.lang.Object
org.apache.jena.tdb1.store.StorageConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<FileRef,BufferChannel> final Locationfinal Map<FileRef,ObjectFile> final StoreParamsfinal boolean -
Constructor Summary
ConstructorsConstructorDescriptionStorageConfig(Location location, StoreParams params, boolean writeable, Map<FileRef, BlockMgr> blockMgrs, Map<FileRef, ObjectFile> objectFiles, Map<FileRef, BufferChannel> bufferChannels) -
Method Summary
-
Field Details
-
params
-
blockMgrs
-
objectFiles
-
bufferChannels
-
location
-
writeable
public final boolean writeable
-
-
Constructor Details
-
StorageConfig
public StorageConfig(Location location, StoreParams params, boolean writeable, Map<FileRef, BlockMgr> blockMgrs, Map<FileRef, ObjectFile> objectFiles, Map<FileRef, BufferChannel> bufferChannels)
-