Uses of Class
org.rostore.v2.media.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
Modifier and TypeMethodDescriptionvoid
AsyncContainerMediaProperties.setMediaProperties
(MediaProperties mediaProperties) -
Uses of MediaProperties in org.rostore.v2.keys
Modifier and TypeMethodDescriptionstatic final RecordLengths
RecordLengths.standardRecordLengths
(MediaProperties mediaProperties) Initializes the record length with the standard -
Uses of MediaProperties in org.rostore.v2.media
Modifier and TypeMethodDescriptionstatic MediaProperties
MediaProperties.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 mediaModifier and TypeMethodDescriptionstatic Media
Media.create
(File file, MediaProperties mediaProperties) Creates a blank mediastatic Media
Media.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> Media
Media.create
(File file, MediaProperties mediaProperties, Function<Media, T> headerFactory) Creates a new media and store a header class to the header of the mediaModifierConstructorDescriptionprotected
Media
(File file, MediaProperties mediaProperties, BiConsumer<Media, DataWriter> headerStream) Create a new media