Uses of Class
org.rostore.v2.media.MediaProperties
Packages that use MediaProperties
Package
Description
RoStore async classes for high-frequency massive concurrency
Low-level operation to read/write key entries
Major classes that manage basic access to the ro-store
-
Uses of MediaProperties in org.rostore.v2.container.async
Methods in org.rostore.v2.container.async that return MediaPropertiesMethods in org.rostore.v2.container.async with parameters of type MediaPropertiesModifier and TypeMethodDescriptionvoidAsyncContainerMediaProperties.setMediaProperties(MediaProperties mediaProperties) -
Uses of MediaProperties in org.rostore.v2.keys
Methods in org.rostore.v2.keys with parameters of type MediaPropertiesModifier and TypeMethodDescriptionstatic final RecordLengthsRecordLengths.standardRecordLengths(MediaProperties mediaProperties) Initializes the record length with the standard -
Uses of MediaProperties in org.rostore.v2.media
Methods in org.rostore.v2.media that return MediaPropertiesModifier and TypeMethodDescriptionstatic MediaPropertiesMediaProperties.from(MediaPropertiesBuilder builder) Used to create the MediaProperties based on the desired input in form ofMediaPropertiesBuilder.Media.getMediaProperties()Provides the properties that has been used for the creation of the mediaMethods in org.rostore.v2.media with parameters of type MediaPropertiesModifier and TypeMethodDescriptionstatic MediaMedia.create(File file, MediaProperties mediaProperties) Creates a blank mediastatic MediaMedia.create(File file, MediaProperties mediaProperties, BiConsumer<Media, DataWriter> headerStream) Creates a new media and store with an option to store to headers stream of the media.static <T> MediaMedia.create(File file, MediaProperties mediaProperties, Function<Media, T> headerFactory) Creates a new media and store a header class to the header of the mediaConstructors in org.rostore.v2.media with parameters of type MediaPropertiesModifierConstructorDescriptionprotectedMedia(File file, MediaProperties mediaProperties, BiConsumer<Media, DataWriter> headerStream) Create a new media