Uses of Class
org.rostore.entity.media.MediaPropertiesBuilder
Packages that use MediaPropertiesBuilder
Package
Description
General classes used in service and client for media management
-
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)