Uses of Record Class
org.nuxeo.common.utils.ByteSize
Packages that use ByteSize
Package
Description
Various utility classes used for managing paths, jars, strings, files, etc.
Implementation of a Nuxeo repository over an SQL database.
-
Uses of ByteSize in org.nuxeo.common.utils
Methods in org.nuxeo.common.utils that return ByteSizeModifier and TypeMethodDescriptionstatic ByteSizeByteSize.ofBytes(long bytes) static ByteSizeByteSize.ofGibibytes(long gibibytes) static ByteSizeByteSize.ofKibibytes(long kibibytes) static ByteSizeByteSize.ofMebibytes(long mebibytes) static ByteSizeByteSize.ofPebibytes(long pebibytes) static ByteSizeByteSize.ofTebibytes(long tebibytes) static ByteSizeObtains aByteSizefrom a text string such as_g,_G,_GBor_GiB, with the following supported units:b,k,m,g,t,p.Methods in org.nuxeo.common.utils with parameters of type ByteSize -
Uses of ByteSize in org.nuxeo.ecm.blob.azure
Fields in org.nuxeo.ecm.blob.azure declared as ByteSizeModifier and TypeFieldDescriptionstatic final ByteSizeAzureBlobStoreConfiguration.BLOCK_SIZE_DEFAULTprotected final ByteSizeAzureBlobStoreConfiguration.blockSizestatic final ByteSizeAzureBlobStoreConfiguration.MAX_SINGLE_UPLOAD_SIZE_DEFAULTprotected final ByteSizeAzureBlobStoreConfiguration.maxSingleUploadSize -
Uses of ByteSize in org.nuxeo.ecm.blob.s3
Fields in org.nuxeo.ecm.blob.s3 declared as ByteSizeModifier and TypeFieldDescriptionprotected ByteSizeS3BlobStoreConfiguration.minimumPartSizeprotected ByteSizeS3BlobStoreConfiguration.multipartUploadThreshold -
Uses of ByteSize in org.nuxeo.ecm.core.blob
Fields in org.nuxeo.ecm.core.blob declared as ByteSizeModifier and TypeFieldDescriptionstatic final ByteSizeCachingConfiguration.DEFAULT_CACHE_BYTE_SIZEMethods in org.nuxeo.ecm.core.blob that return types with arguments of type ByteSizeModifier and TypeMethodDescriptionPropertyBasedConfiguration.getOptionalByteSizeProperty(String key) -
Uses of ByteSize in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage declared as ByteSizeModifier and TypeFieldDescriptionstatic final ByteSizeFulltextDescriptor.FULLTEXT_FIELD_BYTE_SIZE_LIMIT_DEFAULTMethods in org.nuxeo.ecm.core.storage that return ByteSizeMethods in org.nuxeo.ecm.core.storage with parameters of type ByteSizeModifier and TypeMethodDescriptionvoidFulltextDescriptor.setFulltextFieldByteSizeLimit(ByteSize fulltextFieldByteSizeLimit) -
Uses of ByteSize in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type ByteSizeModifier and TypeMethodDescriptionvoidDBSRepositoryDescriptor.setFulltextFieldSizeLimit(ByteSize fieldSizeLimit) -
Uses of ByteSize in org.nuxeo.ecm.core.storage.gcp
Fields in org.nuxeo.ecm.core.storage.gcp declared as ByteSize -
Uses of ByteSize in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql with parameters of type ByteSizeModifier and TypeMethodDescriptionvoidRepositoryDescriptor.setFulltextFieldSizeLimit(ByteSize fieldByteSizeLimit) -
Uses of ByteSize in org.nuxeo.ecm.core.transientstore.api
Fields in org.nuxeo.ecm.core.transientstore.api declared as ByteSizeModifier and TypeFieldDescriptionprotected ByteSizeTransientStoreConfig.absoluteMaxSizeprotected ByteSizeTransientStoreConfig.targetMaxSizeMethods in org.nuxeo.ecm.core.transientstore.api that return types with arguments of type ByteSizeModifier and TypeMethodDescriptionTransientStoreConfig.getAbsoluteMaxSize()TransientStoreConfig.getTargetMaxSize() -
Uses of ByteSize in org.nuxeo.ecm.core.work
Fields in org.nuxeo.ecm.core.work declared as ByteSizeModifier and TypeFieldDescriptionstatic final ByteSizeBaseOverflowRecordFilter.DEFAULT_THRESHOLD_BYTE_SIZEMaximum size allowed for a record in Kafka is 1MiB, take a bit less to leave room for metadata. -
Uses of ByteSize in org.nuxeo.ecm.platform.web.common.idempotency
Fields in org.nuxeo.ecm.platform.web.common.idempotency declared as ByteSizeModifier and TypeFieldDescriptionprotected static final ByteSizeNuxeoIdempotentFilter.DEFERRED_OUTPUT_STREAM_THRESHOLDprotected static final ByteSizeNuxeoIdempotentFilter.MAX_CONTENT_SIZE -
Uses of ByteSize in org.nuxeo.ecm.quota.size
Fields in org.nuxeo.ecm.quota.size declared as ByteSizeMethods in org.nuxeo.ecm.quota.size that return ByteSizeConstructors in org.nuxeo.ecm.quota.size with parameters of type ByteSize -
Uses of ByteSize in org.nuxeo.runtime.services.config
Methods in org.nuxeo.runtime.services.config that return ByteSizeModifier and TypeMethodDescriptionConfigurationService.getByteSize(String key, ByteSize defaultValue) Returns the given property value if any, otherwise returns the given default value.ConfigurationServiceImpl.getByteSize(String key, ByteSize defaultValue) Methods in org.nuxeo.runtime.services.config that return types with arguments of type ByteSizeModifier and TypeMethodDescriptionConfigurationService.getByteSize(String key) Returns the given property value if any.ConfigurationServiceImpl.getByteSize(String key) Methods in org.nuxeo.runtime.services.config with parameters of type ByteSizeModifier and TypeMethodDescriptionConfigurationService.getByteSize(String key, ByteSize defaultValue) Returns the given property value if any, otherwise returns the given default value.ConfigurationServiceImpl.getByteSize(String key, ByteSize defaultValue)