Uses of Class
org.rostore.entity.media.MediaPropertiesBuilder
Package
Description
General classes used in service and client for media management
RoStore async classes for high-frequency massive concurrency
Major classes that manage basic access to the ro-store
-
Uses of MediaPropertiesBuilder in org.rostore.entity.media
Modifier and TypeMethodDescriptionMediaPropertiesBuilder.blockSize
(int blockSize) Sets the block size that will be used by the storageMediaPropertiesBuilder.closeUnusedBlocksAfterMillis
(long closeUnusedBlocksAfterMillis) Sets the time interval in milliseconds after each the unused blocks will be removed from the memory.MediaPropertiesBuilder.closeUnusedSequencesAfterMillis
(long closeUnusedSequencesAfterMillis) Sets the time interval in milliseconds after each the unused block sequences will be removed from the memory.RoStoreProperties.getMediaProperties()
MediaPropertiesBuilder.maxTotalSize
(long maxTotalSize) Sets the maximum total size of the storageModifier and TypeMethodDescriptionvoid
RoStoreProperties.setMediaProperties
(MediaPropertiesBuilder mediaProperties) -
Uses of MediaPropertiesBuilder in org.rostore.v2.container.async
Modifier and TypeMethodDescriptionAsyncContainerMediaProperties.defaultContainerProperties
(MediaPropertiesBuilder mediaPropertiesBuilder) -
Uses of MediaPropertiesBuilder 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
.