Uses of Class
org.rostore.entity.media.MediaPropertiesBuilder
Packages that use 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
Methods in org.rostore.entity.media that return MediaPropertiesBuilderModifier 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 storageMethods in org.rostore.entity.media with parameters of type MediaPropertiesBuilderModifier and TypeMethodDescriptionvoidRoStoreProperties.setMediaProperties(MediaPropertiesBuilder mediaProperties) -
Uses of MediaPropertiesBuilder in org.rostore.v2.container.async
Methods in org.rostore.v2.container.async with parameters of type MediaPropertiesBuilderModifier and TypeMethodDescriptionAsyncContainerMediaProperties.defaultContainerProperties(MediaPropertiesBuilder mediaPropertiesBuilder) -
Uses of MediaPropertiesBuilder in org.rostore.v2.media
Methods in org.rostore.v2.media with parameters of type MediaPropertiesBuilderModifier and TypeMethodDescriptionstatic MediaPropertiesMediaProperties.from(MediaPropertiesBuilder builder) Used to create the MediaProperties based on the desired input in form ofMediaPropertiesBuilder.